Skip to content
Grok

Doc_Conv — Document to Markdown for Grok

io.github.nicklee002e/docconv-mcp

Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.

client:Grok transport:stdio runtime:pypi

Install Doc_Conv — Document to Markdown in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "docconv-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docconv-mcp"
      ],
      "env": {
        "DOC_CONV_AGENT_PK": "<DOC_CONV_AGENT_PK>",
        "DOC_CONV_BASE_URL": "<DOC_CONV_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Doc_Conv — Document to Markdown in other clients