brilliant-directories-mcp
v6.58.2
io.github.NameetP/pdfmux · v1.7.0
PDF-to-Markdown router. Per-page backend selection + confidence scoring for RAG ingestion.
pdfmux 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"pdfmux": {
"command": "pdfmux",
"args": [
"pdfmux"
]
}
}
}GEMINI_API_KEY可选secretOptional Google AI API key. Enables the paid Gemini Flash fallback for pages where all local backends report low confidence. pdfmux runs 100% locally without this.
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.NameetP/pdfmux",
"type": "mcp-server",
"version": "1.7.0",
"displayName": "pdfmux",
"description": "PDF-to-Markdown router. Per-page backend selection + confidence scoring for RAG ingestion.",
"repository": {
"url": "https://github.com/NameetP/pdfmux",
"source": "github"
},
"homepage": "https://pdfmux.com",
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "pdfmux",
"version": "1.7.0",
"runtimeHint": "pdfmux",
"transport": "stdio",
"environmentVariables": [
{
"name": "GEMINI_API_KEY",
"description": "Optional Google AI API key. Enables the paid Gemini Flash fallback for pages where all local backends report low confidence. pdfmux runs 100% locally without this.",
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.NameetP/pdfmux",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.NameetP%2Fpdfmux/versions/latest",
"isOfficial": true,
"status": "active"
}
}