pdf-tables-mcp
Rank #58,531io.github.mehtaphysical13/pdf-tables-mcp
Reliable PDF table extraction. Pass a URL, get structured JSON tables with citations.
pdf-tables-mcp is a Model Context Protocol (MCP) server published by mehtaphysical13. It ranks #58,531 of 115,460 servers tracked on MCP Toplist. pdf-tables-mcp is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 7, 2026 and most recently updated on Jun 7, 2026.
Ranks ahead of 56,929 of 115,460 servers on MCP Toplist.
Use pdf-tables-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http pdf-tables-mcp https://pdf-tables-mcp.vercel.app/api/mcp[mcp_servers.pdf-tables-mcp]
url = "https://pdf-tables-mcp.vercel.app/api/mcp"Add to ~/.codex/config.toml.
https://pdf-tables-mcp.vercel.app/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"pdf-tables-mcp": {
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pdf-tables-mcp": {
"type": "http",
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pdf-tables-mcp": {
"serverUrl": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pdf-tables-mcp": {
"url": "https://pdf-tables-mcp.vercel.app/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mehtaphysical13%2Fpdf-tables-mcp)<a href="https://mcptoplist.com/server/io.github.mehtaphysical13%2Fpdf-tables-mcp"><img src="https://mcptoplist.com/badge/io.github.mehtaphysical13%2Fpdf-tables-mcp.svg" alt="MCP Toplist: #58,531 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mehtaphysical13
Other servers by mehtaphysical13
View all mehtaphysical13 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 7, 2026 |
Frequently asked questions
- Who maintains pdf-tables-mcp?
- pdf-tables-mcp is maintained by mehtaphysical13, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is pdf-tables-mcp listed on the Official MCP Registry?
- Yes — pdf-tables-mcp is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does pdf-tables-mcp have?
- MCP Toplist tracks 1 version of pdf-tables-mcp, most recently published on Jun 7, 2026.
- Where can I find the source code for pdf-tables-mcp?
- The source code for pdf-tables-mcp is hosted at github.com/mehtaphysical13/pdf-tables-mcp.