org-mcp-server
v0.1.1Org-mode skills for Codex: agenda, task management, and document search.
By Sebastián ZaffaranoLicense: MIT41 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install org-mcp-server for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add org-mcp-server@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/szaffarano/org-mcp-serverClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/org-agenda/SKILL.md├── skills/org-capture/SKILL.md├── skills/org-search/SKILL.md└── skills/org-update-todo/SKILL.md
Included Skills4
View and manage org-mode agenda, scheduled tasks, TODOs, and deadlines via the org MCP server. Use when the user asks about their schedule, agenda, tasks, or deadlines. Triggers: "show my agenda", "what's on my schedule", "tasks for today", "tomorrow's agenda", "what do I have this week", "show next week", "last week's tasks", "my TODOs", "show deadlines", "high priority tasks", "what's overdue", or any request about scheduled items, TODO states, or calendar-like task views.
Create new org-mode headings and notes via the org MCP server. Use when the user wants to add a new task, note, journal entry, or any new heading to their org files. Triggers: "add a task", "create a note", "capture this", "log an entry", "add to my notes", "create a TODO", "add a journal entry", "record this idea", or any request to write new content into org files.
Search and browse org-mode documents via the org MCP server. Use when the user wants to find content across org files, list their org documents, read file contents, or navigate headings and outlines. Triggers: "search my notes for...", "find org pages about...", "list my org files", "show outline of...", "read the section about...", "find documents tagged with...", "what files do I have about...", or any request to search, browse, read, or navigate org-mode documents and their content.
Update the TODO state and metadata of an existing org-mode heading via the org MCP server. Use when the user wants to change a task's state, priority, tags, or timestamps. Triggers: "mark as done", "complete this task", "reschedule", "change priority", "update the deadline", "close this TODO", "set a deadline", "retag this", "move to IN_PROGRESS", or any request to modify an existing task or heading's metadata.
Plugin manifests2
{
"name": "org-mcp-server",
"version": "0.1.1",
"description": "Org-mode skills for Codex: agenda, task management, and document search.",
"author": {
"name": "Sebastián Zaffarano",
"email": "[email protected]",
"url": "https://github.com/szaffarano"
},
"homepage": "https://github.com/szaffarano/org-mcp-server",
"repository": "https://github.com/szaffarano/org-mcp-server",
"license": "MIT",
"keywords": [
"org-mode",
"agenda",
"tasks",
"search",
"notes",
"knowledge-management"
],
"skills": "./skills/",
"hooks": {}
}{
"name": "org-mcp-server",
"description": "Org-mode skills for Claude Code: agenda, capture, task updates, and document search",
"version": "0.1.1",
"author": {
"name": "Sebastián Zaffarano",
"email": "[email protected]"
},
"homepage": "https://github.com/szaffarano/org-mcp-server",
"repository": "https://github.com/szaffarano/org-mcp-server",
"license": "MIT",
"keywords": [
"org-mode",
"agenda",
"tasks",
"search",
"notes",
"knowledge-management"
],
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[org-mcp-server on Agent Plugins Marketplace](https://pluginsmp.com/plugins/org-mcp-server)