Marfin Design
Marfin's design subscription as tools: open requests with brief and specs, follow the queue, approve deliverables or send them back for revision, pin comments on the artwork and keep brand kits up to date — without opening the portal.
MCP access is included with an active Marfin Design subscription — create your account, subscribe, then connect below.
https://app.design.marfin.co/mcpStreamable HTTP MCP server. Requires an active Marfin Design subscription and an API key (starts with md_live_) from your account dashboard.
Connect it in seconds
Copy this block and paste it into Claude, Cursor or any AI agent — it detects your client and finishes the setup for you.
Add the Marfin Design MCP server to my setup.
Server name: daas-marfin
Endpoint (streamable HTTP): https://app.design.marfin.co/mcp
Auth: API key (starts with md_live_) — requires an active Marfin Design subscription. I'll get my key in my account at https://app.design.marfin.co, and you should ask me for it when the config needs it.
- Claude Code: run `claude mcp add daas-marfin --transport http https://app.design.marfin.co/mcp --header "Authorization: Bearer YOUR_API_KEY"`
- Claude.ai (web/desktop): tell me to go to Settings → Connectors → Add custom connector and paste https://app.design.marfin.co/mcp?key=YOUR_API_KEY
- Cursor, Windsurf or any JSON-config client: add {"mcpServers":{"daas-marfin":{"url":"https://app.design.marfin.co/mcp","headers":{"Authorization":"Bearer YOUR_API_KEY"}}}}
After connecting, list the server's tools and give me a one-line summary of what each one does.- Open Settings → Connectors
- Click Add custom connector
- Paste this URL with your API key (starts with md_live_) in place of YOUR_API_KEY
- Confirm — the key in the URL authenticates every call
https://app.design.marfin.co/mcp?key=YOUR_API_KEYOne command — swap YOUR_API_KEY for your key (starts with md_live_).
claude mcp add daas-marfin --transport http https://app.design.marfin.co/mcp --header "Authorization: Bearer YOUR_API_KEY"Add this to your client's MCP config file (e.g. .cursor/mcp.json).
{
"mcpServers": {
"daas-marfin": {
"url": "https://app.design.marfin.co/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}