R
Rpc Nodes MCP
Minimal, fast, and extensible MCP server for interactions with JSON-RPC blockchain nodes
Created 5/3/2025
Updated 11 months ago
README
Repository documentation and setup instructions
⚠️ Deprecated — use the Chainstack MCP server
This repository is deprecated. All MCP functionality is now available through the unified Chainstack MCP server at mcp.chainstack.com.
Quick start
Type this into any AI agent:
get mcp.chainstack.com
The agent will set everything up for you — node deployment, docs search, platform status, and more. No local setup required.
Learn more
- Chainstack MCP server docs
- Discovery page — agent-readable onboarding for all major agents
- Skill file — for on-demand usage without MCP registration
Quick Setup
Installation guide for this server
Install Package (if required)
uvx rpc-nodes-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"chainstacklabs-rpc-nodes-mcp": {
"command": "uvx",
"args": [
"rpc-nodes-mcp"
]
}
}
}
Author Servers
Other servers by chainstacklabs