A local MCP server that gives Claude the ability to extract PDFs offline, zero AI tokens spent on parsing.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pdf-mcp-server": {
"command": "npx",
"args": [
"-y",
"mahmoud-bebars/pdf-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add pdf-mcp-server npx -y mahmoud-bebars/pdf-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"pdf-mcp-server": {
"command": "npx",
"args": [
"-y",
"mahmoud-bebars/pdf-mcp-server"
]
}
}
}