MCP.so
ログイン

Medusa Mcp

@SGFGOV

Medusa Mcp について

MCP server for Medusa JS SDK

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

SGFGOV

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "medusa-mcp": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "./dist/index.js"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Medusa Mcp?

Medusa Mcp is a Model Context Protocol (MCP) server designed for integration with the Medusa JavaScript SDK. It provides a scalable backend layer for managing and interacting with Medusa’s data models, enabling automation, orchestration, and intelligent service extensions. It is intended for developers building AI‑powered commerce platforms or automating Medusa workflows.

How to use Medusa Mcp?

Clone the repository, run npm install, then npm run build to compile, and start the server with npm start. Test the server using the MCP Inspector with npx @modelcontextprotocol/inspector ./dist/index.js. Configuration requires setting environment variables: MEDUSA_BACKEND_URL, PUBLISHABLE_KEY, MEDUSA_USERNAME, and MEDUSA_PASSWORD. For customization, replace the OpenAPI schema files in the oas/ folder with your own admin and store definitions.

Key features of Medusa Mcp

  • Model Context Protocol (MCP) support
  • Scalable infrastructure
  • Extensible plugin architecture
  • Integrated with Medusa JS SDK

Use cases of Medusa Mcp

  • Automate workflows such as inventory or pricing adjustments
  • Connect Medusa with external tools like email or analytics
  • Enable AI agents to analyze trends and trigger actions
  • Build scalable, modular commerce platform architectures

FAQ from Medusa Mcp

コメント

「その他」の他のコンテンツ