You'll need an API key from your task management service to authenticate requests.
For Cursor users: Click the "Add to Cursor" button above, then append your API key to the URL in the configuration dialog.
For Claude Desktop:
{ "task-manager": { "command": "npx", "args": [ "mcp-remote", "https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY" ] } }
For Cursor:
{ "mcpServers": { "task-manager": { "url": "https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY" } } }
⚠️ Replace YOUR_API_KEY
with your actual API key in either configuration.
Once connected, you can ask Claude to manage your tasks using natural language. Try commands like:
These tools are available through the MCP protocol. Ask Claude to use them naturally in conversation:
list_tasks
– List all your taskscreate_task
– Create a new task with title, description, status, and priorityget_task
– Get details of a specific task by IDupdate_task
– Update an existing taskdelete_task
– Delete a taskThe server provides the following endpoints for MCP communication: