Bannerbear MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Bannerbear MCP or direct API to generate images, render videos, update templates, and manage creative assets through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Bannerbear Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Bannerbear now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Create ProjectCreates a new Bannerbear project with the specified name and optional settings.
Create Signed BaseTool to create a signed URL base for a template.
Create TemplateCreate a new blank template in a Bannerbear project.
Create Template SetTool to create a new template set by grouping multiple templates together.
Create Video TemplateTool to create a new video template for video generation in Bannerbear.
Create WebhookCreate a project-level webhook that fires for all events of a specific type.
Delete TemplateTool to delete a template referenced by its unique ID.
Delete WebhookTool to delete a webhook referenced by its unique ID.
Get Account InfoRetrieves Bannerbear account information including subscription plan, API usage, and quota limits.
Get Animated GIFTool to retrieve a single Animated Gif object by its unique identifier (UID).
Get Auth StatusVerify API authentication and check which project the API key is scoped to.
Get Available FontsThis tool retrieves a list of all available fonts in Bannerbear.
Get ImageRetrieves a single Image object by its unique identifier (UID).
Get ProjectRetrieves detailed information about a specific Bannerbear project by its unique identifier (UID).
Get ScreenshotRetrieve a single Screenshot object referenced by its unique ID.
Get Signed BasesThis tool retrieves a list of signed bases for a specific template.
Get TemplateTool to retrieve a single template by its unique ID with layer defaults.
Get Template Set DetailsThis tool retrieves detailed information about a specific template set using its unique identifier (UID).
Get WebhookRetrieves a single Webhook object by its unique ID.
Hydrate ProjectHydrate a project by copying templates from another project.
Import TemplateTool to import templates from the Bannerbear template library or from other projects.
Join PDFsMerges multiple PDF files into a single combined PDF document.
List Animated GIFsLists all animated GIFs in a Bannerbear project.
List CollectionsLists all collections in a Bannerbear project.
List EffectsTool to list all available image effects in Bannerbear.
List ImagesLists all images in a Bannerbear project.
List ProjectsLists all projects in a Bannerbear account.
List ScreenshotsLists all screenshots in a Bannerbear project.
List TemplatesThis action retrieves a list of all templates available in your Bannerbear project.
List Template SetsTool to list all template sets inside a project with pagination support.
List VideosThis action retrieves a list of all videos created in your Bannerbear account.
List Video TemplatesThis action retrieves a list of all video templates available in your Bannerbear project.
Update Template SetTool to update a template set by modifying its list of templates.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Bannerbear tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('List templates available in my Bannerbear project')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Bannerbear Integration

  • Supports both Bannerbear MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Bannerbear data

Managed Auth

  • Built-in API key storage with secure rotation
  • Central place to manage, scope, and revoke Bannerbear access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Bannerbear
  • Scoped, least privilege access to Bannerbear resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Bannerbear with Composio?

Yes, Bannerbear requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.