Task Management MCP
par Aayush9029
Connect AI assistants to an iOS task manager for automatic task creation, tracking, and mobile notifications.
What it does
This server bridges AI assistants with a real-world task management system. It enables tools like Claude and Cursor to create, update, and monitor tasks that sync instantly to a dedicated iPhone application, allowing for a seamless loop between AI coding and mobile task tracking.
Tools
create_task: Create new tasks with title, description, priority (LOW to URGENT), and notification settings.list_tasks: View all tasks with optional filtering by status or priority.get_task: Retrieve detailed information about a specific task.update_task: Modify task properties such as status (TODO, IN_PROGRESS, DONE) or priority.delete_task: Remove completed or cancelled tasks from the list.
Installation
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"task-manager": {
"command": "npx",
"args": [
"mcp-remote",
"https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY"
]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Installation rapide
npx mcp-remote https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEYInformations
- Tarification
- free
- Publié
- 4/15/2026






