Skip to main content
Glama

#+CREATED: [2025-04-29 Tue 10:20] #+UPDATED: [2025-04-29 Tue 12:57]

  • org-mcp

A python-based MCP server for your local org mode files. Allows access to your org notes, agenda, and TODOs.

That said, you probably want org-cli instead. I'll continue providing maintainence updates here, but am only actively developing on org-cli.

#+HTML:

** Tools

  • List org files

  • Read file headings

  • Read specific heading in file

  • Read whole file

  • Search for documents matching a specified text query across all files in the vault (including the ID link), returns matching files/headings

  • Add new file

  • Add new heading to existing file

  • Read agenda and TODOs from org's =M-x org-agenda n=

  • Modify heading

** Example prompt

  • What does my day look like today?

  • What are the most important things for me to work on right now?

  • Based on my long term career and personal goals, what suggestions would a coach give me? E.g., reprioritizing open TODOs, specific actions to take.

** Adding to Claude Desktop

In general, follow the instructions from Anthropic.

For development:

#+begin_src { "mcpServers": { "org-mcp": { "command": "uv", "args": [ "--directory", "/org-mcp", "run", "org-mcp" ] } } } #+end_src

To use the published version

#+begin_src { "mcpServers": { "org-mcp": { "command": "uvx", "args": [ "org-mcp" ], "env": { "ORG_DIR" : "" } } } } #+end_src

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An MCP server for managing Obsidian-style note vaults, providing tools for full-text search, note creation, and backlink tracking. It enables users to navigate, structure, and update their personal knowledge base through natural language.
    9
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A local MCP server for journaling, organizing, and recalling your work. It captures entries as plain markdown files, indexes them for full-text and structured search, and enables querying via natural language.
    1
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP server that provides natural language access to an Obsidian vault, enabling reading, searching, listing, and creating notes.
    -