Skip to content
Cursor

mina mcp server for Cursor

io.github.minaprotocol/mina-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install mina mcp server in Cursor

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

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

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

mina mcp server in other clients