Agent Plugins Marketplace
All plugins

anydoc

v1.0.1

Convert PDF, Word, PowerPoint, Excel and office docs to Markdown locally. No API key. Files never leave your machine.

Claude CodeAgent Plugins1 Skill1 MCP serverstdio

By Ofer ShapiraLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 28, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install anydoc@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/ofershap/mcp-server-anydoc

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

anydoc/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/local-doc-to-markdown/SKILL.md
└── .mcp.json

Included Skills1

local-doc-to-markdownskills/local-doc-to-markdown/SKILL.md

Convert local PDF, Word (.doc/.docx), PowerPoint (.ppt/.pptx), Excel (.xls/.xlsx), OpenDocument, RTF, EPUB, and CSV to GitHub-Flavored Markdown via the anydoc MCP server. Triggers include convert pdf to markdown, read docx, powerpoint to md, excel to markdown, office files in repo, and local document convert without API key. Use when an agent needs on-disk office files, batch repo conversion, or structured tools instead of chat attachments or hosted parse APIs. Prefer MCP over shelling out to CLI converters when this server is connected.

MCP servers1

anydocstdio
command
npx
args
-y mcp-server-anydoc

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "anydoc",
  "version": "1.0.1",
  "description": "Convert PDF, Word, PowerPoint, Excel and office docs to Markdown locally. No API key. Files never leave your machine.",
  "author": {
    "name": "Ofer Shapira",
    "url": "https://github.com/ofershap"
  },
  "homepage": "https://github.com/ofershap/mcp-server-anydoc",
  "repository": "https://github.com/ofershap/mcp-server-anydoc",
  "license": "MIT",
  "keywords": [
    "markdown",
    "pdf",
    "docx",
    "pptx",
    "xlsx",
    "anydoc",
    "document",
    "convert",
    "privacy",
    "local",
    "office",
    "claude-code"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mcp-server-anydoc",
  "version": "1.0.1",
  "description": "Convert PDF, Word, PowerPoint, Excel and office docs to Markdown locally via MCP. No API key.",
  "author": {
    "name": "Ofer Shapira",
    "url": "https://github.com/ofershap"
  },
  "homepage": "https://github.com/ofershap/mcp-server-anydoc",
  "repository": "https://github.com/ofershap/mcp-server-anydoc",
  "license": "MIT",
  "keywords": [
    "agent-plugins",
    "mcp",
    "markdown",
    "pdf",
    "docx",
    "anydoc",
    "local"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[anydoc on Agent Plugins Marketplace](https://pluginsmp.com/plugins/anydoc)