epic-stack (MCP Server)

GitHub

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "epic-stack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-epic-stack"
      ]
    }
  }
}