MCP Create Server
@Maicon-Bartoski-Saas
About MCP Create Server
Servidor MCP em teste
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student β in a fraction of the time. What once took a week, now takes one free period.
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments