Things MCP Server
@excelsier
About Things MCP Server
Enhanced FastMCP implementation of the Things MCP server for Claude and Windsurf
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
Basic information
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments