PluginBench
MCP Server

io.github.xt765/mcp-document-converter MCP Server

io.github.xt765/mcp-document-converter

What is the io.github.xt765/mcp-document-converter MCP server?

Convert PDF, DOCX, HTML, Markdown, and Text for AI assistant context injection.

How to install io.github.xt765/mcp-document-converter

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-document-converter": {
      "command": "uvx",
      "args": [
        "mcp-document-converter"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-document-converter": {
      "command": "uvx",
      "args": [
        "mcp-document-converter"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-document-converter": {
      "command": "uvx",
      "args": [
        "mcp-document-converter"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-document-converter": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-document-converter"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-document-converter -- uvx mcp-document-converter

Related MCP servers

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

View repository →