Skip to content
VS Code

ChainRPC MCP for VS Code

io.github.john0n1/chainrpc-mcp

Safety-first EVM and Bitcoin RPC tools for balances, contracts, blocks, and transactions

client:VS Code transport:streamable-http runtime:npm

Install ChainRPC MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "chainrpc-mcp": {
      "type": "http",
      "url": "https://chainrpc-mcp.mitander.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ChainRPC MCP in other clients