MCP Server Creator
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 Server CreatorGenerate an MCP server called 'weather-server' that provides weather information"
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 Server Creator
A specialized Model Context Protocol (MCP) server designed to help you easily create new MCP servers. This server provides documentation, templates, and tools to streamline the process of creating and configuring MCP servers for Claude Desktop.
Features
π Documentation resource with MCP key concepts
π οΈ Complete server setup guide
π File generation tool that creates all necessary files
βοΈ Ready-to-use Claude Desktop configuration
π Interactive prompts for guided server creation
Related MCP server: MCP-Creator-MCP
Installation
Clone the repository:
git clone https://github.com/SterlingChin/mcp-builder.git
cd mcp-builderInstall dependencies:
npm installBuild the server:
npm run buildUsage
As an MCP Server
Configure this server in your Claude Desktop configuration file at ~/.claude-config.json:
{
"mcpServers": {
"mcp-creator": {
"command": "node",
"args": [
"/path/to/mcp-builder/build/index.js"
]
}
}
}Replace /path/to/mcp-builder with the actual path to this project.
In Claude Desktop
Once configured, you can interact with this server in Claude by:
Accessing documentation:
Show me the MCP documentation from mcp://docsGetting setup guides:
Use the get-mcp-docs tool to show me how to set up an MCP serverGenerating a complete MCP server:
Use the generate-mcp-server tool to create a server called "weather-server" that provides weather information
Server Capabilities
Resources
mcp://docs- Comprehensive MCP documentation and key concepts
Tools
get-mcp-docs- Retrieve documentation about the Model Context Protocolgenerate-mcp-server- Generate complete MCP server setup with all necessary files
Prompts
mcp-setup- Interactive prompt template for guided server creation
Development
Prerequisites
Node.js 18+
TypeScript
npm or yarn
Setup
Fork and clone the repository
Install dependencies:
npm installMake your changes to
index.tsBuild:
npm run buildTest:
npm start
Contributing
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Project Structure
mcp-builder/
βββ index.ts # Main server implementation
βββ build/ # Compiled JavaScript output
βββ package.json # Dependencies and scripts
βββ tsconfig.json # TypeScript configuration
βββ LICENSE # MIT license
βββ README.md # This fileExamples
Creating a Simple Server
Ask Claude: "Generate an MCP server called 'todo-manager' that helps manage todo lists"
Getting Documentation
Ask Claude: "Show me the MCP setup documentation"
Using Resources
Ask Claude: "What's in the mcp://docs resource?"
License
This project is licensed under the MIT License - see the LICENSE file for details.
Support
π MCP Documentation
π¬ Create an issue
Built with β€οΈ for the Model Context Protocol ecosystem
This server cannot be installed
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
- AlicenseBqualityDmaintenanceA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated8234Apache 2.0
- 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
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.Last updated328MIT
- Flicense-qualityDmaintenanceA minimal, well-documented MCP server boilerplate providing a reusable baseline with tools, resources, prompts, and extensive documentation for building custom MCP servers.Last updated
Related MCP Connectors
MCP server for doc2mcp documentation, generated by doc2mcp.
MCP server for skill documentation, generated by doc2mcp.
A MCP server built for developers enabling Git based project management with project and personalβ¦
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/SterlingChin/mcp-builder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server