# Dune MCP Server

Provide a server implementation that integrates with the Model Context Protocol to expose tools, resources, and prompts for LLM applications. Enable dynamic interaction with external data and actions…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add demomagic/dune-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list demomagic/dune-mcp-server
```

---

Source: https://github.com/demomagic/dune-mcp-server
