MCP Server
Active
MIT
io.github.wesseltl/pdf-mcp MCP Server
io.github.wesseltl/pdf-mcp
What is the io.github.wesseltl/pdf-mcp MCP server?
Extract text and tables from PDFs for an agent: invoices, reports, statements.
How to install io.github.wesseltl/pdf-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pdf-mcp": {
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pdf-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"pdf-agent-mcp"
]
}
}
}Claude Code
claude mcp add pdf-mcp -- uvx pdf-agent-mcpRelated MCP servers
Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.
1
View repository →Python
MIT
Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.
0
View repository →Python
MIT
Read real, messy Excel files from an agent: multiple sheets, title rows, merged cells.
0
View repository →Python
MIT