Skip to main content
Glama

@bigapi/mcp

MCP 服务器,用于 bigapi.dev —— AI 代理的输出层

为 Claude Desktop、Cursor、Cline、Windsurf 以及任何支持 MCP 的代理提供 LLM 自身无法完成的文件操作:

工具

功能

render

HTML / Markdown / URL → PDFPNG(报告、发票、报价、截图)

pdf_merge · pdf_split · pdf_rotate · pdf_compress

PDF 基础操作

pdf_to_images

PDF 页面 → JPEG/PNG,例如用视觉模型查看文档

image_process

调整大小、裁剪、旋转、转换(webp/avif/…)、压缩、去除 EXIF、添加水印——一次调用

image_info

格式、尺寸、色彩空间、EXIF/ICC 是否存在

get_access

免费 API 密钥,即时获取,无需注册——100 次免费操作

get_balance · get_usage · set_monthly_cap · get_pricing

账户

每次操作 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.pdfC:\Users\me\scan.pdf)。如果指定了 output_path,输出将写入该路径;否则写入临时文件夹(可通过 BIGAPI_OUTPUT_DIR 更改)。每个结果都包含费用、扣费来源以及剩余余额。

环境变量

变量

默认值

用途

BIGAPI_KEY

使用此密钥代替已存储的密钥

BIGAPI_CONFIG_DIR

~/.bigapi

get_access 存储密钥的位置(config.json,权限 600)

BIGAPI_OUTPUT_DIR

操作系统临时目录

默认输出文件夹

BIGAPI_URL

https://api.bigapi.dev

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

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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