Newcontext-mode—Save 98% of your AI coding agent's context windowLearn more
MCP Directory
ServersClientsBlog

context-mode

Save 98% of your AI coding agent's context window. Works with Claude Code, Cursor, Copilot, Codex, and more.

Try context-mode
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2026 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. Fused-Gaming-Skill-MCP

Fused-Gaming-Skill-MCP

GitHub

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

1
0

🎮 Fused Gaming MCP

<div align="center">

Fused Gaming MCP Social Preview

</div>

📊 Status & Technology

npm scope
License
Build
Node.js
TypeScript
npm


🚀 The Ultimate AI-Powered Skill Ecosystem

Fused Gaming MCP is a modular, production-ready Model Context Protocol server with 9 published skills plus core infrastructure packages.

🎯 Your Creative Arsenal Includes:

SkillPurposeStatus
algorithmic-artGenerative art using p5.js✅
ascii-mockupMobile-first wireframe designs✅
canvas-designSVG-based visual design✅
frontend-designHTML/CSS component design✅
theme-factoryDesign system generation✅
mcp-builderMCP server scaffolding✅
pre-deploy-validatorDeployment validation✅
skill-creatorCustom skill builder✅
underworld-writerCharacter/world narrative generation✅

All skills are production-ready and actively maintained ✨

📦 Publishing now / next wave

Published now (@h4shed)

  • mcp-cli, mcp-core
  • skill-algorithmic-art, skill-ascii-mockup, skill-canvas-design
  • skill-frontend-design, skill-mcp-builder, skill-pre-deploy-validator
  • skill-skill-creator, skill-theme-factory, skill-underworld-writer

Scaffolded and queued for publish (@h4shed)

  • skill-mermaid-terminal
  • skill-ux-journeymapper
  • skill-svg-generator
  • skill-project-manager
  • skill-project-status-tool
  • skill-daily-review
  • multi-account-session-tracking
  • skill-linkedin-master-journalist

✨ Why Fused Gaming MCP?

Transform 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


🎬 Quick Start (2 Minutes)

Install

# 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

Initialize & Run

# 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 dev

Done! You're now ready to supercharge Claude. 🔋


📋 Essential Commands

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 config

⚙️ Configuration

Customize via .fused-gaming-mcp.json:

{
  "skills": {
    "enabled": ["algorithmic-art", "theme-factory", "frontend-design"],
    "disabled": []
  },
  "auth": {
    "apiKeys": {
      "openai": "sk-..."
    }
  },
  "logging": {
    "level": "info"
  }
}

🏗️ Development

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

📚 Documentation

ResourcePurpose
QUICKSTART.mdGet started in minutes
ARCHITECTURE.mdSystem design & internals
SKILLS_GUIDE.mdBuild custom skills
API_REFERENCE.mdComplete API docs
EXAMPLES.mdReal-world usage patterns
RELEASE_COMMUNICATION.mdLaunch summary + LinkedIn post draft
ROADMAP.mdPublished/missing/planned skills and priorities
CONTRIBUTING.mdHow to contribute

🗺️ Roadmap Snapshot (Existing + Planned)

Existing (v1.0.0)

  • ✅ 11 published @h4shed/* packages (core + CLI + 9 skills)
  • ✅ npm workspace publishing pipeline active on main and tags
  • ✅ Security baseline hardened (0 known vulnerabilities at last audit)

Planned (next release cycle)

  • 🔄 Promote release checklist automation from docs into CI validation gates
  • 🔄 Expand deployment verification for npm + GitHub release parity
  • 🔄 Add richer release announcement templates for community launch posts

Current blockers to watch

  • GitHub PR/status triage currently depends on repository API/CLI availability in the execution environment.
  • Scope configuration (NPM_SCOPE) must be set in GitHub Actions variables for organization-owned publishing.

Top 3 priorities now

  1. Ship missing high-impact skills (mermaid-terminal, ux-journeymapper, svg-generator).
  2. Add automated docs/package consistency checks for published scope metadata.
  3. Track deployment/test status per release PR in a single release checklist.

🚢 Release Automation

  • npm publish workflow: .github/workflows/publish.yml
    • Runs lint, typecheck, build, scope preparation, and workspace publish.
  • GitHub release workflow: .github/workflows/github-release.yml
    • Runs on the same release tags (v*, skill-*) and creates GitHub Releases with generated notes.
  • This split keeps npm publishing and release-note generation independently observable and easier to retry.

💡 Use Cases

🎨 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


📦 System Requirements

Node.js ≥ 20.0.0
npm ≥ 8.0.0

🤝 Contributing

We'd love your involvement!

  • 🐛 Report Issues → GitHub Issues
  • 💡 Suggest Features → GitHub Discussions
  • 🤝 Contribute Code → CONTRIBUTING.md
  • 📧 Get Support → [email protected]

Contributors

Built with ❤️ by the Fused Gaming Team and community contributors.


📄 License

Apache 2.0 — See LICENSE for details


Version 1.0.0
Released April 2, 2026
Status: Stable
Maintained

Repository

FU
Fused-Gaming

Fused-Gaming/Fused-Gaming-Skill-MCP

Created

April 1, 2026

Updated

April 13, 2026

Language

TypeScript

Category

AI