Odel
mina mcp server

mina mcp server

Local
@minaprotocolTypeScriptApache-2.0Updated 2mo ago

Query Mina Protocol: accounts, blocks, transactions, zkApp events/actions, archive SQL, Rosetta.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@o1-labs/mina-mcp-serverv0.7.3

Run

npx -y @o1-labs/mina-mcp-server

MCP client config

{
  "mcpServers": {
    "mina-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@o1-labs/mina-mcp-server"
      ]
    }
  }
}