dune-analytics-mcp
19
The Dune Analytics MCP Server connects Dune Analytics data to AI agents, offering tools to execute and retrieve query results. It is designed for integration with Claude Desktop and facilitates data processing via CSV outputs.
What is the purpose of the Dune Analytics MCP Server?
The server bridges Dune Analytics data with AI agents, allowing for the execution and retrieval of query results in a format suitable for further processing.
What are the prerequisites for using the server?
You need Python 3.10+ and a valid Dune Analytics API key.
How are the query results formatted?
All query results are returned as CSV-formatted strings.
Can the server be used in development mode?
Yes, the server can be started in development mode with hot reloading using the command 'mcp dev main.py'.
How can I install the server for Claude Desktop?
You can install it using Smithery with the command 'npx -y @smithery/cli install @kukapay/dune-analytics-mcp --client claude'.