{"id":25900452,"url":"https://github.com/its-dart/dart-mcp-server","last_synced_at":"2026-05-15T07:03:21.556Z","repository":{"id":278846366,"uuid":"936960342","full_name":"its-dart/dart-mcp-server","owner":"its-dart","description":"Dart AI Model Context Protocol (MCP) server","archived":false,"fork":false,"pushed_at":"2025-02-22T02:54:06.000Z","size":0,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-22T03:25:45.412Z","etag":null,"topics":["ai","dart","mcp","server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/its-dart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-22T02:29:56.000Z","updated_at":"2025-02-22T02:32:45.000Z","dependencies_parsed_at":"2025-02-22T03:25:47.612Z","dependency_job_id":"a2c16480-179d-4822-81a9-081114d19547","html_url":"https://github.com/its-dart/dart-mcp-server","commit_stats":null,"previous_names":["its-dart/dart-mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-dart%2Fdart-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-dart%2Fdart-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-dart%2Fdart-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/its-dart%2Fdart-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/its-dart","download_url":"https://codeload.github.com/its-dart/dart-mcp-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596277,"owners_count":19988044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","dart","mcp","server"],"created_at":"2025-03-03T02:16:53.548Z","updated_at":"2026-05-15T07:03:21.549Z","avatar_url":"https://github.com/its-dart.png","language":null,"funding_links":[],"categories":["Productivity","🏢 Enterprise-Supported Implementations","MCP 服务器精选列表","📚 Projects (1974 total)","Production-Ready Servers","🤖 AI/ML","AI Services","Official Servers","官方 MCP 服务器列表","Other Tools and Integrations","Document Processing","Table of Contents","🗂️ Extensions by Category","Productivity \u0026 Workflow"],"sub_categories":["Project Management","Productivity \u0026 Management","🛠️ 效率工具与集成 (Office, Project Management, Notes, etc.)","MCP Servers","How to Submit","AI Services","⚙️ Development Tools"],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eDart MCP Server\u003c/h1\u003e\n  \u003cp\u003e\n    \u003ca href=\"https://npmjs.com/package/dart-mcp-server\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/dart-mcp-server\" alt=\"NPM\"\u003e\u003c/a\u003e\n    \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/its-dart/dart-mcp-server\" alt=\"License\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n[Dart](https://dartai.com?nr=1) is Project Management powered by AI.\n\n\u003e [!WARNING]\n\u003e The Dart local MCP server is deprecated in favor of the simplified and improved hosted Dart MCP server, which you can [configure with these instructions](https://help.dartai.com/en/articles/10733406).\n\n\u003cdetails\u003e\n\u003csummary\u003eDeprecated information\u003c/summary\u003e\n`dart-mcp-server` is the official AI [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol) server for Dart.\n\n- [Features](#features)\n  - [Prompts](#prompts)\n  - [Resource templates](#resource-templates)\n  - [Tools](#tools)\n    - [Task management](#task-management)\n    - [Document management](#document-management)\n- [Setup](#setup)\n  - [Find the MCP settings file for the client](#find-the-mcp-settings-file-for-the-client)\n    - [Claude Desktop](#claude-desktop)\n    - [Claude Code](#claude-code)\n    - [Cursor](#cursor)\n    - [Cline](#cline)\n    - [Windsurf](#windsurf)\n    - [Any other client](#any-other-client)\n  - [Set up the MCP server](#set-up-the-mcp-server)\n  - [Variant: setup with Docker](#variant-setup-with-docker)\n- [Help and Resources](#help-and-resources)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n### Prompts\n\nThe following prompts are available\n\n- `create-task` - Create a new task in Dart with title, description, status, priority, and assignee\n- `create-doc` - Create a new document in Dart with title, text content, and folder\n- `summarize-tasks` - Get a summary of tasks with optional filtering by status and assignee\n\nThese prompts make it easy for AI assistants to perform common actions in Dart without needing to understand the underlying API details.\n\n### Resource templates\n\nThe following resources are available\n\n- `dart-config:` - Configuration information about the user's space\n- `dart-task:///{taskId}` - Detailed information about specific tasks\n- `dart-doc:///{docId}` - Detailed information about specific docs\n\n### Tools\n\nThe following tools are available\n\n#### Task management\n\n- `get_config` - Get information about the user's space, including available assignees, dartboards, folders, statuses, tags, priorities, and sizes\n- `list_tasks` - List tasks with optional filtering by assignee, status, dartboard, priority, due date, and more\n- `create_task` - Create a new task with title, description, status, priority, size, dates, dartboard, assignees, tags, and parent task\n- `get_task` - Retrieve an existing task by its ID\n- `update_task` - Update an existing task's properties\n- `delete_task` - Move a task to the trash (recoverable)\n- `add_task_comment` - Add a comment to an existing task\n\n#### Document management\n\n- `list_docs` - List docs with optional filtering by folder, title, text content, and more\n- `create_doc` - Create a new doc with title, text content, and folder\n- `get_doc` - Retrieve an existing doc by its ID\n- `update_doc` - Update an existing doc's properties\n- `delete_doc` - Move a doc to the trash (recoverable)\n\nEach tool supports comprehensive input validation and returns structured JSON responses.\n\n## 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 Desktop\n\n1. [Install Claude Desktop](https://claude.ai/download) as needed\n2. Open the config file 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#### Claude Code\n\n1. Install [Claude Code](https://docs.anthropic.com/en/docs/claude-code/getting-started) as needed\n2. Copy your authentication token from [your Dart profile](https://app.dartai.com/?settings=account)\n3. Run the following command, being sure to replace `dsa...` with your actual Dart token\n\n   ```bash\n   claude mcp add dart -e DART_TOKEN=dsa_... -- npx -y dart-mcp-server@latest\n   ```\n\n#### Cursor\n\n1. [Install Cursor](https://www.cursor.com/downloads) as needed\n2. Open the config file by opening Cursor, going into 'Cursor Settings' (not the normal VSCode IDE settings), opening the 'MCP' tab, and clicking the 'Add new global MCP server' 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. Open the config file 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#### Windsurf\n\n1. [Install Windsurf](https://windsurf.com/download) as needed\n2. Open the config file by opening Windsurf, going into 'Windsurf Settings' (not the normal VSCode IDE settings), opening the 'Cascade' tab, and clicking the 'View raw config' button in the 'Model Context Protocol (MCP) Servers' section\n3. Follow the 'Set up the MCP server' steps below\n\n#### Any other client\n\n1. Find the MCP settings file, usually something like `[client]_mcp_config.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.dartai.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@latest\"],\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.dartai.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\": \"bash\",\n         \"args\": [\n           \"-c\",\n           \"docker rm -f dart-mcp \u003e/dev/null 2\u003e\u00261 || true; docker run -i --rm --name dart-mcp -e DART_TOKEN mcp/dart\"\n         ],\n         \"env\": {\n           \"DART_TOKEN\": \"dsa_...\"\n         }\n       }\n     }\n   }\n   ```\n\n## Help and Resources\n\n- [Homepage](https://dartai.com/?nr=1)\n- [Web App](https://app.dartai.com/)\n- [Help Center](https://help.dartai.com/)\n- [Bugs and Features](https://app.dartai.com/p/r/JFyPnhL9En61)\n- [Library Source](https://github.com/its-dart/dart-mcp-server/)\n- [Chat on Discord](https://discord.gg/RExv8jEkSh)\n- Email us at [support@dartai.com](mailto:support@dartai.com)\n\n## Contributing\n\nContributions are welcome! Please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under [the MIT License](LICENSE).\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-dart%2Fdart-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fits-dart%2Fdart-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fits-dart%2Fdart-mcp-server/lists"}