MCP Catalogs
Homemcp-server screenshot

mcp-server

by Aayush9029·42·Score 45

A task management MCP server that connects AI assistants to iPhone task tracking with notifications.

productivitydeveloper-toolscommunication
11
Forks
0
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:AI assistants create tasks during coding sessions that sync to iPhone
you:Automatically update task status as AI completes work
you:Receive iPhone notifications when AI assistants finish tasks
you:What AI assistants are compatible with this MCP server?
you:How do I get an API key?

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 README
  • 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.

Comparable tools

notion-mcptodoist-mcpticktick-mcpreminders-mcp

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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.