
Org MCP Server
by szaffarano
MCP server for managing Org-mode and Org-roam knowledge bases.
What it does
This server connects an AI agent to an Org-mode knowledge base. It provides the ability to search, read, and organize notes written in the Emacs Org-mode format, effectively turning your local .org files into a structured database for an LLM.
Tools
org-file-list: Lists all org files in the configured directories.org-search: Performs fuzzy text search across all org files to find specific content.org-agenda: Queries agenda items with filtering by dates, states, tags, and priorities.
Installation
Install via Cargo:
cargo install org-mcp-server --locked
Add to your claude_desktop_config.json:
{
"mcpServers": {
"org-mode": {
"command": "org-mcp-server",
"args": [],
"env": {
"ORG_ORG__ORG_DIRECTORY": "/path/to/your/org/files"
}
}
}
}
Supported hosts
- claude
- cursor
- codex
Quick install
cargo install org-mcp-server --lockedInformation
- Pricing
- free
- Published
- 5/7/2026
- stars






