org-mcp
Provides tools to access and manipulate Org mode files, including listing files, reading headings, searching across the vault, and managing agenda and TODOs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@org-mcpWhat does my day look like today?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
#+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
This server cannot be installed
Maintenance
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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