todo.vu MCP
About
Connect your AI Agent to the todo.vu task management and time tracking productivity suite. Your agent can help you perform tasks and provide deep insights into your team's work.
Details
- Author
- Unknown
- Categories
- Productivity, Project Management
Jump to
Using the todo.vu MCP server to connect your AI Agent to todo.vu
Thetodo.vu MCP Serverenables Model Context Protocol (MCP) clients to interact directly with the todo.vu task management and time-tracking platform. It bridges the gap between AI agents and your productivity data, allowing for automated task management, time logging, and project oversight.
The server is fully hosted and requires no additional software to be installed locally. It supports the http-stream protocol and OAuth authentication.
- Automated Task Management:Create, update, and organize tasks based on conversational context.
- Time Tracking:Start/stop timers and log time entries directly from your chat client.
- Reporting:Fetch task statistics and project statuses to generate summaries or insights.
- Project Coordination:List clients, projects, and users to stay aligned with your team.
The server currently exposes17 toolsfor managing your workspace (more will be added over time):
- list_tasks: List and filter tasks from the workspace dashboard. Supports complex filtering by client, project, user, and status.
- create_task: Create a new active task in a specific workspace.
- change_tasks: Update one or more tasks (status, name, assignment, etc.).
- repeat_task: Set or update recurrence rules (daily, weekly, etc.) for a task.
- task_stats: Get aggregated task counts and time/money statistics.
- task_add_comment: Add a rich-text or HTML comment to a task.
- list_comments_attachments_time_entries: Retrieve the full timeline of a specific task.
- add_time_entry: Manually log a duration of work against a task.
- list_time_entries: Fetch and filter time logs for reporting.
- timer: Start, stop, or pause the active work timer.
- list_workspaces: List all todo.vu workspaces your account has access to.
- list_clients: List and filter client records.
- create_client: Add a new client to the workspace.
- list_projects: List and filter project records.
- create_project: Create a new project, optionally linked to a client.
- list_labels: List available task labels/tags.
- list_users: List team members and contacts in the workspace.
The todo.vu MCP server supports fully automated OAuth2 authentication. If your client can support this, then you should be automatically directed to the todo.vu Authorisation page. At this point, you must be logged in to todo.vu and you just authorise access to the Full Scope.
At the moment, we only support desktop clients. More specifically, the redirect_url must be a “localhost” URL. This is the case for most desktop clients but will not work for a server-to-server connection.
Please be very careful when authorising accessto your agent. While we have limited tools that are destructive, it is still possible that a rogue agent could cause significant damage to your workspace data.
The primary endpoint for the MCP server is:
https://mcp.todo.vu/mcp
The server uses OAuth 2.0 with PKCE. For automated clients to remain stable (avoiding frequent re-authentication),
use the followingFixed Client Identity:
- Client ID:2e659cf8-03e6-4c14-8aa2-343a0b8d627d
- Redirect URI:http://localhost:8080/callback
Note: The port and uri may be changed to suite your client but the host must remain ‘localhost’
Add the following to yourclaude_desktop_config.json:
{ "mcpServers": { "todovu": { "url": "https://mcp.todo.vu/mcp" } } }
Note: Claude Desktop handles the OAuth flow automatically via the browser on the first run.
- Import from URL:https://mcp.todo.vu/mcp
- Authentication: OAuth 2.0
- Client ID:2e659cf8-03e6-4c14-8aa2-343a0b8d627d
- Authorization URL:https://todo.vu/oauth/authorize
- Token URL:https://todo.vu/oauth/token
- Scope:full
For Cursor, it is recommended to usemcporteras a bridge to ensure stable token management.
- Runmcporter config add todovu --url https://mcp.todo.vu/mcp
- Add the following to Cursor’s MCP settings:
- Type:command
- Command:mcporter call todovu
OpenClaw usesmcporterinternally for HTTP-based MCP servers. Configure it in./config/mcporter.json:
{ "mcpServers": { "todovu": { "baseUrl": "https://mcp.todo.vu/mcp", "oauthClientId": "2e659cf8-03e6-4c14-8aa2-343a0b8d627d", "oauthRedirectUrl": "http://localhost:8080/callback" } } }
If you are developing a Copilot Extension, you can point your manifest’s tool definitions to thebaseUrland use the Client ID provided above for the OAuth flow.
Interact with task, doc, and project data in Dart, an AI-native project management tool
Remote MCP server for MeisterTask. Create and manage projects, tasks, and notes from your AI assistant. Hosted (streamable-HTTP) — connect at https://mcp.meistertask.com/mcp
The official Plane MCP server provides integration with Plane APIs, enabling full AI automation of Plane projects, work items, cycles and more.
Keep teams & agents coordinated automatically
From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps.
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
Official Taskeract MCP Server for integrating your Taskeract project tasks and load the context of your tasks into your MCP enabled app.
Manage your Todoist tasks and projects directly from your LLM.
Interact with Asana tasks, projects, workspaces, and comments using the Asana API.
Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment auto-download. Active fork of kocakli/Trello-Desktop-MCP integrating contributions from across the Trello MCP fork ecosystem
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



