MCP server for Dart AI task management, optimized for batch operations and minimal context usage. It allows updating hundreds of tasks in a single call using DartQL selectors.
From the registry: Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot
Please install the `dart-query` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Get Dart AI Token** — Visit https://app.dartai.com/?settings=account and copy your token (starts with dsa_). (https://app.dartai.com/?settings=account)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@standardbeagle/dart-query"]
- required environment variables:
- `DART_TOKEN`: Dart AI API token starting with dsa_ (example: `dsa_<your_token>`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DART_TOKENrequiredToken for authenticating with Dart AI.Next.js development tools MCP server with stdio transport