E
Etherlink MCP Server
by @efekucuk
MCP server for Etherlink blockchain (EVM-compatible L2 on Tezos). Supports mainnet and shadownet testnet.
Created 2/2/2026
Updated 22 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-etherlink-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"efekucuk-etherlink-mcp-server": {
"command": "npx",
"args": [
"efekucuk-etherlink-mcp-server"
]
}
}
}