Skip to content
Cursor

symbol for Cursor

io.github.inotakeh/symbol

Read-only MCP server for the Symbol blockchain (XYM): node health, harvesting, voting keys.

client:Cursor transport:stdio runtime:npm

Install symbol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "symbol": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "symbol-mcp-server"
      ],
      "env": {
        "SYMBOL_NODE_URL": "<SYMBOL_NODE_URL>",
        "SYMBOL_NETWORK": "<SYMBOL_NETWORK>",
        "SYMBOL_TIMEZONE": "<SYMBOL_TIMEZONE>",
        "SYMBOL_REFERENCE_NODES": "<SYMBOL_REFERENCE_NODES>",
        "SYMBOL_REQUEST_TIMEOUT_MS": "<SYMBOL_REQUEST_TIMEOUT_MS>",
        "SYMBOL_STATE_DIR": "<SYMBOL_STATE_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

symbol in other clients