bigapi
@bigapi/mcp
MCP 服务器,用于 bigapi.dev —— AI 代理的输出层。
为 Claude Desktop、Cursor、Cline、Windsurf 以及任何支持 MCP 的代理提供 LLM 自身无法完成的文件操作:
工具 | 功能 |
| HTML / Markdown / URL → PDF 或 PNG(报告、发票、报价、截图) |
| PDF 基础操作 |
| PDF 页面 → JPEG/PNG,例如用视觉模型查看文档 |
| 调整大小、裁剪、旋转、转换(webp/avif/…)、压缩、去除 EXIF、添加水印——一次调用 |
| 格式、尺寸、色彩空间、EXIF/ICC 是否存在 |
| 免费 API 密钥,即时获取,无需注册——100 次免费操作 |
| 账户 |
每次操作 1 美分。100 次免费。余额永不过期。失败的调用免费。 服务器位于德国,文件在交付后删除。
安装
需要 Node 18+。无需预先提供 API 密钥——代理可以自行调用 get_access。
Claude Desktop
claude_desktop_config.json(设置 → 开发者 → 编辑配置):
{
"mcpServers": {
"bigapi": {
"command": "npx",
"args": ["-y", "@bigapi/mcp"]
}
}
}重启 Claude Desktop。然后说:“获取 bigapi 访问权限,并将这段文本以 PDF 形式渲染到我的桌面。”
Cursor / Windsurf / Cline
将同样的配置块放入各自的 MCP 设置中(.cursor/mcp.json、~/.codeium/windsurf/mcp_config.json、Cline → MCP 服务器 → 配置)。
使用已有密钥
"bigapi": { "command": "npx", "args": ["-y", "@bigapi/mcp"], "env": { "BIGAPI_KEY": "bigapi_..." } }Related MCP server: snapforge-mcp
文件的工作方式
输入是本地路径(/Users/me/report.pdf、C:\Users\me\scan.pdf)。如果指定了 output_path,输出将写入该路径;否则写入临时文件夹(可通过 BIGAPI_OUTPUT_DIR 更改)。每个结果都包含费用、扣费来源以及剩余余额。
环境变量
变量 | 默认值 | 用途 |
| – | 使用此密钥代替已存储的密钥 |
|
|
|
| 操作系统临时目录 | 默认输出文件夹 |
|
| API 基础地址(用于自托管/测试) |
不使用 MCP
纯 HTTP 在任何地方都能使用(n8n、Make、Zapier、LangChain、你自己的代码):
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 · 文档:https://api.bigapi.dev/docs · llms.txt:https://api.bigapi.dev/llms.txt
许可证
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