Things

Things

wbopan

Connects AI assistants to the Things.app task manager on macOS, allowing direct creation and management of tasks and projects.

Integrates with Things.app task management for macOS, enabling task and project creation with full metadata support, update operations including completion status, database export functionality, and summary generation through URL scheme and direct database access.

2362 views2Local (stdio)

What it does

  • Create new tasks and projects in Things.app
  • Update existing tasks and completion status
  • Schedule tasks for specific dates
  • Export and view task database summaries
  • Organize tasks with areas, tags, and deadlines
  • Generate task reports and overviews

Best for

macOS users managing tasks through Things.appDaily planning and task organization workflowsAI-assisted project management and scheduling
macOS only - requires Things.appNeeds Things authorization token for updatesDirect database access for exports

About Things

Things is a community-built MCP server published by wbopan that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate with the best to do list app for macOS—Things. Enjoy advanced task management, database export, and project creation features. It is categorized under productivity.

How to install

You can install Things in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Things is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

Things MCP Server

npm version License: MIT macOS

Control your Things.app tasks directly from Claude Code, Claude Desktop, Cursor, and other AI assistants using the Model Context Protocol (MCP).

What It Does

This MCP server lets AI assistants interact with your Things.app tasks on macOS. You can:

  • Create new tasks and projects
  • Update existing items
  • View your task database with detailed summaries
  • Schedule tasks for specific dates
  • Organize with areas, tags, and deadlines

Quick Start

1. Get Things Authorization Token

For updating existing tasks, you need an authorization token:

  1. Open Things.app on macOS
  2. Go to Things → Preferences → General
  3. Check "Enable Things URLs"
  4. Copy the authorization token that appears

2. Configure Your AI Assistant

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "things": {
      "command": "npx",
      "args": ["@wenbopan/things-mcp"],
      "env": {
        "THINGS_AUTH_TOKEN": "your-token-here"
      }
    }
  }
}
Cursor IDE

Create .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:

{
  "things": {
    "command": "npx",
    "args": ["@wenbopan/things-mcp"],
    "env": {
      "THINGS_AUTH_TOKEN": "your-token-here"
    }
  }
}

3. Restart Your AI Assistant

After configuration, restart your AI assistant to load the MCP server.

Use Cases

Daily Planning

"Show me my today's tasks and create a project for the new marketing campaign with initial tasks for research, design, and content creation."

Project Management

"Update the mobile app project to add design review and testing tasks, then schedule the design review for next Monday."

Task Organization

"Move all my unscheduled shopping tasks to the 'Personal' area and tag them with 'weekend'."

Progress Tracking

"Give me a summary of all active projects with their deadlines and completion status."

Quick Capture

"Create a task to call the dentist, schedule it for tomorrow, and set a deadline for end of week."

License

MIT

Contributing

Issues and pull requests welcome! Please ensure all tests pass before submitting.

Alternatives

Related Skills

Browse all skills
yt-dlp

Download audio and video from thousands of websites using yt-dlp. Feature-rich command-line tool supporting format selection, subtitle extraction, playlist handling, metadata embedding, and post-processing. This skill is triggered when the user says things like "download this video", "download from YouTube", "extract audio from video", "download this playlist", "get the mp3 from this video", "download subtitles", or "save this video locally".

16
chief-architect

PERSONAL APP ARCHITECT - Strategic development orchestrator for personal productivity applications. Analyzes project context, makes architectural decisions for single-developer projects, delegates to specialized skills, and ensures alignment between user experience goals and technical implementation. Optimized for personal apps targeting 10-100 users.

6
job-auto-apply

Automated job search and application system for Clawdbot. Use when the user wants to search for jobs and automatically apply to positions matching their criteria. Handles job searching across LinkedIn, Indeed, Glassdoor, ZipRecruiter, and Wellfound, generates tailored cover letters, fills application forms, and tracks application status. Use when user says things like "find and apply to jobs", "auto-apply for [job title]", "search for [position] jobs and apply", or "help me apply to multiple jobs automatically".

5
cto-engineering-metrics

Expert methodology for defining, tracking, and interpreting engineering performance metrics including DORA, team health, productivity, and executive reporting.

5
teams-channel-post-writer

Creates educational Teams channel posts for internal knowledge sharing about Claude Code features, tools, and best practices. Applies when writing posts, announcements, or documentation to teach colleagues effective Claude Code usage, announce new features, share productivity tips, or document lessons learned. Provides templates, writing guidelines, and structured approaches emphasizing concrete examples, underlying principles, and connections to best practices like context engineering. Activates for content involving Teams posts, channel announcements, feature documentation, or tip sharing.

5
ai-assisted-development

Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.

5