Skip to content
Cursor

qubic mcp for Cursor

io.github.fyllepo/qubic-mcp

MCP server for Qubic — balances, prices, transfers, wallets, and more.

client:Cursor transport:stdio runtime:npm

Install qubic mcp in Cursor

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

{
  "mcpServers": {
    "qubic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-qubic"
      ]
    }
  }
}

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

qubic mcp in other clients