Dash MCP Server
Rank #3,787io.github.Kapeli/dash-mcp-server
MCP server providing dash-server capabilities
Dash MCP Server is a Model Context Protocol (MCP) server published by kapeli. It ranks #3,787 of 115,460 servers tracked on MCP Toplist, and its repository has 179 GitHub stars. Dash MCP Server is listed across 5 registries — Official MCP, Smithery, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Jul 19, 2025 and most recently updated on Mar 17, 2026.
Ranks ahead of 111,673 of 115,460 servers on MCP Toplist.
Use Dash MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dash-mcp-server -- uvx dash-mcp-server[mcp_servers.dash-mcp-server]
command = "uvx"
args = ["dash-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"dash-mcp-server": {
"command": "uvx",
"args": [
"dash-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dash-mcp-server": {
"command": "uvx",
"args": [
"dash-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dash-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"dash-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dash-mcp-server": {
"command": "uvx",
"args": [
"dash-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dash-mcp-server": {
"command": "uvx",
"args": [
"dash-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Kapeli%2Fdash-mcp-server)<a href="https://mcptoplist.com/server/io.github.Kapeli%2Fdash-mcp-server"><img src="https://mcptoplist.com/badge/io.github.Kapeli%2Fdash-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
kapeli
Other servers by kapeli
View all kapeli servers →Available versions (2)
| Version | Published |
|---|---|
| 1.1.1 | Mar 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dash MCP Server?
- Dash MCP Server is maintained by kapeli, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Dash MCP Server listed on the Official MCP Registry?
- Yes — Dash MCP Server is listed on the Official MCP Registry, alongside Smithery, PulseMCP, mcp.so and Glama.
- How many versions does Dash MCP Server have?
- MCP Toplist tracks 2 versions of Dash MCP Server, most recently published on Mar 17, 2026.
- Where can I find the source code for Dash MCP Server?
- The source code for Dash MCP Server is hosted at github.com/kapeli/dash-mcp-server.