Back to MCP Servers
Things
A Model Context Protocol (MCP) server that provides seamless integration with the [Things](https://culturedcode.com/things/) productivity app. This server enables AI assistants to create, update, and manage your todos and projects in Things using its comprehensive URL scheme.
other-tools-and-integrationsai
By jimfilippou
Installation
npx -y things-mcpConfiguration
{
"mcpServers": {
"things-mcp": {
"command": "npx",
"args": ["-y", "things-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes