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.
Unlock the full potential of MCP Maker through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
A Model Context Protocol server for creating new MCPs.
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:
git clone https://github.com/yourusername/mcp-maker cd mcp-maker
pnpm install
pnpm run build
Edit your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%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.
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.
For development with auto-rebuild:
pnpm run watch
For debugging, use the MCP Inspector:
pnpm run inspector
MIT
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!