An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


Dart MCP Server



PyPI
Supported Python Versions
License


[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).