excelsier/things-mcp
Things.app MCP Server
This Model Context Protocol (MCP) server lets you use Claude Desktop to interact with your task management data in Things app. You can ask Claude to create tasks, analyze projects, help manage priorities, and more.
This server leverages the Things.py library and the Things URL Scheme.
<a href="https://glama.ai/mcp/servers/t9cgixg2ah"></a>
curl -LsSf https://astral.sh/uv/install.sh | shResart your terminal afterwards.
git clone https://github.com/hald/things-mcpcd things-mcp
uv venv
uv pip install -r pyproject.tomlcode ~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the Things server to the mcpServers key to the configuration file (be sure to update the path to the folder where you installed these files):
{
"mcpServers": {
"things": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/things-mcp",
"run",
"things_server.py"
]
}
Loading reviews...