{"type":"mcp_server","name":"dart-mcp-server","description":"Dart MCP Server is the official AI Model Context Protocol server for Dart, a project management tool powered by AI, offering features like prompts, resource templates, and task management tools.","category":"Productivity","language":"JavaScript","stars":128,"forks":2,"owner":"its-dart","github_url":"https://github.com/its-dart/dart-mcp-server","homepage":null,"setup":"## Setup\n\nThe easiest way to run the MCP server is with `npx`, but a Docker setup is also available.\n\n### Find the MCP settings file for the client\n\n#### Claude\n\n1. [Install Claude Desktop](https://claude.ai/download) as needed\n2. Open the `claude_desktop_config.json` file, which can be located by opening the Claude Desktop app, going into its Settings, opening the 'Developer' tab, and clicking the 'Edit Config' button\n3. Follow the 'Set up the MCP server' steps below\n\n#### Cline\n\n1. [Install Cline](https://cline.bot/) in your IDE as needed\n2. Install the MCP server by opening your IDE, opening the Cline sidebar, clicking the 'MCP Servers' icon button that is second from left at the top, opening the 'Installed' tab, and clicking the 'Configure MCP Servers' button\n3. Follow the 'Set up the MCP server' steps below\n\n#### Any other client\n\n1. Find the MCP settings file, usually `[client]_mcp_settings.json`\n2. Follow the 'Set up the MCP server' steps below\n\n### Set up the MCP server\n\n1. [Install npx](https://nodejs.org/en/download), which comes bundled with Node, as needed\n2. Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account)\n3. Add the following to your MCP setup, being sure to replace `dsa...` with your actual Dart token\n\n   ```json\n   {\n     \"mcpServers\": {\n       \"dart\": {\n         \"command\": \"npx\",\n         \"args\": [\"-y\", \"dart-mcp-server\"],\n         \"env\": {\n           \"DART_TOKEN\": \"dsa_...\"\n         }\n       }\n     }\n   }\n   ```\n\n### Variant: setup with Docker\n\nIf the `npx` setup above does not work well, we also provide a Docker setup. Follow the instructions above to find the MCP settings file\n\n1. [Install Docker](https://www.docker.com/products/docker-desktop/) as needed\n2. Build the Docker container with `docker build -t mcp/dart .`\n3. Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account)\n4. Add the following to your MCP setup, being sure to replace `dsa...` with your actual Dart token\n\n   ```json\n   {\n     \"mcpServers\": {\n       \"dart\": {\n         \"command\": \"docker\",\n         \"args\": [\"run\", \"-i\", \"--rm\", \"-e\", \"DART_TOKEN\", \"mcp/dart\"],\n         \"env\": {\n           \"DART_TOKEN\": \"dsa_...\"\n         }\n       }\n     }\n   }\n   ```","tools":"## Available Tools\n\n1.  Prompts (create-task, create-doc, summarize-tasks)\n2.  Resource templates (dart-config, dart-task:///{taskId}, dart-doc:///{docId})\n3.  `get_config` (Get information about the user's space)\n4.  `list_tasks` (List tasks with optional filtering)\n5.  `create_task` (Create a new task)\n6.  `get_task` (Retrieve an existing task by its ID)\n7.  `update_task` (Update an existing task's properties)\n8.  `delete_task` (Move a task to the trash)\n9.  `list_docs` (List docs with optional filtering)\n10. `create_doc` (Create a new doc)\n11. `get_doc` (Retrieve an existing doc by its ID)\n12. `update_doc` (Update an existing doc's properties)\n13. `delete_doc` (Move a doc to the trash)","faq":null,"created_at":"2025-02-22T02:29:56+00:00","updated_at":"2025-03-27T22:22:25+00:00","source_url":"https://model-context-protocol.com/servers/dart-ai-model-context-protocol-server","related_articles":[]}