AI Coding Tools
Claude Code plugin marketplace for Shopware development. Provides MCP servers, skills, agents, hooks, and commands to integrate development tools directly into your AI coding workflow.
What is AI Coding Tools?
AI Coding Tools is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to claude code plugin marketplace for shopware development. provides mcp servers, skills, agents, hooks, and commands to integrate development tools directly into your ai coding workflow.
Claude Code plugin marketplace for Shopware development. Provides MCP servers, skills, agents, hooks, and commands to integrate development tools directly into your AI coding workflow.
This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Claude Code plugin marketplace for Shopware development. Pro
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx ai-coding-toolsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use AI Coding Tools
Shopware AI Coding Tools is a Claude Code plugin marketplace specifically designed for Shopware 6 development, providing a curated set of plugins that integrate static analysis (PHPStan, ECS), test generation (PHPUnit), JavaScript tooling (ESLint, Jest, Stylelint), GitHub CLI workflows, semantic code research (ChunkHound), CI failure interpretation, contributor writing tools, and environment bootstrapping directly into Claude Code sessions. Each plugin is installed via Claude Code's native /plugin system and contributes MCP servers, hooks, skills, and agents that activate automatically based on context. It is a community project maintained by Shopware Labs and is not an official Shopware or Anthropic product.
Prerequisites
- Claude Code CLI installed and authenticated (https://docs.claude.com/en/docs/claude-code)
- A Shopware 6 project or development environment
- jq installed for several plugins (brew install jq or apt-get install jq)
- gh CLI authenticated for GitHub-related plugins (gh auth login)
- Docker, DDEV, or native PHP environment depending on the dev-tooling plugin configuration
Add the marketplace to Claude Code
Register the shopwareLabs/ai-coding-tools repository as a plugin marketplace source in Claude Code.
/plugin marketplace add shopwareLabs/ai-coding-toolsInstall the core dev-tooling plugin
Install the dev-tooling plugin which provides PHPStan, ECS, PHPUnit, ESLint, Stylelint, Jest, and Rector via MCP servers.
/plugin install dev-tooling@shopware-ai-coding-toolsInstall plugin-setup for guided configuration
Install the plugin-setup helper which walks you through configuring dev-tooling, gh-tooling, and chunkhound-integration interactively.
/plugin install plugin-setup@shopware-ai-coding-toolsRun the setup skill for dev-tooling
Ask Claude to run the dev-tooling setup, which creates .mcp-php-tooling.json and .mcp-js-tooling.json in your project root.
# In your Claude Code session, type:
Help me set up dev-toolingRestart Claude Code
Plugins that include MCP servers require a full restart of Claude Code to activate the new servers.
Install additional plugins as needed
Install other plugins from the marketplace based on your workflow needs.
/plugin install gh-tooling@shopware-ai-coding-tools
/plugin install test-writing@shopware-ai-coding-tools
/plugin install ci-failure-interpretation@shopware-ai-coding-toolsAI Coding Tools Examples
Client configuration
The Shopware AI Coding Tools marketplace is configured through Claude Code's plugin system, not through a direct mcpServers JSON block. This is the plugin installation command sequence.
{
"mcpServers": {
"_note": "Shopware AI Coding Tools installs via Claude Code /plugin commands, not direct mcpServers config.",
"_install": "/plugin marketplace add shopwareLabs/ai-coding-tools"
}
}Prompts to try
Example prompts that activate the various Shopware AI Coding Tools plugins inside a Claude Code session.
- "Run PHPStan analysis on src/Core/Content/Product/ProductEntity.php"
- "Generate PHPUnit unit tests for src/Core/Checkout/Cart/CartService.php"
- "Interpret the CI failure logs from the last failed GitHub Actions run on PR #4521"
- "Write a PR description for my current branch changes"
- "How does the payment processing flow work in this codebase?"Troubleshooting AI Coding Tools
Plugin commands are not recognized after running /plugin install
MCP server plugins require a full restart of Claude Code to load. Quit and reopen Claude Code after installing any plugin that includes an MCP server component.
dev-tooling PHPStan tool fails with 'jq not found'
Install jq on your system: brew install jq on macOS, or sudo apt-get install jq on Linux. Several dev-tooling and gh-tooling operations require jq for JSON processing.
test-writing skill does not activate automatically
The test-writing plugin requires dev-tooling to be installed and configured with a .mcp-php-tooling.json file in the project root. Run the plugin-setup skill for dev-tooling first, then restart Claude Code before using test-writing.
Frequently Asked Questions about AI Coding Tools
What is AI Coding Tools?
AI Coding Tools is a Model Context Protocol (MCP) server that claude code plugin marketplace for shopware development. provides mcp servers, skills, agents, hooks, and commands to integrate development tools directly into your ai coding workflow. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install AI Coding Tools?
Follow the installation instructions on the AI Coding Tools GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with AI Coding Tools?
AI Coding Tools works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is AI Coding Tools free to use?
Yes, AI Coding Tools is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
AI Coding Tools Alternatives — Similar Coding Agents Servers
Looking for alternatives to AI Coding Tools? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
Browse More Coding Agents MCP Servers
Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up AI Coding Tools in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use AI Coding Tools?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.