← Index

NanoPDF

io.github.R09722akaBennett/nano-pdf-mcp·v0.1.0·Documents & Spreadsheets
Quality Score
78
/100

AI-powered PDF editing and generation MCP server using Gemini Pro.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "nano-pdf-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/taibennett/nano-pdf-mcp:0.1.0"
      ],
      "env": {
        "GEMINI_API_KEY": "<your-gemini_api_key>"
      }
    }
  }
}
§02  Environment variables
GEMINI_API_KEY
requiredsecret

Google AI Studio API key for Gemini Pro

§03  MCP Quality Score  ·  methodology
freshness
18
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets