Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • Amazon VPC Lattice MCP Server
  • Phrases MCP Server
  • Steel Puppeteer
  • MCP Data Wrangler
  • Xano MCP Server for Smithery
Back to MCP Servers
MCP Maker

MCP Maker

Public
CaptainCrouton89/mcp-maker

A Model Context Protocol server offering tools and templates to scaffold new MCP projects, including boilerplate setup, tool, resource, and prompt templates, with integration support for Claude Desktop.

typescript
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with MCP Maker

MCP Server

Unlock the full potential of MCP Maker through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP Maker

A Model Context Protocol server for creating new MCPs.

Overview

MCP Maker is a specialized MCP server designed to help you create new Model Context Protocol servers. It provides tools and templates for scaffolding MCP projects with various capabilities including:

  • Basic MCP server structure setup
  • Tool definition templates
  • Resource templates
  • Prompt templates
  • Configuration guidance for Claude Desktop integration

Installation

Prerequisites

  • Node.js (v18+)
  • npm or pnpm

Setup

  1. Clone this repository:
git clone https://github.com/yourusername/mcp-maker cd mcp-maker
  1. Install dependencies:
pnpm install
  1. Build the project:
pnpm run build

Usage with Claude Desktop

  1. Configure Claude Desktop to recognize the MCP Maker server:

Edit your Claude Desktop configuration file:

  • On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • On Windows: %APPDATA%/Claude/claude_desktop_config.json

Add the following to your configuration:

{ "mcpServers": { "mcp-maker": { "command": "node", "args": ["/absolute/path/to/mcp-maker/build/index.js"] } } }
  1. Restart Claude Desktop

  2. In Claude Desktop, you can now use MCP Maker's tools to help you create new MCP servers.

Available Tools

generate_mcp_boilerplate

Creates a new MCP server project with all the necessary boilerplate files.

create_tool_template

Generates template code for a new MCP tool with customizable parameters.

create_resource_template

Generates template code for a new MCP resource.

create_prompt_template

Generates template code for a new MCP prompt.

Development

For development with auto-rebuild:

pnpm run watch

For debugging, use the MCP Inspector:

pnpm run inspector

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • Amazon VPC Lattice MCP Server
    Amazon VPC Lattice MCP Server

    Model Context Protocol server offering tools to access, manage, and automate AWS VPC Lattice resourc...

    2 tools
    Added May 30, 2025
  • Phrases MCP Server
    Phrases MCP Server

    Efficient MCP (Model Context Protocol) server for managing inspirational phrases with full CRUD capa...

    6 tools
    Added May 30, 2025
  • Steel Puppeteer
    Steel Puppeteer

    Model Context Protocol server enabling advanced browser automation with Puppeteer, offering web navi...

    Added May 30, 2025
  • MCP Data Wrangler
    MCP Data Wrangler

    Model Context Protocol server offering standardized data wrangling capabilities including data aggre...

    Added May 30, 2025
  • Xano MCP Server for Smithery
    Xano MCP Server for Smithery

    Model Context Protocol server enabling seamless integration between Claude AI and Xano databases wit...

    Added May 30, 2025