An easily managed NPM MCP Server with modular skills for claude.

Fused Gaming MCP is a modular, production-ready Model Context Protocol server with 9 published skills plus core infrastructure packages.
| Skill | Purpose | Status |
|---|---|---|
| algorithmic-art | Generative art using p5.js | ✅ |
| ascii-mockup | Mobile-first wireframe designs | ✅ |
| canvas-design | SVG-based visual design | ✅ |
| frontend-design | HTML/CSS component design | ✅ |
| theme-factory | Design system generation | ✅ |
| mcp-builder | MCP server scaffolding | ✅ |
| pre-deploy-validator | Deployment validation | ✅ |
| skill-creator | Custom skill builder | ✅ |
| underworld-writer | Character/world narrative generation | ✅ |
All skills are production-ready and actively maintained ✨
Published now (@h4shed)
mcp-cli, mcp-coreskill-algorithmic-art, skill-ascii-mockup, skill-canvas-designskill-frontend-design, skill-mcp-builder, skill-pre-deploy-validatorskill-skill-creator, skill-theme-factory, skill-underworld-writerScaffolded and queued for publish (@h4shed)
skill-mermaid-terminalskill-ux-journeymapperskill-svg-generatorskill-project-managerskill-project-status-toolskill-daily-reviewmulti-account-session-trackingskill-linkedin-master-journalistTransform your Claude workflow with meticulously crafted tools designed for:
✔️ Generative Art — Create algorithmic artwork and visualizations
✔️ UI/UX Design — Build design systems and component libraries
✔️ Web Development — Scaffold projects and validate deployments
✔️ Game Development — Asset generation and rapid prototyping
✔️ AI Automation — Streamline creative and technical workflows
Trusted by: Fused Gaming • VLN Security • Design Studios • AI Development Teams
# Install published packages (active scope: @h4shed)
npm install @h4shed/mcp-core @h4shed/mcp-cli
# Add selected skills
npm install \
@h4shed/skill-algorithmic-art \
@h4shed/skill-theme-factory \
@h4shed/skill-underworld-writer# Run CLI
npx @h4shed/mcp-cli init
# Add more skills anytime
npx @h4shed/mcp-cli add frontend-design
npx @h4shed/mcp-cli add pre-deploy-validator
# Start the MCP server
npm run devDone! You're now ready to supercharge Claude. 🔋
fused-gaming-mcp init # Initialize config
fused-gaming-mcp list # Show available skills
fused-gaming-mcp add <skill> # Enable a skill
fused-gaming-mcp remove <skill> # Disable a skill
fused-gaming-mcp config # View current configCustomize via .fused-gaming-mcp.json:
{
"skills": {
"enabled": ["algorithmic-art", "theme-factory", "frontend-design"],
"disabled": []
},
"auth": {
"apiKeys": {
"openai": "sk-..."
}
},
"logging": {
"level": "info"
}
}npm install # Install dependencies
npm run build # Build all packages
npm run test # Run tests
npm run lint # Check code quality
npm run typecheck # Validate TypeScript
npm run dev # Start dev server| Resource | Purpose |
|---|---|
| QUICKSTART.md | Get started in minutes |
| ARCHITECTURE.md | System design & internals |
| SKILLS_GUIDE.md | Build custom skills |
| API_REFERENCE.md | Complete API docs |
| EXAMPLES.md | Real-world usage patterns |
| RELEASE_COMMUNICATION.md | Launch summary + LinkedIn post draft |
| ROADMAP.md | Published/missing/planned skills and priorities |
| CONTRIBUTING.md | How to contribute |
@h4shed/* packages (core + CLI + 9 skills)main and tagsNPM_SCOPE) must be set in GitHub Actions variables for organization-owned publishing.mermaid-terminal, ux-journeymapper, svg-generator)..github/workflows/publish.yml.github/workflows/github-release.ymlv*, skill-*) and creates GitHub Releases with generated notes.🎨 Generative Art — Create procedural artwork and visual effects
🖼️ Design Systems — Build cohesive UI components and themes
🛠️ Development — MCP builders, validators, and scaffolding
📱 Prototyping — Rapid wireframing and layout design
🎮 Game Development — Asset generation and design automation
Node.js ≥ 20.0.0
npm ≥ 8.0.0We'd love your involvement!
Built with ❤️ by the Fused Gaming Team and community contributors.
Apache 2.0 — See LICENSE for details
Fused-Gaming/Fused-Gaming-Skill-MCP
April 1, 2026
April 13, 2026
TypeScript