# jimfilippou/things-mcp [Health: Active]

**Category:** 🛠️ Other Tools and Integrations  
**Repository:** https://github.com/jimfilippou/things-mcp  
**GitHub Stars:** 10  
**npm Downloads (last month):** 62  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/jimfilippou-things-mcp

## Description
A Model Context Protocol (MCP) server that provides seamless integration with the Things productivity app. This server enables AI assistants to create, update, and manage your todos and projects in Things using its comprehensive URL scheme.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "things-mcp": {
    "command": "npx",
    "args": ["-y","things-mcp"]
  }
}
```

## Documentation
This MCP server integrates with the Things productivity app on macOS, allowing AI assistants to manipulate todos and projects using Things' URL scheme. It supports creating, updating, and organizing tasks and projects with natural language scheduling, tags, areas, and checklists. Use this server when you want programmatic or AI-driven control over your Things app data within an MCP-compatible client.

**Use cases:**
- Create single or multiple todos with deadlines and tags
- Build projects with nested todos and assign them to areas
- Update existing todos or projects with new notes, deadlines, or status
- Search and navigate Things lists and items by tags or queries
- Perform batch operations on tasks and projects using JSON

**Key features:**
- Full support for Things URL scheme commands
- Natural language date and time scheduling
- Advanced organization with tags, areas, headings, and checklists
- Create, update, and complete todos and projects
- Search and show specific items or lists
- Handles URL encoding and error reporting

_Summarized from the repository README — see the link above for the full text._

