mcp-server
by Aayush9029·★ 42·Score 45
A task management MCP server that connects AI assistants to iPhone task tracking with notifications.
Overview
This MCP server bridges AI assistants like Claude Desktop and Cursor with a task management API running on iOS. It enables AI assistants to create, update, and track tasks in real-time, with notifications delivered to users' iPhones. The server exposes tools for task management including creating, listing, updating, and deleting tasks with various priority levels and statuses.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you're using AI assistants for development and want seamless integration with iPhone-based task management and notifications.
When NOT to choose this
Avoid this if you need cross-platform task management beyond iOS or prefer open-source self-hosted solutions without vendor dependencies.
Tools this server exposes
5 tools extracted from the READMEcreate_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.
Comparable tools
Installation
Quick Start
1. Get Your API Key
Download the iOS app from the App Store
2. Configure Claude Desktop
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"
]
}
}
}3. Configure Other MCP Clients
For Cursor or other MCP clients:
{
"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.
FAQ
- What AI assistants are compatible with this MCP server?
- This MCP server is verified to work with Claude Desktop and Cursor. It may also work with other MCP-compliant clients.
- How do I get an API key?
- You need to download the iOS app from the App Store and obtain your API key from there.
Compare mcp-server with
Last updated · Auto-generated from public README + GitHub signals.