MCP Maker
Allows cloning the repository from GitHub to set up the MCP server
Provides configuration guidance for macOS systems when setting up the MCP server with Claude Desktop
Enables running the MCP server using Node.js runtime environment
Supports package installation using npm package manager
Supports package installation and project building using pnpm package manager
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Makergenerate a new MCP server for weather data with tool templates"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: MCP-Creator-MCP
Installation
Prerequisites
Node.js (v18+)
npm or pnpm
Setup
Clone this repository:
git clone https://github.com/yourusername/mcp-maker
cd mcp-makerInstall dependencies:
pnpm installBuild the project:
pnpm run buildUsage with Claude Desktop
Configure Claude Desktop to recognize the MCP Maker server:
Edit your Claude Desktop configuration file:
On macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonOn 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"]
}
}
}Restart Claude Desktop
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 watchFor debugging, use the MCP Inspector:
pnpm run inspectorLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated314MIT
- AlicenseAqualityCmaintenanceA meta-MCP server that helps users create new MCP servers through AI guidance, templates, and streamlined workflows, transforming ideas into production-ready implementations with minimal effort.Last updated41MIT
- Alicense-qualityCmaintenanceA production-ready development scaffold for MCP servers, optimized for Cursor IDE with built-in tools, resources, and prompts that enables quick development of Model Context Protocol servers with 5-minute startup and 10-minute development capabilities.Last updated26MIT
- FlicenseCqualityDmaintenanceA minimal MCP server template with hot reload support that helps developers quickly set up and build Model Context Protocol servers with example tool implementations.Last updated3
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for generating rough-draft project plans from natural-language prompts.
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CaptainCrouton89/mcp-maker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server