Medusa Mcp
@SGFGOV
关于 Medusa Mcp
MCP server for Medusa JS SDK
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
—
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论