MCP MCP Server

A model context protocol server to interface the agenda note taking software using x-callback-url

Local serverstdioPython

What is the MCP MCP server?

Most planning and project tracking work still happens through a UI a human drives. MCP MCP server moves it into the conversation instead. A model context protocol server to interface the agenda note taking software using x-callback-url.

The short version

A server implementation for interacting with the Agenda app on macOS through Claude AI. This server provides tools to create notes, manage projects, and open existing notes in Agenda using x-callback-urls.

  • Create notes in Agenda with various options (title, text, dates, templates, etc.)
  • Create and manage projects within Agenda
  • Open existing notes directly from Claude
  • Full support for Agenda's x-callback-url scheme

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

What it needs from you

  • macOS - Python 3.7+ - Agenda app installed - uv - Modern Python package installer and resolver - Required Python packages (see requirements.txt)

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. It is maintained by alexgoller; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Configuration

  • macOS - Python 3.7+ - Agenda app installed - uv - Modern Python package installer and resolver - Required Python packages (see requirements.txt)

Frequently asked questions

macOS, Python 3.7+, the Agenda app installed, and the `uv` Python package installer.