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 "Deploy 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 deployed
Maintenance
Related MCP Connectors
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
MCP server for generating rough-draft project plans from natural-language prompts.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn 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.9MIT
- FlicenseAqualityBmaintenanceA local MCP server for managing Markdown notes, enabling create, list, read, search, summarize, and delete operations through natural language.61-
- AlicenseNot gradedqualityBmaintenanceA 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.1MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that provides natural language access to an Obsidian vault, enabling reading, searching, listing, and creating notes.-