Skip to main content
Glama

@bigapi/mcp

bigapi.dev 用のMCPサーバー — AIエージェントのための出力レイヤー

Claude Desktop、Cursor、Cline、Windsurfなど、MCP対応エージェントに、LLM自身ではできないファイル操作を提供します。

Tool

内容

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削除、透かし – 1回の呼び出しで実行

image_info

形式、寸法、色空間、EXIF/ICCの有無

get_access

無料のAPIキー、サインアップ不要で即時取得 – 100回無料操作

get_balance · get_usage · set_monthly_cap · get_pricing

アカウント

1回の操作につき1セント。100回無料。残高の有効期限はありません。失敗した呼び出しは無料です。 サーバーはドイツにあり、ファイルは配信後に削除されます。

インストール

Node 18以上が必要です。APIキーは事前に不要 – エージェント自身が get_access を呼び出せます。

Claude Desktop

claude_desktop_config.json(Settings → Developer → Edit Config):

{
  "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 Servers → Configure)。

既存のキーを使う場合

"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

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 · Docs: 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