Loading MCP server directory, please wait...
Convert PDF/Word/Excel/PowerPoint documents to Markdown, paid in USDC via x402.
npx @getmcp/cli add io.github.nicklee002e/docconv-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
DOC_CONV_AGENT_PKPrivate key of the agent's Base wallet (holds USDC). Signs x402 (EIP-3009) payments. Secret — never commit or share.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nicklee002e/docconv-mcp": {
"command": "uvx",
"args": [
"docconv-mcp"
],
"env": {
"DOC_CONV_AGENT_PK": "",
"DOC_CONV_BASE_URL": "https://converter.crepe.fund"
}
}
}
}