Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

A Model Context Protocol (MCP) server that provides integration with Things 3 and Calendar app on macOS, allowing AI assistants to manage tasks, projects, and areas.

README.md

Things 3 MCP Server

A Model Context Protocol (MCP) server that provides integration with Things 3 and Calendar app on macOS. This server allows AI assistants and other MCP clients to interact with your Things 3 tasks, projects, and areas through a standardized interface.

Features

To-Do Management

  • Add To-Dos: Create new tasks with title, notes, due date, tags, and assign to specific lists, projects, or areas
  • List To-Dos: Retrieve tasks from any list (Inbox, Today, Anytime, Upcoming, Someday, Logbook, Trash) or from specific projects/areas
  • Update To-Dos: Modify existing tasks (title, notes, due date, tags)
  • Complete To-Dos: Mark tasks as completed
  • Delete To-Dos: Move tasks to trash

Project Management

  • Add Projects: Create new projects with notes, tags, and area assignment
  • List Projects: View all projects filtered by status (open, completed, all) or area

Area Management

  • Add Areas: Create new areas of responsibility
  • List Areas: View all areas

Additional Features

  • Search: Search across all to-dos, projects, and areas
  • Daily Overview: Get a summary of today's tasks and counts
  • Quick Entry: Open Things 3's Quick Entry panel with optional pre-filled content

Requirements

  • macOS (Things 3 is Mac-only)
  • Things 3 installed
  • Python 3.7+
  • MCP package

Installation

  1. Clone this repository or download the server files
  2. Install dependencies:
   pip install -r requirements.txt
  1. (Optional) Install as a package:
   pip install -e .

Configuration

For Claude Desktop

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "things3": {
      "command": "python3",
      "args": ["/path/to/things3_server.py"],
      "env": {}
    },
   "calendar": {
      "command": "python3", 
      "args": ["/path/to/calendar_server.py"]
    }
  }
}

For Other MCP Clients

Use the provided mcp.json configuration file or run directly:

python things3_server.py

The server communicates via stdin/stdout, making it compatible with any MCP client.

Available Tools

  1. things3_add_todo
  • Add a new to-do with optional properties
  • Parameters: title (required), notes, due_date, tags, list, project, area
  1. things3_list_todos
  • List to-dos from a specific list, project, or area
  • Parameters: list, project, area, limit
  1. things3_complete_todo
  • Mark a to-do as completed
  • Parameters: title (required)
  1. things3_update_todo
  • Update an existing to-do
  • Parameters: title (required), new_title, notes, due_date, tags
  1. things3_delete_todo
  • Move a to-do to trash
  • Parameters: title (required)
  1. things3_add_project
  • Create a new project
  • Parameters: title (required), notes, area, tags, when
  1. things3_list_projects
  • List projects with filters
  • Parameters: status, area
  1. things3_add_area
  • Create a new area
  • Parameters: title (required), tags
  1. things3_list_areas
  • List all areas
  • No parameters
  1. things3_search
  • Search across all items
  • Parameters: query (required), limit
  1. things3_daily_overview
  • Get today's task summary
  • No parameters
  1. things3_quick_entry
  • Open Quick Entry panel
  • Parameters: title, notes, autofill

###

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Productivity servers.