MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx pdf-insight-mcp
MCP client config
{
"mcpServers": {
"pdf-reader": {
"command": "uvx",
"args": [
"pdf-insight-mcp"
]
}
}
}