Remote Server (Recommended)
Connect directly to our hosted MCP server at mcp.templated.io. No installation required—just add the URL to your AI assistant’s configuration.
Best for: ChatGPT, Cursor, quick setup
The Templated MCP server enables you to:
Instead of writing code or using the dashboard, simply tell your AI assistant what you want:
“Create a render from my Instagram template with the title set to ‘Summer Sale’ and change the background to blue”
The Templated MCP works with AI-powered app builders and coding assistants. Simply prompt these tools to use Templated for image generation, and they’ll integrate it into your app automatically.
Example prompt for AI app builders:
“Build me a social media post generator app that uses Templated MCP to create images. Users should be able to enter a headline and select a template, then generate and download the image. See the Templated MCP documentation at https://templated.io/docs/integrations/mcp/ for setup instructions.”
These AI tools can automatically set up the MCP connection, create the UI, and handle the image generation workflow—all from a simple prompt.
The Templated MCP server supports two connection modes:
Remote Server (Recommended)
Connect directly to our hosted MCP server at mcp.templated.io. No installation required—just add the URL to your AI assistant’s configuration.
Best for: ChatGPT, Cursor, quick setup
Local Server
Run the MCP server locally using npx. The server runs on your machine and connects to our API.
Best for: Claude Desktop, offline development
Add this configuration to your AI assistant:
{ "mcpServers": { "templated": { "url": "https://mcp.templated.io/mcp?apiKey=YOUR_API_KEY" } }}Replace YOUR_API_KEY with your API key.
Add this configuration to your AI assistant:
{ "mcpServers": { "templated": { "command": "npx", "args": ["mcp-server-templated"], "env": { "TEMPLATED_API_KEY": "YOUR_API_KEY" } } }}Replace YOUR_API_KEY with your API key.
| Assistant | Remote Server | Local Server |
|---|---|---|
| Claude Desktop | ✓ | ✓ |
| Cursor | ✓ | ✓ |
| ChatGPT | ✓ | — |
| Claude.ai (web) | ✓ | — |
Try these prompts with your AI assistant:
“List all my Templated templates"
"Create a render from template [ID] with the headline ‘New Product Launch’"
"Generate a transparent PNG from my logo template"
"Create a new template called ‘Social Post’ with dimensions 1080x1080"
"Clone my Instagram template and rename it to ‘TikTok Post’"
"Show my API usage and account information”
Setup Guide
Step-by-step instructions for each AI assistant.
Available Tools
Complete reference of all 25+ MCP tools.
GitHub Repository
Source code, issues, and contributions.
View on GitHub →npm Package
Install the local server via npm.
View on npm →