Stop pasting commercetools docs into chat. One install makes your agents "think commercetools". You focus on the what.
The official commercetools Plugins gives Claude Code, Cursor, VS Code Copilot, OpenAI Codex, or other coding agents access to:
🔌 commercetools Knowledge MCP — live up to date documentation search, GraphQL & OpenAPI schema lookup, query validation, and developer best practices. Public endpoint, no API key needed. --> Read the docs!
🔌 commercetools Commerce MCP — The commercetools Commerce MCP enables agent to interact directly with commercetools APIs through function calling. --> Read the docs!
📚 commercetools Skills — smoke tested playbooks the agent reaches for to build commercetools solutions. --> Read the docs!
Get started with the Agentic Builder Tutorials
| Tool | Command |
|---|---|
| Claude Code | Chat: /plugin marketplace add commercetools/commercetools-ai-plugins /plugin install commercetools@commercetools |
| Cursor | Settings → Plugins → Install from Git URL → https://github.com/commercetools/commercetools-ai-plugins |
| VS Code Copilot | Command Palette → Chat: Install Plugin From Source → https://github.com/commercetools/commercetools-ai-plugins |
| OpenAI Codex | Terminal: codex plugin marketplace add commercetools/commercetools-ai-plugins && codex plugin add commercetools@commercetools (or install via /plugins) |
The bundled commercetools-knowledge MCP endpoint is publicly accessible and does not require an API key. Depending on the host tool, you may still need to trust the plugin source, enable the plugin, or reload the tool after installation.
To enable the commerce-mcp, you must export the API client credentials to your CLI/OS environment and reload the plugin.
export CLIENT_ID=<client-id> CLIENT_SECRET=<client-secret> PROJECT_KEY=<project-key> AUTH_URL=<auth-url> API_URL=<api-url>
| Tool | Command |
|---|---|
| All tools: Skills-only installation | Terminal: npx skills add commercetools/commercetools-ai-plugins Does not auto-update and lacks agents. Run npx skills update regularly to update. |
| Knowledge MCP only | See its documentation for installation instructions |
LLMs trained on the open web have stale or hallucinated information about commercetools APIs, capabilites, best practices or the specific business behavior behind the commerce resources. They tend to "invent" features, hallucinate APIs from other commerce vendors, or even generate code that will not scale under load, or even be insecure.
This bundle ensures every commercetools developer's AI assistant has the same authoritative knowledge your team's senior architects have — at the speed of autocomplete.
After installing, ask your agent:
"Use the commercetools Knowledge MCP to show me how to create a cart with a custom line item."
The agent will reach for the bundled MCP server, query the live docs, and respond with the right API call — with the right field names, the right scope, and the right caveats.
For support, installation issues, or questions about these plugins and skills, visit: https://support.commercetools.com
Skills & Text: All Markdown (.md) text is licensed under Creative Commons BY 4.0. You may freely use, share, and adapt it, provided you give clear attribution to commercetools and indicate if changes were made.
Code Snippets: All code, both markdown embedded as well as in its own files, is licensed under MIT.
Brand Assets: All rights reserved on the commercetools logo, name, and related trademarks.