Skip to main content
Glama

MCP Server for Things3

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

  1. Ensure you have Python 3.8+ and Things3 installed
  2. Clone this repository
  3. 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

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Enables integration with Things3, allowing the creation and management of tasks and projects via the MCP protocol, including synchronization with Agenda projects.

  1. Features
    1. Installation
      1. Usage
        1. create-things3-project
        2. create-things3-todo
        3. sync-agenda-project
      2. Development
        1. License

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            Enables interaction with the Things app through Claude Desktop, allowing task creation, project analysis, and priority management using natural language commands.
            Last updated -
            21
            11
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
            Last updated -
            10
            4
            TypeScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
            Last updated -
            1
            Python
          • -
            security
            F
            license
            -
            quality
            A minimal Model Context Protocol server implementation that provides tools for managing a to-do list, allowing users to create tasks, list them, and mark them as completed via JSON-RPC calls.
            Last updated -
            Python
            • Linux
            • 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/drjforrest/mcp-things3'

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