MCP Create Server
@Maicon-Bartoski-Saas
About MCP Create Server
Servidor MCP em teste
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-maicon-bartoski-saas": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-create",
"."
]
}
}
}Tools
5Create MCP server from template
Execute tool on server
Get list of server tools
Delete server
Get list of running servers
Overview
What is MCP Create Server?
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.
How to use MCP Create Server?
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.
Key features of MCP Create Server
- 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
Use cases of MCP Create Server
- Create new MCP servers on demand from a template
- Execute tools on dynamically created servers
- List and manage running MCP servers
- Develop and test MCP server code interactively
- Safely spin up and tear down server instances
FAQ from MCP Create Server
What languages are currently supported?
Only TypeScript is supported. JavaScript and Python support are planned for future releases.
How do I install and run MCP Create Server?
Docker is the recommended method. Build the image with docker build -t mcp-create . and run with docker run -it --rm mcp-create. Manual installation via npm (Node.js 18+) is also available.
What are the security considerations?
The service executes arbitrary code, so sandboxing is recommended. Set limits on memory, CPU, and file count. Monitor for zombie or runaway processes and forcibly terminate them. Validate file paths to prevent directory traversal attacks.
What tools are available on MCP Create Server?
Five tools: create-server-from-template (create from template), execute-tool (execute a tool on a server), get-server-tools (list a server's tools), delete-server (remove a server), and list-servers (list running servers).
What are the runtime dependencies?
Node.js 18 or higher, TypeScript, the @modelcontextprotocol/sdk, Node.js built-in modules (child_process, fs/promises), and uuid for unique ID generation.
More Other MCP servers
ICSS
chokcoco不止于 CSS
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments