MCP Create Server
About
A dynamic MCP server management service that creates, runs, and manages Model Context Protocol (MCP) servers dynamically. It functions as an MCP server itself and launches other MCP servers as child processes, enabling a flexible MCP ecosystem.
Details
- Author
- Maicon-Bartoski-Saas
- Downloads
- 268
- Categories
- Other
Jump to
- Dynamic creation and execution of MCP server code
- Support for TypeScript only (JavaScript and Python planned)
- Tool execution on child MCP servers
- Server code updates and restarts
- Removal of unnecessary servers
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Create ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Docker is the recommended way. Build the image with docker build -t mcp-create . and run with docker run -it --rm mcp-create. For manual installation, clone the repo, run npm install, npm run build, and npm start. Integrate with Claude Desktop by adding a mcpServers entry in claude_desktop_config.json using Docker command.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp create server": {
"mcp-server-maicon-bartoski-saas": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-create",
"."
]
}
}
}
}
McpServers
{
"mcp-server-maicon-bartoski-saas": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-create",
"."
]
}
}
MCP Create Server
A dynamic MCP server management service that creates, runs, and manages Model Context Protocol (MCP) servers dynamically. This service itself functions as an MCP server and launches/manages other MCP servers as child processes, enabling a flexible MCP ecosystem.
<a href="https://glama.ai/mcp/servers/lnl6xjkkeq">
</a>
Key Features
- Dynamic creation and execution of MCP server code
- Support for TypeScript only (JavaScript and Python support planned for future releases)
- Tool execution on child MCP servers
- Server code updates and restarts
- Removal of unnecessary servers
Installation
Note: Docker is the recommended way to run this service
Docker Installation (Recommended)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



