Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The official MCP server for Dart, enabling AI assistants to interact with Dart's project management features through prompts and resource templates.
Add this to your MCP client configuration:
{
"mcpServers": {
"its-dart-dart-mcp-server": {
"command": "npx",
"args": [
"-y",
"dart-mcp-server"
],
"env": {
"DART_TOKEN": "<Your Dart authentication token>"
}
}
}
}{
"id": "its-dart-dart-mcp-server",
"name": "Dart",
"description": "The official MCP server for Dart, enabling AI assistants to interact with Dart's project management features through prompts and resource templates.",
"source_url": "https://github.com/its-dart/dart-mcp-server",
"publisher_name": "its-dart",
"publisher_url": "https://github.com/its-dart",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 17345,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "dart-mcp-server"
},
"tools_count": 12
}