jimfilippou/things-mcp
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.
Quick Start
Clone the repository:
git clone https://github.com/jimfilippou/things-mcpClaude Desktop configuration example:
{
"mcpServers": {
"things-mcp": {
"command": "npx",
"args": [
"-y",
"jimfilippou/things-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.