Things MCP Server
by Mieluoxxx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THINGS_AUTH_TOKEN | Yes | Your Things authorization token (obtained from Things → Settings → General → Enable Things URLs → Manage) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_todoC | 创建新的待办事项。支持标题、备注、标签、清单、截止日期等。 |
| add_projectC | 创建新的项目。支持标题、备注、区域、标签、子任务等。 |
| update_todoC | 更新现有的待办事项。需要提供待办事项ID和授权令牌。 |
| update_projectC | 更新现有的项目。需要提供项目ID和授权令牌。 |
| showC | 导航到并显示区域、项目、标签、待办事项或内置列表。 |
| searchC | 搜索Things中的待办事项、项目等。 |
| get_versionB | 获取Things应用和URL Scheme的版本信息。 |
| json_importC | JSON批量导入待办事项和项目。支持复杂的嵌套结构。 |
| delete_todoC | 删除待办事项(通过将其标记为已取消)。需要提供待办事项ID和授权令牌。 |
| delete_projectC | 删除项目(通过将其标记为已取消)。需要提供项目ID和授权令牌。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mieluoxxx/things_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server