Dart MCP Server
A Model Context Protocol server implementation for Dart task management system
Overview
Dart MCP Server is a Model Context Protocol (MCP) server implementation for Dart, designed to facilitate task management, document handling, and workspace organization through various MCP tools.
To use Dart MCP Server, clone the repository, install the necessary dependencies, set up your environment variables, and start the server using npm commands.
- Task Management: Create, update, and assign tasks with priorities. - Document Management: Organize documents with markdown support and generate reports. - Space Management: Manage workspaces and control access permissions. - Dartboard Integration: Collaborate with team members and manage task statuses.
- Managing team tasks and priorities in a collaborative environment.
- Organizing project documents and generating reports for stakeholders.
- Creating and managing workspaces for different projects or teams.
Add to your AI client
Use these steps to connect Dart MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"dart-mcp-server-jmanhype": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server-jmanhype"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"dart-mcp-server-jmanhype": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server-jmanhype"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"dart-mcp-server-jmanhype": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server-jmanhype"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"dart-mcp-server-jmanhype": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server-jmanhype"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dart-mcp-server-jmanhype": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server-jmanhype"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"dart-mcp-server-jmanhype": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dart-mcp-server-jmanhype"
]
}
}
}FAQ
**What are the prerequisites for using Dart MCP Server?**
You need Node.js 16.x or higher, Python 3.8 or higher, and the Dart Python SDK installed.
**Is there a way to integrate with AI assistants?**
Yes, the MCP server allows AI assistants to interact with Dart through standardized tools.
**How can I contribute to the project?**
Contributions are welcome! You can open an issue or submit a pull request on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1624,"uuid":"e093f9fa-73ca-4e3c-9edf-2e4fab646b34","name":"dart-mcp-server","title":"Dart MCP Server","description":"A Model Context Protocol server implementation for Dart task management system","avatar_url":"https://avatars.githubusercontent.com/u/56135400?v=4","created_at":"2025-02-23T09:52:18.188Z","updated_at":"2025-03-05T04:20:39.696Z","status":"created","author_name":"jmanhype","author_avatar_url":"https://avatars.githubusercontent.com/u/56135400?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/jmanhype/dart-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/53c6192c35a902302ac0d9d320e5a53771ff32da900983a08be2005b64c62abe/68747470733a2f2f736d6974686572792e61692f62616467652f406a6d616e687970652f646172742d6d63702d736572766572","type":null,"metadata":"{\"star\":\"2\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 04:18:07\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]