Back to MCP Servers
Dune Analytics
A mcp server that bridges Dune Analytics data to AI agents.
finance-fintechaiagent
By kukapay
Installation
npx -y dune-analytics-mcpConfiguration
{
"mcpServers": {
"dune-analytics-mcp": {
"command": "npx",
"args": ["-y", "dune-analytics-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