Odel
PDF Card MCP

PDF Card MCP

Local
@velyan2PythonMITUpdated 2mo ago

Local-first MCP server + CLI that turns PDFs into source-linked, card-based HTML readers.

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).

PyPIpdf-card-mcpv0.1.2

Run

uvx pdf-card-mcp

MCP client config

{
  "mcpServers": {
    "pdf-card-mcp": {
      "command": "uvx",
      "args": [
        "pdf-card-mcp"
      ]
    }
  }
}
MCP Bundlehttps://github.com/velyan/pdf-card-mcp/releases/download/v0.1.2/pdf-card-mcp-lite.mcpb

Distributed as an MCP bundle (`https://github.com/velyan/pdf-card-mcp/releases/download/v0.1.2/pdf-card-mcp-lite.mcpb`) — download it and import the bundle in your MCP client.