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.

Related MCP Servers

  • A
    license
    C
    quality
    F
    maintenance
    An MCP server that integrates the zk note-taking system with LLMs, enabling users to search, read, create, and manage notes. It provides tools for link analysis, tag management, and complex note queries to interact with local knowledge bases.
    Last updated
    5
    1
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    An MCP server that indexes local Python projects into a SQLite database to enable efficient symbol searching and dependency tracking. It allows users to find function or class definitions, trace module imports, and read file contents through natural language interfaces.
    Last updated
  • 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.
    Last updated
    9
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

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