Dart Query
Rank #19,629io.github.standardbeagle/dart-query
MCP server providing dart-query capabilities
Dart Query is a Model Context Protocol (MCP) server published by standardbeagle. It ranks #19,629 of 115,460 servers tracked on MCP Toplist. Dart Query is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 19, 2026 and most recently updated on Jan 25, 2026.
Ranks ahead of 95,831 of 115,460 servers on MCP Toplist.
Use Dart Query
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add dart-query -e "DART_TOKEN=<your DART_TOKEN>" -- npx -y @standardbeagle/dart-queryReplace each placeholder with your own value before saving.
[mcp_servers.dart-query]
command = "npx"
args = ["-y", "@standardbeagle/dart-query"]
[mcp_servers.dart-query.env]
DART_TOKEN = "<your DART_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dart-query": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/dart-query"
],
"env": {
"DART_TOKEN": "<your DART_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dart-query": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/dart-query"
],
"env": {
"DART_TOKEN": "<your DART_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dart-query": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@standardbeagle/dart-query"
],
"env": {
"DART_TOKEN": "<your DART_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dart-query": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/dart-query"
],
"env": {
"DART_TOKEN": "<your DART_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dart-query": {
"command": "npx",
"args": [
"-y",
"@standardbeagle/dart-query"
],
"env": {
"DART_TOKEN": "<your DART_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
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.standardbeagle%2Fdart-query)<a href="https://mcptoplist.com/server/io.github.standardbeagle%2Fdart-query"><img src="https://mcptoplist.com/badge/io.github.standardbeagle%2Fdart-query.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
standardbeagle
Other servers by standardbeagle
- Devtool MCP#1,754 · 2 vers
- slop-mcp#12,885 · 7 vers
- MCP Clipboard Server#18,574
- Brummer MCP Server#34,973 · 1 ver
- MCP Debug#35,177 · 3 vers
- figma-query#50,626 · 1 ver
- Harvest MCP Server#72,701
- image-mcp#102,937
Available versions (2)
| Version | Published |
|---|---|
| 0.3.5 | Jan 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dart Query?
- Dart Query is maintained by standardbeagle, which publishes 9 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Dart Query listed on the Official MCP Registry?
- Yes — Dart Query is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Dart Query have?
- MCP Toplist tracks 2 versions of Dart Query, most recently published on Jan 25, 2026.
- Where can I find the source code for Dart Query?
- The source code for Dart Query is hosted at github.com/standardbeagle/dart-query.