MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

๐Ÿ”ฅ Visual MCP Server Builder - Build MCP servers in minutes, not days

Created 3/27/2026
Updated about 6 hours ago
Repository documentation and setup instructions

๐Ÿ”ฅ MCPForge

Build MCP servers in minutes, not days

GitHub stars GitHub forks License: MIT

Live Demo โ€ข Documentation โ€ข Report Bug โ€ข Request Feature

๐ŸŒŸ Features

  • ๐ŸŽจ Visual Drag-and-Drop Builder - Intuitive node-based interface
  • โšก Lightning Fast - Build MCP servers in under 30 seconds
  • ๐Ÿš€ One-Click Deploy - Export to GitHub, Vercel, or run locally
  • ๐Ÿ“ฆ Production Ready - Generates clean TypeScript code with MCP SDK
  • ๐Ÿ”ง Real-time Validation - Instant feedback and error checking
  • ๐ŸŽฏ Zero Configuration - Works out of the box

๐Ÿš€ Quick Start

Live Demo

Visit the beautiful interface at http://localhost:5174 (start locally with npm run dev)

Local Development

# Clone the repository
git clone https://github.com/cedendahlkim/mcpforge.git
cd mcpforge

# Install all dependencies
npm run install:all

# Start development servers
npm run dev

This starts:

  • Frontend: http://localhost:5174
  • Backend API: http://localhost:3001

๐ŸŽฏ Usage

  1. Generate Example - Click "Generate Example" to create MCP server instantly
  2. Download Code - Get production-ready TypeScript code
  3. Run Locally - Follow the instructions in generated code
  4. Deploy - Push to GitHub or deploy to Vercel

๐Ÿ“ Project Structure

mcpforge/
โ”œโ”€โ”€ frontend/          # React visual builder with beautiful UI
โ”œโ”€โ”€ backend/           # Node.js API server with code generation
โ”œโ”€โ”€ shared/            # TypeScript definitions
โ”œโ”€โ”€ examples/          # Example MCP servers
โ””โ”€โ”€ docs/             # Documentation

๐Ÿ› ๏ธ Tech Stack

  • Frontend: React 18, TypeScript, ReactFlow, Zustand, Glassmorphism UI
  • Backend: Node.js, Express, TypeScript, AST manipulation
  • Code Generation: MCP SDK integration, Handlebars templates
  • Design: Modern gradient backgrounds, smooth animations

๐ŸŒ Why MCPForge Will Go Viral ๐Ÿš€

The "Wow-Factor"

  • 30-second MCP server build - See it to believe it
  • Beautiful, intuitive interface - Zero learning curve
  • Instant code generation - Production-ready output

Perfect Timing

  • MCP ecosystem exploding - Everyone needs MCP tools
  • Claude Desktop adoption - Growing rapidly
  • Developer tool gap - No visual builders exist

Zero Barrier to Entry

  • No MCP knowledge required - Just drag and drop
  • No-code to code - Visual builder โ†’ Production code
  • Works instantly - No setup or configuration

๐ŸŽฌ Demo Experience

The demo showcases:

  • Beautiful gradient UI with glassmorphism effects
  • One-click generation of complete MCP servers
  • Live code preview with syntax highlighting
  • Download functionality for generated code
  • Real-time backend integration

๐Ÿ“Š Roadmap

  • [x] MVP: Beautiful visual builder + TypeScript generation
  • [ ] Visual Workflow: Drag-and-drop node editor
  • [ ] Python Support: Generate Python MCP servers
  • [ ] Template Marketplace: Community templates
  • [ ] Advanced Tools: Database, APIs, webhooks
  • [ ] Collaboration: Real-time co-editing
  • [ ] Enterprise: SSO, RBAC, advanced debugging

๐Ÿค Contributing

Contributions are what make the open-source community amazing!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

๐Ÿ“„ License

Distributed under the MIT License. See LICENSE for more information.

๐Ÿ™ Acknowledgments


โญ Star this repo if it helped you build something amazing!

Made with โค๏ธ by Kim Cedendahl at Gracestack AB

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-mcpforge

Cursor configuration (mcp.json)

{ "mcpServers": { "cedendahlkim-mcpforge": { "command": "npx", "args": [ "cedendahlkim-mcpforge" ] } } }