Server Generator
БесплатноНе проверенCreates, manages, and registers custom MCP servers for Claude Desktop. Enables users to generate and configure new MCP servers through natural language.
Описание
Creates, manages, and registers custom MCP servers for Claude Desktop. Enables users to generate and configure new MCP servers through natural language.
README
A tool for creating and managing Model Context Protocol (MCP) servers for Claude Desktop.
Overview
The MCP Server Creator helps you create, manage, and register custom MCP servers with Claude Desktop. This tool provides an interface for:
- Creating new MCP servers
- Updating existing servers
- Registering servers with Claude Desktop
Getting Started
Prerequisites
- Node.js (v16 or later)
- Claude Desktop installed
Installation
Clone this repository:
git clone https://github.com/SerhatUzbas/mcp-server-generator.git cd mcprotocolInstall dependencies (only first installation):
npm installRegister the creator server with Claude Desktop:
Macos:
open ~/Library/"Application Support"/Claude/claude_desktop_config.jsonWindows (Command Prompt):
start %APPDATA%\Claude\claude_desktop_config.jsonOr from Claude Desktop: Settings > Developer > Edit Config
example:
{
"mcpServers": {
"mcp-server-generator": {
"command": "node",
"args": ["/Users/username/Documents/GitHub/mcprotocol/creator-server.js"]
}
}
}
Note for Windows users: Remember to use backslashes for file paths and escape them properly in your JSON configuration. Example:
{ "mcpServers": { "mcp-server-generator": { "command": "node", "args": ["C:\\Users\\username\\Documents\\GitHub\\mcprotocol\\creator-server.js"] } } }
Using the MCP Server Creator
Once registered, you can use the MCP Server Creator through Claude Desktop:
- Open Claude Desktop
- Select resources and prompts from choose an integration dropdown
- Ask Claude to create or manage your MCP servers
Creating a New Server
Ask Claude to create a server for your specific needs:
Create an simple MCP server that integrates with PostgreSQL to provide database operations and query capabilities.
Claude will (probably):
- Check the server list if it exist
- Generate the server code
- Save it to the
serversdirectory - Register it with Claude Desktop
- Identify and install required dependencies
Available Tools
The MCP Server Creator provides several tools for managing your servers:
listServers- List all available serversgetServerContent- View the code of an existing servercreateMcpServer- Create a new serverupdateMcpServer- Update an existing serveranalyzeServerDependencies- Identify required npm packagesinstallServerDependencies- Install required packagesgetClaudeConfig- View current Claude Desktop configurationupdateClaudeConfig- Update Claude Desktop configurationrunServerDirectly- Checks if any error appears when running
Troubleshooting
Server Not Appearing in Claude
- Verify the server was registered correctly in the Claude Desktop config
- Check for any JavaScript syntax errors in your server code
- Restart Claude Desktop after registering new servers
Dependency Issues
If dependencies aren't installing correctly:
- Try installing them manually:
npm install [package-name] - Check for compatibility issues between packages
- Ensure your Node.js version is compatible with the packages
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Установка Server Generator
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SerhatUzbas/mcp-server-generatorFAQ
Server Generator MCP бесплатный?
Да, Server Generator MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Server Generator?
Нет, Server Generator работает без API-ключей и переменных окружения.
Server Generator — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Server Generator в Claude Desktop, Claude Code или Cursor?
Открой Server Generator на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Server Generator with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
