MCP Server for Things3
This MCP server provides integration with Things3, allowing you to create and manage tasks and projects through the MCP protocol. It includes special support for synchronization with Agenda projects.
Features
- Create new projects in Things3
- Create new to-dos with detailed properties
- Synchronize projects between Agenda and Things3
- List current tasks and projects
- AppleScript integration for data retrieval
Installation
- Ensure you have Python 3.8+ and Things3 installed
- Clone this repository
- Install dependencies:
pip install -e .
Usage
The server provides several tools:
create-things3-project
Creates a new project in Things3 with the following options:
- title (required)
- notes
- area
- when
- deadline
- tags
- completed
- canceled
create-things3-todo
Creates a new to-do in Things3 with the following options:
- title (required)
- notes
- when
- deadline
- checklist
- tags
- list
- heading
- completed
- canceled
- reveal
sync-agenda-project
Creates a Things3 project that mirrors an Agenda project:
- title (required)
- notes
- area
Development
The server uses:
- x-callback-url for creating items in Things3
- AppleScript for retrieving data from Things3
- MCP protocol for communication
License
MIT
Things3 Integration Server
Project Details
- drjforrest/mcp-things3
- Last Updated: 4/3/2025
Recomended MCP Servers
A Model Context Protocol (MCP) server that automates generating LinkedIn post drafts from YouTube videos. This server provides...
🚀 MCP aggregator for batching multiple tool calls into a single request. Reduces overhead, saves tokens, and simplifies...
Talk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
1 MCP to rule all them chains
Playwright Model Context Protocol Server - Tool to automate Browsers and APIs in Claude Desktop, Cline, Cursor IDE...
A Model Context Protocol (MCP) server for Windows desktop automation using AutoIt.
MCP server for Todoist integration enabling natural language task management with Claude
A simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list.
An advanced web browsing server for the Model Context Protocol (MCP) powered by Playwright, enabling headless browser interactions...
Talk with Azure using MCP
CCXT MCP Server bridges the gap between AI models and cryptocurrency trading by providing a standardized interface through...





