Skip to main content
Glama

@bigapi/mcp

**bigapi.dev**용 MCP 서버 – AI 에이전트를 위한 출력 레이어.

Claude Desktop, Cursor, Cline, Windsurf 및 MCP를 지원하는 모든 에이전트에게 LLM이 스스로 할 수 없는 파일 작업을 제공합니다:

도구

기능

render

HTML / Markdown / URL → PDF 또는 PNG (보고서, 인보이스, 제안서, 스크린샷)

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.pdf, C:\Users\me\scan.pdf). 출력은 output_path가 지정된 경우 해당 경로에, 그렇지 않으면 임시 폴더에 기록됩니다 (BIGAPI_OUTPUT_DIR로 변경 가능). 모든 결과에는 비용, 차감 출처, 남은 잔액이 포함됩니다.

환경 변수

변수

기본값

용도

BIGAPI_KEY

저장된 키 대신 이 키를 사용

BIGAPI_CONFIG_DIR

~/.bigapi

get_access가 키를 저장하는 위치 (config.json, 모드 600)

BIGAPI_OUTPUT_DIR

OS 임시 폴더

기본 출력 폴더

BIGAPI_URL

https://api.bigapi.dev

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

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