neo-mcp

r3e-network/neo-mcp
★ 4 stars TypeScript Code/Dev Tools Updated today
An MCP server for interacting with the Neo N3 blockchain.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "neo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "r3e-network/neo-mcp"
      ]
    }
  }
}

README Excerpt

`@r3e/neo-mcp` is an MCP server for Neo N3 blockchain queries and controlled, auditable transaction submission. It ships three entrypoints: | Entrypoint | Command | Protocol | | --- | --- | --- | | MCP stdio | `npm start` | MCP over stdin/stdout, for local clients such as Claude Desktop and Cursor | | MCP HTTP | `npm run start:mcp-http` | MCP 2026-07-28 stateless HTTP, for remote MCP clients |

Tools (20)

GETHTTP_API_KEYHTTP_CORS_ORIGINSHTTP_HOSTHTTP_MAX_BODY_BYTESHTTP_WRITE_APPROVAL_API_KEYLOG_CONSOLELOG_FILELOG_FILE_ENABLEDLOG_LEVELMAX_REQUESTS_PER_HOURMAX_REQUESTS_PER_MINUTEMCP_HTTP_ALLOWED_ORIGINSMCP_HTTP_BEARERMCP_HTTP_BODY_TIMEOUT_MSMCP_HTTP_HEADERS_TIMEOUT_MSMCP_HTTP_HOSTMCP_HTTP_KEEP_ALIVE_MSMCP_HTTP_MAX_BODY_BYTESMCP_HTTP_MAX_CONCURRENT_REQUESTS