MCP Catalogs
首页mcp-server screenshot

mcp-server

by Aayush9029·42·综合分 45

任务管理MCP服务器,连接AI助手与iPhone任务追踪和通知功能。

productivitydeveloper-toolscommunication
11
Forks
0
活跃 Issue
2 个月前
最近提交
2 天前
收录于

概述

这个MCP服务器连接Claude Desktop、Cursor等AI助手与iOS设备上的任务管理API。它使AI助手能够实时创建、更新和追踪任务,并将通知发送到用户的iPhone。服务器提供了任务管理工具,包括创建、列出、更新和删除任务,支持多种优先级和状态。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI助手在编程会话中创建任务并同步到iPhone
:AI完成工作后自动更新任务状态
:AI助手完成任务时接收iPhone通知
:哪些AI助手与此MCP服务器兼容?
:如何获取API密钥?

什么时候选它

当您使用 AI 助手进行开发,并希望与 iPhone 任务管理和通知无缝集成时,选择此服务器。

什么时候不要选它

如果您需要跨平台任务管理而不仅限于 iOS,或者偏好开源自托管解决方案而非供应商依赖,请避免使用。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • 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.

可对比工具

notion-mcptodoist-mcpticktick-mcpreminders-mcp

安装

快速开始

1. 获取API密钥

从App Store下载iOS应用

2. 配置Claude Desktop

将以下内容添加到 ~/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. 配置其他MCP客户端

对于Cursor或其他MCP客户端:

{
  "mcpServers": {
    "task-manager": {
      "url": "https://task-mcp-server.aayushpokharel9029.workers.dev/sse?apiKey=YOUR_API_KEY"
    }
  }
}

YOUR_API_KEY 替换为您的实际API密钥。

FAQ

哪些AI助手与此MCP服务器兼容?
此MCP服务器已验证可与Claude Desktop和Cursor配合使用。它也可能与其他兼容MCP的客户端一起工作。
如何获取API密钥?
您需要从App Store下载iOS应用,并从那里获取您的API密钥。

mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。