Skip to content
Cursor

Doc_Conv — Document to Markdown for Cursor

io.github.nicklee002e/docconv-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Doc_Conv — Document to Markdown in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Doc_Conv — Document to Markdown in other clients