🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

@epic-web/workshop-mcp

Package Overview
Dependencies
Maintainers
3
Versions
332
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@epic-web/workshop-mcp

An MCP (Model Context Protocol) server intended for use inside Epic Workshop repositories.

latest
Source
npmnpm
Version
6.90.2
Version published
Weekly downloads
785
84.27%
Maintainers
3
Weekly downloads
 
Created
Source

@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-mcp

Example 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.

FAQs

Package last updated on 29 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts