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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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/andyreagan/org-mcp'

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