Connect Cursor, Windsurf, or Claude Code to live blockchain data, node management, and Chainstack docs — all from a single MCP endpoint. No local setup, no package installation required.
Add the Chainstack MCP server to your AI coding tool. In Claude Code, one command does it:
claude mcp add --transport http chainstack \
https://mcp.chainstack.com/mcp --scope user
Your coding tool now has access to Chainstack's full toolset. Search docs, check chain status, or deploy a node — in plain language:
"Deploy a Solana mainnet Global Node and give me the HTTPS endpoint."
No more jumping between editor, browser, and console. Your AI handles node deployment, docs lookup, and live RPC queries while you stay in flow:
"Search the docs for eth_getLogs parameters and show me a Python example."
Ask your AI assistant to deploy an Ethereum mainnet node and receive a live endpoint in under a minute — no browser tab required. Supports Global Nodes on all plans and Trader Nodes on paid plans, across 70+ supported chains.
No more hallucinated RPC methods or guessed parameter formats. Your AI searches real Chainstack documentation and returns verified answers — the exact same source your team uses daily.
Query balances, check transaction status, and call contracts without switching tools. Your AI makes live JSON-RPC calls to any supported chain and surfaces results directly in your coding session.
The easiest agentic onboarding to our infrastructure is just one line in the chat:
get mcp.chainstack.com
Or register the MCP server directly via CLI:
claude mcp add --transport http chainstack https://mcp.chainstack.com/mcp --scope user
Add to ~/.cursor/mcp.json (create the file if it doesn't exist):
{
"mcpServers": {
"chainstack": {
"transport": "http",
"url": "https://mcp.chainstack.com/mcp"
}
}
}
Restart Cursor after saving the file. The Chainstack tools will appear in the MCP tools list.
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"chainstack": {
"transport": "http",
"url": "https://mcp.chainstack.com/mcp"
}
}
}
Reload Windsurf after saving. Verify the connection by asking Cascade to search Chainstack docs.
Add to your Claude Desktop configuration file (requires npx):
{
"mcpServers": {
"chainstack": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.chainstack.com/mcp"]
}
}
}
Restart Claude Desktop to activate. No other dependencies required beyond Node.js.
Step-by-step guide to connecting the Chainstack MCP server to Claude Desktop, claude.ai, and Claude Code — give your AI assistant live access to blockchain data, node management, and docs.
Read article →Why AI agents have different infrastructure requirements from traditional dApps — and how to provision blockchain nodes that keep pace with agent-driven throughput.
Read article →How AI companies are consuming real-time and historical blockchain data — and which infrastructure decisions determine whether your data pipeline can keep up.
Read article →Start for free — no credit card required. Register the Chainstack MCP server and deploy your first node in under a minute.
Chainstack MCP server (Model Context Protocol) is a server integration that connects Chainstack’s blockchain infrastructure with modern AI-assisted development platforms such as Claude, Cursor, OpenAI Codex, and Gemini. By using MCP, developers can seamlessly query on-chain data, manage nodes, and search documentation without leaving their coding environment.
The MCP server acts as a bridge between your AI agent and the blockchain tools you already rely on. Instead of manually switching between APIs, explorers, and documentation, you can query live chain data, deploy nodes, and search Chainstack docs directly from your workflow.
Chainstack MCP is designed for flexibility and performance. Whether you are building DeFi trading bots, analyzing on-chain data, or deploying production infrastructure, MCP streamlines the process by providing unified access to all supported chains and methods — at mcp.chainstack.com.