$ npm install @epic-web/workshop-mcpAn MCP (Model Context Protocol) server intended for use inside Epic Workshop repositories.
It’s designed to help learners while working through workshop exercises. In most
workshops, the learner’s work-in-progress lives in the playground directory.
You typically run this via npx from your AI assistant’s MCP configuration:
npx -y @epic-web/workshop-mcp
Add a server entry (shape varies slightly by client):
{
"mcpServers": {
"epicshop": {
"command": "npx",
"args": ["-y", "@epic-web/workshop-mcp"]
}
}
}
https://github.com/epicweb-dev/epicshop/tree/main/docsGPL-3.0-only.