Things MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Things MCPWhat did I complete last week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Things MCP
Read-only MCP server for Things 3 — reads completed tasks from the local SQLite database for analysis and reflection.
Tools
Tool | Description |
| Tasks completed on a specific date |
| Weekly summary (Mon–Sun) grouped by day |
| Tasks by project within a date range |
Related MCP server: Things MCP
Build
npm install
npm run buildClaude Desktop config
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"things": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/things-mcp/dist/index.js"]
}
}
}Replace /ABSOLUTE/PATH/TO with the actual path to this project.
Data source
Reads from the Things 3 SQLite database at:
~/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/ThingsData-*/Things Database.thingsdatabase/main.sqliteThe database is opened in read-only mode — Things data is never modified.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/kseniailinyh/things-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server