Things MCP Server
一个用于通过URL Scheme与Things 3任务管理应用集成的MCP(Model Context Protocol)服务器。
功能特性
✅ 创建/更新/删除待办事项和项目
✅ 导航和搜索
✅ JSON批量导入
快速开始
1. 获取授权令牌
打开Things应用:Things → Settings → General → Enable Things URLs → Manage
2. 配置Claude Code MCP
在终端运行以下命令:
或者手动编辑配置文件:
macOS: /Library/Application Support/ClaudeCode/managed-mcp.json
3. 重启Claude Code(如果需要)
使用示例
在Claude Code中直接对话即可:
可用工具
工具 | 说明 | 是否需要令牌 |
| 创建待办事项 | ❌ |
| 创建项目 | ❌ |
| 更新待办事项 | ✅ |
| 更新项目 | ✅ |
| 删除待办事项 | ✅ |
| 删除项目 | ✅ |
| 导航到指定列表/项目 | ❌ |
| 搜索 | ❌ |
| JSON批量导入 | 视情况 |
| 获取版本信息 | ❌ |
详细参数说明请参考 things_url.md
系统要求
macOS (必需 - MCP服务器使用macOS专属的
open命令)Node.js >= 18.0.0
Things 3 for Mac 应用
注:虽然Things 3同时支持macOS和iOS,但此MCP服务器仅能在macOS上运行
开发
许可证
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
Integrates with Things 3 task management app on macOS via URL schemes, enabling creation, updating, deletion of todos and projects, navigation, search, and JSON batch imports.