#+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.
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{.verbatim} - 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:
{
"mcpServers": {
"org-mcp": {
"command": "uv",
"args": [
"--directory",
"<dir_to>/org-mcp",
"run",
"org-mcp"
]
}
}
}
To use the published version
{
"mcpServers": {
"org-mcp": {
"command": "uvx",
"args": [
"org-mcp"
],
"env": {
"ORG_DIR" : "<YOUR_ORG_DIR>"
}
}
}
}
Release files for org-mcp 0.3.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| org_mcp-0.3.2.tar.gz | 211.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| org_mcp-0.3.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 218.5 kB
Release files / org_mcp-0.3.2.tar.gz
| Download URL | org_mcp-0.3.2.tar.gz |
|---|---|
| Size | 211.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8476edc1e084688224388ae6118ef7c7ec033d755196ef247fcb1b88bf236f3c
|
|
BLAKE2b-256 checksum How to use checksums |
70d74aaa781772996e89d0e03e1e821c601c1087b8e94991b0588419e6ad7fc3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 13, 2026.
Transparency logRelease files / org_mcp-0.3.2-py3-none-any.whl
| Download URL | org_mcp-0.3.2-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
01913db04a712729d072dc3e8c5fc6ce50b32fc2fc7be0412a08573134a1d73b
|
|
BLAKE2b-256 checksum How to use checksums |
1d4c6e09218fbf6223f59942d8d35d001aad551b2d563c899c7b2181c2a1572b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 13, 2026.
Transparency log