https://github.com/its-dart/dart-mcp-server
Dart AI Model Context Protocol (MCP) server
https://github.com/its-dart/dart-mcp-server
ai dart mcp server
Last synced: about 1 month ago
JSON representation
Dart AI Model Context Protocol (MCP) server
- Host: GitHub
- URL: https://github.com/its-dart/dart-mcp-server
- Owner: its-dart
- License: mit
- Created: 2025-02-22T02:29:56.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T02:54:06.000Z (about 2 months ago)
- Last Synced: 2025-02-22T03:25:45.412Z (about 2 months ago)
- Topics: ai, dart, mcp, server
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - Dart - Project and task management with [Dart's](https://itsdart.com) AI-powered platform (🏢 Enterprise-Supported Implementations / Productivity & Management)
- awesome-mcp-servers - Dart - Project and task management with [Dart's](https://itsdart.com) AI-powered platform (🏢 Enterprise-Supported Implementations / Productivity & Management)
- awesome-mcp-zh - Dart
- Awesome-MCP-Servers-directory - Dart - Interact with task, doc, and project data in Dart, an AI-native project management tool (AI Services)
- awesome-mcp-servers - Dart - Dart AI Model Context Protocol (MCP) server (Table of Contents / AI Services)
- awesome-mcp-servers - Dart - Dart AI Model Context Protocol (MCP) server (Table of Contents / AI Services)
- awesome-mcp-servers - Dart - Interact with task, doc, and project data in [Dart](https://itsdart.com), an AI-native project management tool (Official Servers)
README
[Dart](https://itsdart.com?nr=1) is Project Management powered by AI.
`dart-mcp-server` is the official AI [Model Context Protocol (MCP)](https://github.com/modelcontextprotocol) server for Dart.
- [Features](#features)
- [Tools](#tools)
- [Setup](#setup)
- [Authentication token](#authentication-token)
- [Usage with Claude Desktop](#usage-with-claude-desktop)
- [Docker](#docker)
- [NPX](#npx)
- [Build](#build)
- [Help and Resources](#help-and-resources)
- [Contributing](#contributing)
- [License](#license)## Features
## Tools
## Setup
### Authentication token
Copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account) and save that as the `DART_TOKEN` environment variable.### Usage with Claude Desktop
To use this with Claude Desktop, add the following to your `claude_desktop_config.json`:#### Docker
```json
{
"mcpServers": {
"dart": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "DART_TOKEN", "mcp/dart"],
"env": {
"DART_TOKEN": ""
}
}
}
}
```### NPX
```json
{
"mcpServers": {
"dart": {
"command": "npx",
"args": ["-y", "dart-mcp-server"],
"env": {
"DART_TOKEN": ""
}
}
}
}
```## Build
Docker build:
```bash
docker build -t mcp/dart .
```## Help and Resources
- [Homepage](https://www.itsdart.com/?nr=1)
- [Web App](https://app.itsdart.com/)
- [Help Center](https://help.itsdart.com/)
- [Bugs and Features](https://app.itsdart.com/p/r/JFyPnhL9En61)
- [Library Source](https://github.com/its-dart/dart-mcp-server/)
- [Chat on Discord](https://discord.gg/RExv8jEkSh)
- Email us at [[email protected]](mailto:[email protected])## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under [the MIT License](LICENSE).