Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Dune Analytics MCP
Dune Analytics MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:49:19 PM

Dune Analytics MCP

User RatingsBe the first to rate and review this MCP server!
View Repository41 GitHub StarsTotal stargazers on GitHub for the source repository (41 stars).Visit Website
dune-analyticsblockchain-dataanalyticsmcp

Run Dune Analytics queries through MCP and receive their results as CSV-formatted strings.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kukapay-dune-analytics-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

The kukapay/dune-analytics-mcp MCP server exposes Dune Analytics query results to AI agents through two tools. It accepts a Dune query ID, either retrieves the latest available result or executes the query, and returns the output as CSV text. Reach for it when an MCP-compatible client needs to inspect or refresh data from existing Dune queries using a Dune API key.

Use cases

β€’Fetch the latest result for an existing Dune query
β€’Run a Dune query from an AI agent
β€’Process Dune results as CSV text
β€’Ask Claude Desktop for blockchain analytics query data

Key features

β€’Fetch latest Dune query results
β€’Execute Dune queries by ID
β€’Return results as CSV
β€’Authenticate with a Dune API key

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Dune Analytics MCP.

Extracted Tool Capabilities
Fetch latest Dune query results
Execute Dune queries by ID
Return results as CSV
Authenticate with a Dune API key

How Dune Analytics MCP works

What kukapay/dune-analytics-mcp MCP server does

The kukapay/dune-analytics-mcp MCP server connects AI agents to Dune Analytics query data. It supports two operations: retrieving the most recent result for a query and executing a query to obtain results. Both operations use a numeric Dune query ID and return the result as a CSV-formatted string.

This is suited to workflows where an agent needs to read data from queries that already exist in Dune Analytics. It does not provide a tool for writing SQL, creating queries, or managing Dune dashboards based on the supplied documentation.

How it works

The server uses the Dune Analytics API and authenticates with the DUNE_API_KEY environment variable. When an agent invokes get_latest_result, the server requests the latest available output for the supplied query ID. When it invokes run_query, the server executes the specified Dune query and returns its results.

The returned data is represented as CSV text rather than a structured MCP-specific result type. Agents or client applications can then process that text as needed. Example query IDs in the documentation include 4853921 for fetching a latest result and 1215383 for running a query.

Setup and configuration

Python 3.10 or newer and a valid Dune Analytics API key are required. The repository can be cloned locally, after which the key can be supplied in a .env file at the project root or exported as a system environment variable:

server.ts
export DUNE_API_KEY="your_api_key_here"

The README documents mcp dev main.py for development mode with hot reloading. It also documents mcp install main.py --name "Dune Analytics" for registering the server with Claude Desktop. Smithery installation is listed as another setup path, but it is a client installation command rather than the server's own runtime command.

Tools and capabilities

  • get_latest_result(query_id): fetches the latest results for a specified Dune query.
  • run_query(query_id): executes a specified Dune query and returns its results.
  • CSV output: returns both tool results as CSV-formatted strings.
  • Query-ID input: each tool accepts an integer Dune query ID.

The README gives Claude Desktop example requests such as β€œGet latest results for dune query 1215383” and β€œRun dune query 1215383.”

Limitations and notes

The kukapay/dune-analytics-mcp MCP server requires access to Dune Analytics and a valid API key. The provided material does not describe query creation, SQL editing, dashboard access, pagination, result schemas, or controls for query execution. It also does not specify whether Dune API usage is free or paid.

Results are documented as CSV strings, so consumers that require typed rows or JSON may need to parse the returned content. The documented client integration is Claude Desktop; compatibility with other MCP clients is not established by the supplied material.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Wallet Inspector MCP logoWallet Inspector MCP

    An MCP server that empowers AI agents to inspect any wallet’s balance and onchain activity across major EVM chains and Solana chain.

    πŸ’° Finance & Fintech4 views
    Compare vs Wallet Inspector MCP β†’
  • MCP Server Ledger logoMCP Server Ledger

    A ledger-cli integration for managing financial transactions and generating reports.

    πŸ’° Finance & Fintech3 views
    Compare vs MCP Server Ledger β†’
  • Monobank logoMonobank

    MCP server for Monobank API β€” currency rates, client info, and account statements

    πŸ’° Finance & Fintech3 views
    Compare vs Monobank β†’
  • Bexio MCP Server logoBexio MCP Server

    Swiss accounting integration for Bexio. 221 tools for invoices, contacts, projects.

    πŸ’° Finance & Fintech3 views
    Compare vs Bexio MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
41
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Dune Analytics MCP

Clone the repository, use Python 3.10 or newer, configure DUNE_API_KEY, and run the documented MCP setup command. The README also documents installation for Claude Desktop with mcp install main.py --name "Dune Analytics".

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDune Analytics MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kukapay-dune-analytics-mcp?style=directory)](https://allmcps.com/mcp/kukapay-dune-analytics-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/kukapay-dune-analytics-mcp"><img src="https://allmcps.com/api/badge/kukapay-dune-analytics-mcp?style=directory" alt="Dune Analytics MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingBring your own API key (usage-based cost)
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars41
GitHub Star CountTotal stargazers on GitHub representing community popularity (41 stars).
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Β· @smithery/cli (npm)

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Dune Analytics MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code