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: 7 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T02:54:06.000Z (7 months ago)
- Last Synced: 2025-02-22T03:25:45.412Z (7 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-zh - Dart
- awesome-mcp-servers - **dart-mcp-server** - Dart AI Model Context Protocol (MCP) server `typescript` `ai` `dart` `mcp` `server` `npm install its-dart/dart-mcp-server` (AI/ML)
- awesome-mcp-servers - **dart-mcp-server** - Dart AI Model Context Protocol (MCP) server `typescript` `ai` `dart` `mcp` `server` `npm install its-dart/dart-mcp-server` (AI/ML)
- Awesome-MCP-Servers-directory - Dart - Interact with task, doc, and project data in Dart, an AI-native project management tool (AI Services)
- Awesome-Official-MCP-Servers - Dart - dart/dart-mcp-server?style=social) | Interact with task, doc, and project data in [Dart](https://itsdart.com), an AI-native project management tool | | (官方 MCP 服务器列表)
- 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)
- Awesome-Official-MCP-Servers - Dart - dart/dart-mcp-server?style=social) | Interact with task, doc, and project data in [Dart](https://itsdart.com), an AI-native project management tool | | (官方 MCP 服务器列表)
- mcp-index - Dart - A server implementation for the Model Context Protocol using Dart, enabling connection between AI models and various tools or data sources. It supports prompt management and resource templates, along with tools for task and document management. (Business Tools)
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 [support@itsdart.com](mailto:support@itsdart.com)## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under [the MIT License](LICENSE).