Things MCP Server
@excelsier
About Things MCP Server
Enhanced FastMCP implementation of the Things MCP server for Claude and Windsurf
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"things-fastmcp": {
"command": "uv",
"args": [
"pip",
"install",
"things-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Things MCP Server?
Things MCP Server is a Model Context Protocol server that lets Claude Desktop read and write task management data in the Things app (Things 3). It translates natural‑language requests into structured interactions with your projects, todos, tags, and areas, making it ideal for anyone who wants AI‑assisted task management.
How to use Things MCP Server?
Install via pip install things-mcp (Python 3.12+) and run things-mcp. Obtain your Things authentication token from Things → Preferences → General, then configure it through the included configure_token.py script or by setting the THINGS_AUTH_TOKEN environment variable. Finally, add the server to Claude Desktop’s claude_desktop_config.json.
Key features of Things MCP Server
- Access all major Things lists (Inbox, Today, Upcoming, etc.).
- Create, update, and delete todos and projects.
- Manage tags and run advanced searches.
- View recent items and detailed checklist data.
- Automatic AppleScript fallback when URL scheme fails.
- Intelligent caching, rate limiting, and circuit‑breaker reliability.
Use cases of Things MCP Server
- Ask Claude to list your today’s tasks from Things.
- Create a detailed todo with a packing checklist for a trip.
- Analyze and prioritize todos using the Eisenhower matrix.
- Conduct a GTD‑style weekly review guided by Claude.
- Combine with a calendar MCP to schedule time for
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments