Integrations
3DLogo.io is an MCP server. Connect it to ChatGPT, Claude, Grok, Claude Code, Cursor, VS Code, Gemini CLI or any other Model Context Protocol client and ask for a 3D logo, a coin, or a 3D model. The assistant hands you a link into the studio, keeps projects in your account, and can run Generate on your credits.
Projects, publishing, invites, Generate. You approve the connection once.
https://3dlogo.io/api/mcpCatalogues and studio links only. Nothing to sign in to.
https://3dlogo.io/api/mcp/publicSettings → Connectors → Create (Developer mode must be on) → paste the signed-in URL and choose OAuth. ChatGPT registers itself, sends you here to sign in and approve, and the tools appear in the composer. Company-knowledge search uses the search and fetch tools.
Settings → Connectors → Add custom connector → paste the signed-in URL. Claude discovers the OAuth server, opens the sign-in and consent pages, and connects. Streamable HTTP, PKCE, dynamic client registration; the callback https://claude.ai/api/mcp/auth_callback is accepted.
grok.com → Connectors → New connector → Custom → paste the URL. Through the xAI API, pass it as a remote MCP tool (server_url, server_label: "3dlogo").
claude mcp add --transport http 3dlogo https://3dlogo.io/api/mcp
# or the plugin, which also installs the 3dlogo skill
/plugin marketplace add cottom/3dlogo.io
/plugin install 3dlogo@3dlogo{
"mcpServers": {
"3dlogo": { "type": "http", "url": "https://3dlogo.io/api/mcp" }
}
}VS Code: Command Palette → "MCP: Add Server" → HTTP. Cursor: Settings → MCP → Add. Gemini CLI: gemini mcp add --transport http 3dlogo https://3dlogo.io/api/mcp.
| Tools | Needs | Does |
|---|---|---|
| build_logo_editor_link | Nothing | A link that opens the editor with a wordmark typed, a material, lighting and motion set. |
| build_coin_studio_link | Nothing | Same for the coin studio: text, look, colours, blank edge. |
| list_materials, list_coin_looks, get_plans | Nothing | The catalogues and what Free and Pro include. |
| list_projects, get_project, search, fetch | Account | Read saved logos, coins and meshes with their links. |
| create_text_logo_project, rename_project | Account | Save a wordmark as a project; rename any project. |
| set_project_public, create_invite_link | Account | Publish a share page, or invite an editor or viewer. |
| quote_generation, generate_3d_model, get_generation_status | Account | Run Generate on credits and poll it. |
| save_generation_as_project | Account | Keep a finished mesh; publish it for a share page and a GLB URL. |
| delete_project | Account | Permanent; assistants are told to confirm first. |
A skill in the open Agent Skills format teaches an assistant when and how to use the server: which endpoint, which tool for which ask, the credit and plan rules. SKILL.md and the tool reference.
Writing about the connector, or made something with the studio? A link back helps others find it. Use a plain link, or the badge:
<a href="https://3dlogo.io">3DLogo.io - free 3D logo maker</a><a href="https://3dlogo.io"><img src="https://3dlogo.io/badges/made-with-3dlogo.svg" alt="Made with 3DLogo.io" width="176" height="32" /></a>[](https://3dlogo.io)The MCP server is listed in the official MCP registry as io.github.cottom/3dlogo and on Smithery.