New
Render your templates from Claude, Cursor, and AI agents
Bannx ships a Model Context Protocol server, so AI assistants can find templates, design new ones, and render PNGs, PDFs, and SVGs on your behalf — authenticated with the same API key as the REST API.
- Works with Cursor, Claude, and MCP clients
- Find, create, and render via chat
- Same API key as the REST API
No credit card required · 25 free renders every month
Add Bannx to your MCP client
{
"mcpServers": {
"bannx": {
"url": "https://your-app.bannx.app/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}What you get
Drop-in HTTP endpoint
Point any MCP client at POST /mcp with a Bearer token. It runs stateless Streamable HTTP — no extra server to host.
Reuses your API keys
Authenticate with a space API key from Settings → Developers. There's no separate MCP credential to manage.
Find templates
Agents browse the public gallery and your space with list_public_templates, list_templates, and get_template.
Create and edit templates
create_template and update_template let an agent draft pages, layers, and variable bindings straight from a prompt.
Render any format
render_page returns a ready file URL as PNG, SVG, WebP, or PDF, with optional variable tweaks per call.
Brand and icon tools
Agents manage brand tokens and search the Iconify icon server, so the templates they build stay on brand.
How it works
- 1
Create an API key
Generate a key under Settings → Space → Developers — the same key powers the REST API.
- 2
Add Bannx to your client
Point your MCP config at the /mcp endpoint with the key as an Authorization Bearer header.
- 3
Prompt away
Ask your agent to find, build, or render templates; it calls the Bannx tools for you and returns file URLs.
Questions, answered
Which clients are supported?
Any MCP client that supports remote Streamable HTTP — including Cursor, the Cursor CLI agent, and Claude Desktop. Point them at the /mcp endpoint with your API key.
Do I need a separate MCP credential?
No. The MCP server uses the same API keys as the REST API. Create one under Settings → Space → Developers and pass it as a Bearer token.
Does it consume credits?
Renders triggered over MCP consume credits from the API key's space, exactly like POST /api/render. Browsing and editing templates do not.
What can agents actually do?
Find public or private templates, create and update them, render pages to PNG, SVG, WebP, or PDF, and manage brand tokens and icons.
Keep reading
More from Bannx
One platform for every render. Design once in the templates editor, ship at scale with the API, and compare plans.