@epic-web/workshop-mcp
v6.48.0
Published
An MCP (Model Context Protocol) server intended for use inside Epic Workshop repositories.
Downloads
3,921
Readme
@epic-web/workshop-mcp
An 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.
Install / run
You typically run this via npx from your AI assistant’s MCP configuration:
npx -y @epic-web/workshop-mcpExample configuration
Claude Desktop / compatible clients
Add a server entry (shape varies slightly by client):
{
"mcpServers": {
"epicshop": {
"command": "npx",
"args": ["-y", "@epic-web/workshop-mcp"]
}
}
}Notes
- The server communicates over stdio.
- If you’re using this inside a workshop repo, run your editor/assistant with the workshop as the working directory so the server can find the right files.
Documentation
- Repo docs:
https://github.com/epicweb-dev/epicshop/tree/main/docs
License
GPL-3.0-only.
