pdf tables mcp for Cursor
io.github.mehtaphysical13/pdf-tables-mcp
Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.
client:Cursor
transport:streamable-http
Install pdf tables mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pdf-tables-mcp": {
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs