shopware-mcp logo

shopware-mcp

by shopwareLabs

shopware-mcp is a Model Context Protocol (MCP) server built with mcp-framework. It allows you to create and integrate custom tools with applications like Claude Desktop.

View on GitHub

Last updated: N/A

What is shopware-mcp?

shopware-mcp is a server that implements the Model Context Protocol, enabling you to extend applications like Claude Desktop with custom tools. It leverages the mcp-framework for building and managing these tools.

How to use shopware-mcp?

First, install the dependencies and build the project using npm install and npm run build. Then, you can add new tools using the mcp add tool command. To integrate with Claude Desktop, you need to add a configuration entry to the claude_desktop_config.json file, specifying the command and arguments to run the server, either locally or after publishing to npm.

Key features of shopware-mcp

  • Extensible with custom tools

  • Built on mcp-framework

  • Integration with Claude Desktop

  • CLI for tool management

  • Easy publishing to npm

Use cases of shopware-mcp

  • Data processing within Claude Desktop

  • API client integration with Claude Desktop

  • File handling extensions for Claude Desktop

  • Custom workflows within Claude Desktop

FAQ from shopware-mcp

How do I add a new tool?

Use the mcp add tool <tool-name> command.

Where is the Claude Desktop config file?

MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%/Claude/claude_desktop_config.json

How do I run the server locally?

Use node dist/index.js after building the project.

How do I publish my tool to npm?

Update package.json, build, login to npm, and then npm publish.

Where can I learn more about MCP Framework?