Things 3 MCP Server
Click on "Deploy 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 3 MCP Serveradd 'buy groceries' to my Today list with a note 'milk, eggs, bread'"
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 3 MCP Server
This is a Model Context Protocol (MCP) server for Things 3 on macOS. It allows LLMs to interact with your local Things 3 database via AppleScript.
Features
List Todos: Fetch todos from built-in lists (Inbox, Today, Upcoming, etc.)
Create Todo: Create new todos with notes in specific lists.
Related MCP server: Things MCP Server
Prerequisites
macOS
Things 3 installed and running
Node.js installed
Installation
Clone this repository
git clone https://github.com/benhancock/things3-mcp.gitInstall dependencies:
npm installBuild the server:
npm run build
Configuration
To use this with an MCP client (like Claude Desktop), add the following to your claude_desktop_config.json:
{
"mcpServers": {
"things3": {
"command": "node",
"args": [
"/absolute/path/to/things3-mcp/build/index.js"
]
}
}
}Within the Claude Desktop app, you should see the MCP server running in the "Developer" settings tab.
Debugging
If you're having issues with the server, you can run the server manually to see any errors:
node build/index.jsTo see logs for MCP servers in Claude Desktop, you can run:
tail -n 20 -f ~/Library/Logs/Claude/mcp*.logIf you have node installed in multiple places, you may need to specify the full path to node in the claude_desktop_config.json file, for example:
{
"mcpServers": {
"things3": {
"command": "/Users/YOUR_USERNAME/.nvm/versions/node/v21.6.2/bin/node",
"args": [
"/absolute/path/to/things3-mcp/build/index.js"
]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
AI-native task management: list, create, update and archive tasks with rich context for AI agents
Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables Claude to interact with Things 3 on macOS, allowing users to create, update, and manage to-dos and projects, list tasks, search items, and navigate through Things lists using natural language.2011 npm17ISC
- AlicenseBqualityDmaintenanceEnables Claude to interact with Things 3 task management, allowing creation, analysis, and management of tasks, projects, and tags via natural language.22MIT
- AlicenseBqualityDmaintenanceEnables Claude to interact with Things 3 task management, allowing natural language task creation, project analysis, and GTD workflow automation.2417 PyPI44MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Things app for task management, allowing natural language task creation, project analysis, and priority management.MIT