Aidd MCP Server

Official AiDD MCP Server for Claude Desktop - Seamless integration with Apple Notes, AI task processing, and multi-service sync

Remote serverstreamable-http

What is the Aidd MCP server?

Most planning and project tracking work still happens through a UI a human drives. Aidd MCP server moves it into the conversation instead. Official AiDD MCP Server for Claude Desktop - Seamless integration with Apple Notes, AI task processing, and multi-service sync.

The short version

Works everywhere Claude works: - ✅ Claude.ai (desktop browsers) - ✅ Claude mobile apps (iOS/Android) - ✅ Claude Desktop (all platforms) - ✅ ChatGPT Apps (with rich UI widgets)

The tools it exposes

The server publishes 14 tools. What each one is for:

  • list_notes — Browse notes (sortBy: createdAt/updatedAt/title)
  • read_note — Read specific note by ID
  • create_note — Create new note with title, content, tags, category
  • update_note — Update existing note (title, content, tags, category)
  • delete_notes — Delete one or more notes by ID
  • list_action_items — Browse action items with sorting
  • read_action_item — Read specific action item by ID
  • extract_action_items — AI-powered extraction from notes or text
  • update_action_item — Update existing action item (title, priority, due date, etc.)
  • delete_action_items — Delete action items and their derived tasks
  • list_tasks — Browse tasks with AI scores
  • read_task — Read specific task by ID

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

How it compares

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Aidd's toolset — list_notes, read_note, create_note and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mfridson; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Aidd.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_notesBrowse notes (sortBy: createdAt/updatedAt/title)
read_noteRead specific note by ID
create_noteCreate new note with title, content, tags, category
update_noteUpdate existing note (title, content, tags, category)
delete_notesDelete one or more notes by ID
list_action_itemsBrowse action items with sorting
read_action_itemRead specific action item by ID
extract_action_itemsAI-powered extraction from notes or text
update_action_itemUpdate existing action item (title, priority, due date, etc.)
delete_action_itemsDelete action items and their derived tasks
list_tasksBrowse tasks with AI scores
read_taskRead specific task by ID
create_taskCreate a new task manually
convert_to_tasksConvert action items to ADHD-optimized tasks (async)

Example prompts to try

  • Use Aidd to list notes.
  • Use Aidd to read note.
  • Use Aidd to create note.

Frequently asked questions

It connects Aidd to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (list_notes, read_note, create_note, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Aidd directly.