MCP.so
Sign In

Things MCP Server

@excelsier

About Things MCP Server

Enhanced FastMCP implementation of the Things MCP server for Claude and Windsurf

Basic information

Category

Other

License

NOASSERTION

Runtime

python

Transports

stdio

Publisher

excelsier

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

Comments

More Other MCP servers