
Task Management
HTTP-SSEMCP server bridging AI assistants with iOS task management for automated workflow tracking
MCP server bridging AI assistants with iOS task management for automated workflow tracking
[!NOTE]
App is in review process, it will be released herehttps://apps.apple.com/app/apple-store/id6746345658
Public Beta avialable here
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.
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:
The server provides these capabilities to AI assistants:
create_task
Create new tasks with title, description, priority, and notification settings.
list_tasks
View all tasks with optional filtering by status, priority, or date.
get_task
Get detailed information about any specific task.
update_task
Modify task properties including status, priority, and description.
delete_task
Remove completed or cancelled tasks.
X-API-Key
headerIf your AI assistant isn't connecting:
For issues or feature requests, visit the GitHub Issues.
GitHub: @Aayush9029 • Twitter: @aayushbuilds