Dart MCP Server
by jmanhype
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DART_TOKEN | Yes | Your Dart API token | |
PYTHONPATH | No | Path to your Dart SDK installation | |
PYTHON_PATH | No | Python executable path (defaults to system Python) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_default_status | Get the default status DUIDs |
get_default_space | Get the default space DUID |
create_task | Create a new Dart task |
update_task | Update an existing task |
get_dartboards | Get available dartboards |
get_folders | Get available folders |
create_folder | Create a new folder in a space |
create_doc | Create a new document or report |
create_space | Create a new space |
delete_space | Delete a space and all its contents |