dart-mcp-server
The Dart MCP Server is an AI Model Context Protocol server designed for project management.
The Dart MCP Server provides a range of features to facilitate project management powered by AI. It allows users to create tasks and documents easily, summarize tasks, and manage resources effectively. The server supports various prompts that enable AI assistants to perform common actions without needing to understand the underlying API details. Although the local MCP server is deprecated, it offers functionalities such as task management, document management, and resource templates. Users can set up the server for different clients and even use Docker for installation. The server is designed to enhance productivity and streamline project management processes.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dart-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions