mcp-server
by Aayush9029·★ 42·综合分 45
任务管理MCP服务器,连接AI助手与iPhone任务追踪和通知功能。
概述
这个MCP服务器连接Claude Desktop、Cursor等AI助手与iOS设备上的任务管理API。它使AI助手能够实时创建、更新和追踪任务,并将通知发送到用户的iPhone。服务器提供了任务管理工具,包括创建、列出、更新和删除任务,支持多种优先级和状态。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您使用 AI 助手进行开发,并希望与 iPhone 任务管理和通知无缝集成时,选择此服务器。
什么时候不要选它
如果您需要跨平台任务管理而不仅限于 iOS,或者偏好开源自托管解决方案而非供应商依赖,请避免使用。
此 server 暴露的工具
从 README 抽取出 5 个工具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.
可对比工具
安装
快速开始
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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。