Doc Reading MCP Server

The goal is to have a tool that can read and edit files, using Cursor or Claude Desktop.

Local serverstdioPython

What is the Doc Reading MCP MCP server?

Doc Reading MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Doc Reading MCP directly instead of describing what you should do. The goal is to have a tool that can read and edit files, using Cursor or Claude Desktop.

What you get

  • PDF to Markdown conversion using marker-pdf
  • DOCX to Markdown conversion using pandoc
  • Markdown to DOCX conversion using pandoc
  • Markdown to PDF conversion using pandoc

Setting it up

The server ships on npm as @modelcontextprotocol/inspector, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Configuration and credentials

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by mffrydman; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Doc Reading MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the doc reading mcp mcp server does with a few real requests.

How to install the Doc Reading MCP MCP server

{
  "mcpServers": {
    "doc-reading": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/inspector"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

Frequently asked questions

It connects Doc Reading MCP to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Doc Reading MCP directly.