bigapi
@bigapi/mcp
Servidor MCP para bigapi.dev – la capa de salida para agentes de IA.
Proporciona a Claude Desktop, Cursor, Cline, Windsurf y a cualquier agente compatible con MCP las operaciones de archivos que un LLM no puede hacer por sí mismo:
Tool | What it does |
| HTML / Markdown / URL → PDF o PNG (informes, facturas, ofertas, capturas de pantalla) |
| Operaciones básicas de PDF |
| Páginas de PDF → JPEG/PNG, p. ej. para examinar un documento con un modelo de visión |
| Redimensionar, recortar, rotar, convertir (webp/avif/…), comprimir, eliminar EXIF, marca de agua – en una sola llamada |
| Formato, dimensiones, espacio de color, presencia de EXIF/ICC |
| Clave API gratuita, al instante, sin registro – 100 operaciones gratuitas |
| Cuenta |
1 céntimo por operación. 100 gratuitas. El saldo no caduca nunca. Las llamadas fallidas son gratuitas. Servidores en Alemania, archivos eliminados tras la entrega.
Instalación
Requiere Node 18+. No se necesita clave API por adelantado – el agente puede llamar a get_access por sí mismo.
Claude Desktop
claude_desktop_config.json (Configuración → Desarrollador → Editar configuración):
{
"mcpServers": {
"bigapi": {
"command": "npx",
"args": ["-y", "@bigapi/mcp"]
}
}
}Reinicia Claude Desktop. Luego: "Obtén acceso a bigapi y renderiza este texto como PDF en mi escritorio."
Cursor / Windsurf / Cline
El mismo bloque en la configuración de MCP correspondiente (.cursor/mcp.json, ~/.codeium/windsurf/mcp_config.json, Cline → Servidores MCP → Configurar).
Con una clave existente
"bigapi": { "command": "npx", "args": ["-y", "@bigapi/mcp"], "env": { "BIGAPI_KEY": "bigapi_..." } }Related MCP server: snapforge-mcp
Cómo funcionan los archivos
Las entradas son rutas locales (/Users/me/report.pdf, C:\Users\me\scan.pdf). Las salidas se escriben en output_path si se proporciona; de lo contrario, en una carpeta temporal (BIGAPI_OUTPUT_DIR para cambiarla). Cada resultado incluye el coste, de qué se cargó y el saldo restante.
Entorno
Variable | Default | Purpose |
| – | Usa esta clave en lugar de la almacenada |
|
| Dónde |
| Directorio temporal del SO | Carpeta de salida por defecto |
|
| Base de la API (para autohospedaje / pruebas) |
Sin MCP
HTTP simple funciona en todas partes (n8n, Make, Zapier, LangChain, tu código):
curl -X POST https://api.bigapi.dev/v1/keys # → key
curl -o out.pdf https://api.bigapi.dev/v1/render \
-H "Authorization: Bearer $KEY" -H "content-type: application/json" \
-d '{"markdown":"# Hello from an agent"}'OpenAPI: https://api.bigapi.dev/openapi.json · Documentación: https://api.bigapi.dev/docs · llms.txt: https://api.bigapi.dev/llms.txt
Licencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityDmaintenanceEnables AI agents to capture screenshots and generate PDFs from URLs or HTML via the Rendershot API.4253MIT- AlicenseAqualityBmaintenanceEnables AI agents to capture screenshots and generate PDFs from URLs or HTML via the SnapForge API.347MIT

gurupdf-mcpofficial
AlicenseAqualityAmaintenanceConvert, compress, merge, split and OCR PDFs plus 100+ file formats (Word, Excel, images, ebooks, video) right inside your AI agent. Exposes 126 GuruPDF tools over MCP — works with Claude, Cursor, VS Code, Windsurf, or any MCP client.4891MIT- AlicenseNot gradedqualityBmaintenanceEnables AI agents to capture any public URL as PNG, JPEG, or PDF via REST API or MCP tools, including screenshot capture, page description, and PDF rendering.20MIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BiGapi-2026/bigapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server