任务管理
HTTP-SSE连接AI助手与iOS任务管理的MCP服务器
连接AI助手与iOS任务管理的MCP服务器
[!NOTE]
iOS app can be downloaded 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_taskCreate new tasks with title, description, priority, and notification settings.
list_tasksView all tasks with optional filtering by status, priority, or date.
get_taskGet detailed information about any specific task.
update_taskModify task properties including status, priority, and description.
delete_taskRemove 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