MCP Maker

Create new Model Context Protocol servers effortlessly. Utilize templates and tools to scaffold your MCP projects with essential components and configurations. Streamline your development process and integrate seamlessly with Claude Desktop.

Installation

Installing for Claude Desktop

Manual Configuration Required

This MCP server requires manual configuration. Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

This will open your configuration file where you can add the MCP Maker MCP server manually.

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

Share:
Details:
  • Stars


    2
  • Forks


    4
  • Last commit


    4 months ago
  • Repository age


    4 months
View Repository

Auto-fetched from GitHub .

MCP servers similar to MCP Maker:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


MCP Maker: MCP Server – MCP.Bar