Skip to content
Cursor

Rootstock (RSK) MCP Server for Cursor

io.github.rsksmart/rsk-mcp-server

MCP Server for Rootstock Blockchain

client:Cursor transport:stdio runtime:npm

Install Rootstock (RSK) MCP Server in Cursor

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

{
  "mcpServers": {
    "rsk-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@rsksmart/rsk-mcp-server"
      ]
    }
  }
}

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

Rootstock (RSK) MCP Server in other clients