Agent Plugins Marketplace
All plugins

org-mcp-server

v0.1.1

Org-mode skills for Codex: agenda, task management, and document search.

CodexClaude Code4 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add org-mcp-server@agent-plugin-marketplace

Paste 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-server

Clone 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

org-mcp-server/
├── .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

org-agendaskills/org-agenda/SKILL.md

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.

org-captureskills/org-capture/SKILL.md

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.

org-searchskills/org-search/SKILL.md

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.

org-update-todoskills/org-update-todo/SKILL.md

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

.codex-plugin/plugin.json
{
  "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": {}
}
.claude-plugin/plugin.json
{
  "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/"
}

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)