Server Creator
БесплатноНе проверенHelps users easily create new MCP servers by providing documentation, templates, and tools to generate complete server files and configuration.
Описание
Helps users easily create new MCP servers by providing documentation, templates, and tools to generate complete server files and configuration.
README
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
Installation
- Clone the repository:
git clone https://github.com/SterlingChin/mcp-builder.git
cd mcp-builder
- Install dependencies:
npm install
- Build the server:
npm run build
Usage
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 install - Make your changes to
index.ts - Build:
npm run build - Test:
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 file
Examples
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
Built with ❤️ for the Model Context Protocol ecosystem
Установка Server Creator
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SterlingChin/mcp-builderFAQ
Server Creator MCP бесплатный?
Да, Server Creator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Creator?
Нет, Server Creator работает без API-ключей и переменных окружения.
Server Creator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Server Creator в Claude Desktop, Claude Code или Cursor?
Открой Server Creator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Server Creator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
