Skip to main content
Other Tools and IntegrationsTypeScript

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.

other-tools-and-integrationslocal-servicemacos
Share:

Quick Start

Clone the repository:

git clone https://github.com/jimfilippou/things-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "things-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jimfilippou/things-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
jimfilippou