Task Management MCP Server

Task Management MCP Server

Connects AI assistants to a task management API for creating, updating, and tracking tasks with iPhone notifications.

Category
Visit Server

README

[!NOTE]
iOS app can be downloaded here

https://apps.apple.com/app/apple-store/id6746345658

MCP Client for iOS

Auto Release pages-build-deployment PyPI version Python License: MIT

<p>

image

</p>

Verified with

<img src="https://github.com/user-attachments/assets/c05449f1-4da8-4228-9bba-6821f70a3ab8" width="40px" /> <img src="https://github.com/user-attachments/assets/caa206db-bf97-4376-81c1-20d542d5963a" width="40px" /> <img src="https://github.com/user-attachments/assets/c2cbc255-af9b-4683-ba12-c36a4b1e6268" width="40px" /> <img src="https://github.com/user-attachments/assets/ec6c1c3d-8209-406f-986d-4fb1d76b401b" width="40px" /> <img src="https://github.com/user-attachments/assets/220a04be-f6f2-4a3d-b161-b961311d6775" width="40px" /> <img src="https://github.com/user-attachments/assets/69781fbe-5888-4cd0-98d8-be71dbb14e8c" width="40px" />

Task Management MCP Server

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.

What You Can Do

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

Quick Start

1. Get Your API Key

Download the iOS app here

2. Choose Your Setup

For Claude Desktop (Recommended)

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"
      ]
    }
  }
}

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.

3. Start Using It

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"

Available Tools

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.

Technical Details

Documentation

API Details

  • Authentication: API key via X-API-Key header
  • Supported Priorities: LOW, MEDIUM, HIGH, URGENT
  • Supported Statuses: TODO, IN_PROGRESS, DONE, CANCELLED

Security & Privacy

  • 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

Need Help?

If your AI assistant isn't connecting:

  1. Check that your API key is correctly formatted
  2. Verify the configuration file location
  3. Restart your MCP client after configuration changes

For issues or feature requests, visit the GitHub Issues.


GitHub: @Aayush9029 • Twitter: @aayushbuilds

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured