MCP#
The MCP section shows you how to connect Feed Image Editor to your AI agent (e.g. Claude, Cursor, Windsurf, or VS Code) using the Model Context Protocol (MCP), which lets you work with your project data more simply and efficiently using natural language.
How to connect#
The connection process depends on whether you already use Mergado MCP.
Already using Mergado MCP?#
If you already have MCP set up in Mergado, you automatically get access to Feed Image Editor as well. No further setup is needed for the new connection.
New connection#
If you don’t have MCP set up yet, you’ll need a Personal Access Token (PAT) to verify your access.
How to get a PAT:
-
Log in to your Mergado account.
-
Go to the API and access section.
-
Create a new token with the required validity and permissions (Scopes).
-
Copy the token to your clipboard – once you close the page, it won’t be shown again.
Connecting to an AI client:
Add the generated token to your AI client’s configuration using the following command (replace mergado_pat_ with your token):
claude mcp add feed-image-editor \
--transport http https://app.fieapp.com/mcp \
--header "Authorization: Bearer mergado_pat_..."FAQ#
Can I use one PAT for all my AI agents?#
Yes. You can use a single Personal Access Token to configure multiple AI clients (e.g. Claude Desktop and VS Code at the same time).
What if the command doesn’t work in my terminal?#
Make sure your token has the correct permissions (Scopes) set in Mergado.
Is this connection secure?#
Yes. The connection runs over the encrypted HTTPS protocol, and your identity is verified using your unique Personal Access Token, which acts as a secure key to your data.