Nerve Rpc
Freeby MCP Community
MCP server for Nerve blockchain JSON-RPC & REST API — easy integration for AI Agents
v1.0.2Added Apr 12, 2026
nerveblockchainmcpmodelcontextprotocolrpc
Nerve Rpc MCP Server
MCP server for Nerve blockchain JSON-RPC & REST API — easy integration for AI Agents
Installation
Reviews
Installation
Quick install
npx -y nerve-rpc-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"nerve-rpc": {
"command": "npx",
"args": ["-y", "nerve-rpc-mcp"]
}
}
}