Back to MCP Servers
Thegraph
An MCP server that powers AI agents with indexed blockchain data from The Graph.
finance-fintechaiagent
By kukapay
Installation
npx -y thegraph-mcpConfiguration
{
"mcpServers": {
"thegraph-mcp": {
"command": "npx",
"args": ["-y", "thegraph-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes