Bridge AI assistants with real-world task management
This MCP server connects Claude Desktop, Cursor, and other AI tools to a powerful task management API, enabling intelligent workflows that create, update, and track tasks automatically on your iPhone.
- Ask Claude to create tasks during coding sessions
- Let Cursor update task status as it completes work
- Get notifications on your iPhone when AI assistants finish tasks
- Track progress across multiple AI tools and automation scripts
- Manage priorities with AI-suggested urgency levels
Perfect for developers who want their AI assistants to collaborate on real projects with automatic task tracking and mobile notifications.
Download the iOS app here
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"task-manager": {
"command": "npx",
"args": [
"mcp-remote",
"https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY"
]
}
}
}{
"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.
Once configured, your AI assistant can:
- "Create a high-priority task to review the pull request"
- "Show me all pending tasks"
- "Mark the deployment task as completed"
- "Update the bug fix to urgent priority"
The server provides these capabilities to AI assistants:
Create new tasks with title, description, priority, and notification settings.
View all tasks with optional filtering by status, priority, or date.
Get detailed information about any specific task.
Modify task properties including status, priority, and description.
Remove completed or cancelled tasks.
- REST API Documentation:
- MCP Server Documentation: https://task-mcp-server.aayushpokharel9029.workers.dev
- Authentication: API key via
X-API-Keyheader - Supported Priorities: LOW, MEDIUM, HIGH, URGENT
- Supported Statuses: TODO, IN_PROGRESS, DONE, CANCELLED
- API Key Isolation: Each key maintains completely separate task data
- No Cross-Access: Tasks are never shared between different API keys
- Secure Communication: All requests require authentication headers
- Real-time Updates: Changes sync instantly to your iPhone app
If your AI assistant isn't connecting:
- Check that your API key is correctly formatted
- Verify the configuration file location
- Restart your MCP client after configuration changes
For issues or feature requests, visit the GitHub Issues.
GitHub: @Aayush9029 • Twitter: @aayushbuilds
