Things Safe 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 Safe MCPShow my tasks due today in the Anytime list"
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 Safe MCP
An unofficial MCP server for Things 3 that uses only integration methods Cultured Code documents as safe:
AppleScript for reads and normal task edits.
The Things URL scheme for checklist edits.
It never reads or writes the Things database, app-support files, or Things Cloud credentials. It is macOS-only and requires Things 3.
Install
Install uv, then register the server with your MCP client. For Codex:
codex mcp add things -- uvx --from git+https://github.com/jasongibby/things-safe-mcp things-safe-mcpFor another stdio MCP client, use:
{
"mcpServers": {
"things": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/jasongibby/things-safe-mcp",
"things-safe-mcp"
]
}
}
}Start Things once before the first request. macOS will ask for permission for your MCP host to automate Things.
Checklist token
Only checklist edits need a Things URL authorization token. In Things, open
Settings → General → Enable Things URLs → Manage, generate a token, and
provide it to the server as THINGS_AUTH_TOKEN through your MCP client's secure
environment configuration. Do not commit or share it.
All other operations work without a token.
Tools
Read Inbox, Today, Upcoming, Anytime, Someday, projects, project tasks, and directly tagged tasks.
Search task titles and notes.
Create tasks.
Edit titles, notes, tags, status, schedule, and project assignment. Pass an empty project ID to detach a task.
Replace, append, or prepend checklist items.
Safety and privacy
Cultured Code lists AppleScript and the Things URL scheme as safe connection methods. This server passes user input as process arguments rather than interpolating it into AppleScript source.
Your MCP client and AI provider can see task data returned by the server. Review their privacy policies before use. This project is not affiliated with or endorsed by Cultured Code.
Development
uv sync
uv run python -m unittest discover -s tests -vTests mock all external processes and never access Things.
License
MIT
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.
Related MCP Connectors
Project management MCP for AI agents with safe task reads and writes.
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
MCP connector for Apple Reminders — search, create, complete, and edit via your own Mac.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/jasongibby/things-safe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server