# bannerbear MCP server

Generate images, videos, and screenshots from your Bannerbear templates via AI.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-bannerbear
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://bannerbear.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://bannerbear.usefulapi.io/mcp

## Tools
- bannerbear_get_account (Get account) - Get account details and usage: api_usage, api_quota, and paid_plan_name. API: GET /v2/account. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_list_templates (List templates) - List the templates in the project. Filter/paginate with page, tag, name, and limit. API: GET /v2/templates. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_get_template (Get template) - Get a single template incl. its available_modifications (the layers you can override when generating). API: GET /v2/templates/{uid}. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_list_template_sets (List template sets) - List the template sets in the project (used by collections). API: GET /v2/template_sets. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_get_template_set (Get template set) - Get a single template set and the templates it contains. API: GET /v2/template_sets/{uid}. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_list_images (List images) - List generated images in the project (paginated). API: GET /v2/images. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_get_image (Get image) - Get a single generated image — poll this to check an async render (status: pending | completed | failed; image_url populates on completion). API: GET /v2/images/{uid}. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_get_video (Get video) - Get a single generated video — poll this to check an async render (status: pending | completed | failed; video_url populates on completion). API: GET /v2/videos/{uid}. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_get_collection (Get collection) - Get a single collection — poll this to check an async render (status: pending | completed | failed; image_urls map populates on completion). API: GET /v2/collections/{uid}. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_list_fonts (List fonts) - List the fonts available for use in template modifications. API: GET /v2/fonts. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_list_effects (List effects) - List the image effects available for use in template modifications. API: GET /v2/effects. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_create_image (Create image) - Generate an image from a template (additive; CONSUMES API quota). Async by default: returns a `pending` image whose uid you poll with bannerbear_get_image. Set synchronous:true to block and receive the finished image (image_url populated) via the sync host. API: POST /v2/images. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_create_collection (Create collection) - Generate a collection of images from a template set (additive; CONSUMES API quota). Async: returns a `pending` collection whose uid you poll with bannerbear_get_collection (image_urls map populates on completion). API: POST /v2/collections. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_create_screenshot (Create screenshot) - Capture a screenshot of a web page (additive; CONSUMES API quota). Async by default: returns a `pending` screenshot to poll. Set synchronous:true to block and receive the finished screenshot via the sync host. API: POST /v2/screenshots. Endpoint: https://bannerbear.usefulapi.io/mcp
- bannerbear_create_video (Create video) - Generate a video from a video template (additive; CONSUMES API quota). Async: returns a `pending` video whose uid you poll with bannerbear_get_video (video_url populates on completion). API: POST /v2/videos. Endpoint: https://bannerbear.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
