Tools Pdf
Freeby MCP Community
MCP server providing PDF tools (text extraction, etc.)
v0.5.1Added Apr 12, 2026
mcptoolpdftext
Tools Pdf MCP Server
MCP server providing PDF tools (text extraction, etc.)
Installation
Reviews
Installation
Quick install
npx -y @sylphlab/tools-pdf-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"tools-pdf": {
"command": "npx",
"args": ["-y", "@sylphlab/tools-pdf-mcp"]
}
}
}