Loading MCP server directory, please wait...
AI-powered PDF editing and generation MCP server using Gemini Pro.
npx @getmcp/cli add io.github.R09722akaBennett/nano-pdf-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GEMINI_API_KEYGoogle AI Studio API key for Gemini Pro
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.R09722akaBennett/nano-pdf-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GEMINI_API_KEY",
"docker.io/taibennett/nano-pdf-mcp:0.1.0"
],
"env": {
"GEMINI_API_KEY": ""
}
}
}
}