You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've created a Model Context Protocol (MCP) server implementation for Dart that enables AI assistants (like Claude) to interact with Dart's task management system through standardized MCP tools.
This is awesome, thanks! We will definitely review and we have an official MCP that is not 100% ready for primetime yet as well. We'll work on taking the best of both worlds and get back to you about this!
Hi Dart team!
I've created a Model Context Protocol (MCP) server implementation for Dart that enables AI assistants (like Claude) to interact with Dart's task management system through standardized MCP tools.
Repository: https://github.com/jmanhype/dart-mcp-server
Features
The server uses dart-tools as its foundation and adds an MCP layer that enables:
Technical Details
Available MCP Tools
create_task
: Create new tasks with title, description, priorityupdate_task
: Update existing tasks' status, title, descriptionget_default_status
: Get default status DUIDsget_default_space
: Get default space DUIDget_dartboards
: List available dartboardsget_folders
: List folders in a spacecreate_folder
: Create new folderscreate_doc
: Create new documents or reportscreate_space
: Create new workspacesdelete_space
: Delete existing workspacesWould you be interested in:
I'm happy to submit a PR or make any adjustments based on your feedback.
Let me know your thoughts!
The text was updated successfully, but these errors were encountered: