M
MCP Server
Chainstack MCP server — issues, feature requests, and feedback
Created 4/9/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
Chainstack MCP server
The Chainstack MCP server gives AI agents direct access to the Chainstack platform — deploy blockchain nodes, search documentation, and check platform status from any coding environment.
Live at mcp.chainstack.com
Quick start
Type this into any AI agent:
get mcp.chainstack.com
The agent will fetch the onboarding page and walk you through setup. Works with Claude Code, Cursor, Codex, Windsurf, Gemini CLI, GitHub Copilot, Antigravity, Claude.ai, and ChatGPT.
Tools
No API key needed:
search_docs— search Chainstack documentationget_doc_page— fetch full doc page contentget_platform_status— check platform status and incidents
API key required (get one here):
get_organization,list_projects,create_project,get_project,update_project,delete_projectlist_nodes,get_node,create_node,update_node,delete_node,get_deployment_options
Two ways to use
Option 1: Install as a skill (lean context)
mkdir -p ~/.claude/skills/chainstack
curl -o ~/.claude/skills/chainstack/SKILL.md https://mcp.chainstack.com/skill
Option 2: Register as an MCP server
claude mcp add --transport http chainstack https://mcp.chainstack.com/mcp -s user
See full setup guide for all agents.
Issues & feature requests
Use Issues to:
- Report bugs or unexpected behavior
- Request new tools or features
- Suggest improvements to any Chainstack product
Links
- Discovery page — agent-readable onboarding
- Skill file — for on-demand usage
- Documentation
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/chainstacklabs/mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"chainstacklabs-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/chainstacklabs/mcp-server"
]
}
}
}
Author Servers
Other servers by chainstacklabs