bigapi
@bigapi/mcp
**bigapi.dev**용 MCP 서버 – 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로 변경 가능). 모든 결과에는 비용, 차감 출처, 남은 잔액이 포함됩니다.
환경 변수
변수 | 기본값 | 용도 |
| – | 저장된 키 대신 이 키를 사용 |
|
|
|
| OS 임시 폴더 | 기본 출력 폴더 |
|
| API 기본 URL (자체 호스팅 / 테스트용) |
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