What is the Blockchair MCP server?
Blockchair multi-chain block explorer (BTC, ETH, LTC, DOGE, XMR, +12 more)
How to install Blockchair
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"blockchair": {
"url": "https://gateway.pipeworx.io/blockchair/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"blockchair": {
"serverUrl": "https://gateway.pipeworx.io/blockchair/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"blockchair": {
"type": "http",
"url": "https://gateway.pipeworx.io/blockchair/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"blockchair": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/blockchair/mcp"
]
}
}
}Claude Code
claude mcp add --transport http blockchair https://gateway.pipeworx.io/blockchair/mcp