Skip to main content
Glama

Things MCP Server

by BMPixel
MIT License
54
1
  • Apple

Things MCP Server

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

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" } } } }

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

An MCP server that allows AI assistants like Claude Code, Claude Desktop, and Cursor to interact with Things.app on macOS, enabling task creation, updates, viewing, scheduling, and organization through natural language.

  1. What It Does
    1. Quick Start
      1. Get Things Authorization Token
      2. Configure Your AI Assistant
      3. Restart Your AI Assistant
    2. Use Cases
      1. Daily Planning
      2. Project Management
      3. Task Organization
      4. Progress Tracking
      5. Quick Capture
    3. License
      1. Contributing

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
          Last updated -
          179
          Python
          MIT License
          • Apple
          • Linux
        • -
          security
          F
          license
          -
          quality
          An MCP server that allows AI assistants like Claude to execute terminal commands on the user's computer and return the output, functioning like a terminal through AI.
          Last updated -
          38
          Python
          • Apple
        • A
          security
          A
          license
          A
          quality
          A foundation for building custom local Model Context Protocol (MCP) servers that provide tools accessible to AI assistants like Cursor or Claude Desktop.
          Last updated -
          1
          9
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          An MCP server that enables AI assistants like Claude to access and manipulate Apple Notes on macOS, allowing for retrieving, creating, and managing notes through natural language interactions.
          Last updated -
          60
          TypeScript
          MIT License
          • Apple

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/BMPixel/things-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server