Skip to main content

MCP Server for Ultimate Brain

CI PyPI License: MIT

An MCP server for managing Thomas Frank's Ultimate Brain Notion system. Provides 30 workflow-oriented tools for Tasks, Projects, Notes, Tags, and Goals using the PARA methodology, plus a daily_review_snapshot consolidator that returns everything a daily review needs in one call.

Setup

  1. Create a Notion integration and share your Ultimate Brain databases with it.

  2. Run the setup command for your client. It will auto-discover your data sources from Notion and write the config file.

Claude Code

# Project scope (writes .mcp.json in current directory)
uvx --from ultimate-brain-mcp ultimate-brain-setup --client claude-code --scope project

# User scope (writes ~/.claude.json)
uvx --from ultimate-brain-mcp ultimate-brain-setup --client claude-code --scope user

Claude Desktop

uvx --from ultimate-brain-mcp ultimate-brain-setup --client claude-desktop

You can also pass your Notion secret via environment variable to skip the prompt:

NOTION_INTEGRATION_SECRET=secret_... uvx --from ultimate-brain-mcp ultimate-brain-setup --client claude-code --scope project

Tools

Tasks (6)

  • search_tasks — Filter by name, status, project, priority, due date (due_on for a single day), My Day, labels, parent task, completion date
  • create_task — Create with name, status, due, priority, project, labels, tag_ids, location
  • update_task — Patch any task properties (incl. tag_ids and location)
  • complete_task — Mark done with recurrence handling
  • get_my_day — My Day tasks sorted by priority
  • get_inbox_tasks — Unprocessed tasks needing triage

Projects (4)

  • search_projects — Filter by status, tag
  • get_project_detail — Properties + task breakdown + recent notes
  • create_project — Create with name, status, deadline, tag, goal
  • update_project — Patch project properties

Notes (4)

  • search_notes — Filter by type, project, tag, favorite, date
  • get_note_content — Properties + page body as plain text
  • create_note — Create with type, project, tags, URL
  • update_note — Patch note properties

Tags (3)

  • search_tags — Filter by PARA type
  • create_tag — Create with name, type, parent
  • update_tag — Patch tag properties

Goals (4)

  • search_goals — Filter by status
  • get_goal_detail — Properties + linked projects
  • create_goal — Create with name, status, deadline
  • update_goal — Patch goal properties

Cross-Cutting (3)

  • daily_summary — My Day, overdue, inbox, active projects/goals (counts only)
  • archive_item — Archive any UB item
  • set_page_content — Replace or append page body content (markdown → blocks)

Workflow Consolidators (2)

  • daily_review_snapshot — One call returns current time + IANA timezone, all five daily-review buckets (completed today, overdue or due today, due tomorrow, on My Day, inbox), the deduplicated outstanding union, project + area-tag lookup tables, and the live Tasks schema (Location property type, valid options, Labels options). Replaces ~7 separate read calls.
  • bulk_update_tasks — Apply multiple task patches concurrently with per-row results. Never raises on a single failure — surfaces each failed row through the results list so the caller can retry or skip.

Generic (4)

  • query_database — Query any secondary database
  • get_page — Fetch any page by ID
  • get_page_content — Page properties plus body as plain text
  • update_page — Update any page properties

Configuration

Set these in .env (or pass via the MCP client config):

Var Required Purpose
NOTION_INTEGRATION_SECRET yes Notion integration token
UB_TASKS_DS_ID, UB_PROJECTS_DS_ID, UB_NOTES_DS_ID, UB_TAGS_DS_ID, UB_GOALS_DS_ID yes Primary data source IDs
UB_TIMEZONE optional IANA name (e.g. Europe/London). Used by daily_review_snapshot to resolve now/today/tomorrow. Falls back to TZ, then UTC.
UB_*_DS_ID (Work Sessions, Books, etc.) optional Secondary data sources surfaced via query_database
UB_TRANSPORT optional stdio (default) or streamable-http
UB_HOST, UB_PORT optional Bind address for streamable-http (defaults 127.0.0.1:8000; the container image defaults to 0.0.0.0:8000)

Docker

The container image serves streamable-http on port 8000 by default:

docker run --rm -p 8000:8000 --env-file .env ghcr.io/bobbyhyam/ultimate-brain-mcp:latest

Point any streamable-http MCP client at http://localhost:8000/mcp. For a stdio client, override the transport:

docker run --rm -i --env-file .env -e UB_TRANSPORT=stdio ghcr.io/bobbyhyam/ultimate-brain-mcp:latest

Images are published on each release, tagged X.Y.Z, X.Y, and latest.

Development

uv run pytest tests/
uv run mcp dev src/ultimate_brain_mcp/server.py

Contributing

Contributions are welcome — see CONTRIBUTING.md for development setup and guidelines, and CHANGELOG.md for release history.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ultimate_brain_mcp-0.6.1.tar.gz (161.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ultimate_brain_mcp-0.6.1-py3-none-any.whl (43.6 kB view details)

Uploaded Python 3

File details

Details for the file ultimate_brain_mcp-0.6.1.tar.gz.

File metadata

  • Download URL: ultimate_brain_mcp-0.6.1.tar.gz
  • Upload date:
  • Size: 161.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ultimate_brain_mcp-0.6.1.tar.gz
Algorithm Hash digest
SHA256 b88fb16a91f64db956e7f84ff6ea6beabc1f0f6b3f3f1a384ae7e56a0b8cb1a5
MD5 7c322841fb29062bee07726573aa2813
BLAKE2b-256 08cc602ce500e2aa22b91a46d3b75075b87177ba2fc83d24167c942897a6913b

See more details on using hashes here.

File details

Details for the file ultimate_brain_mcp-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: ultimate_brain_mcp-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 43.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for ultimate_brain_mcp-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f1e825ae423203b79cdaaca3abf0ade19377c66e6e21717c5f211d1049231d79
MD5 301c26ea81ccb45e37d9aaa4adb817b8
BLAKE2b-256 f16fd195266006cd8c66e4548db3256b8d2268f50782e74d06225bb9723186a2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.6.1 This release

2 files

0.6.0

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.8

2 files

0.3.7

2 files

0.3.5

2 files

0.3.1

2 files

0.2.1

2 files

0.2.0

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page