
MCP-Server-Creator MCP Server
The MCP-Server-Creator is a meta-server that enables rapid creation and configuration of new Model Context Protocol (MCP) servers. With dynamic code generation,...
Effortlessly orchestrate and manage multiple MCP servers with MCP Create, enabling dynamic AI workflows and robust server control in FlowHunt.
MCP Create is a dynamic MCP (Model Context Protocol) server management service designed to facilitate the creation, execution, and management of other MCP servers. Acting as both an MCP server and a manager, MCP Create allows users to launch and control multiple child MCP servers as separate processes, vastly increasing the flexibility and scalability of MCP-based workflows. It is especially useful for developers looking to dynamically instantiate, update, and remove MCP servers without manual intervention. MCP Create supports TypeScript (with future plans for JavaScript and Python), and enables robust tool execution, server code updates, restarts, and simplified lifecycle management. This makes it an ideal backbone for environments where on-demand server orchestration and modular extension of AI assistant capabilities are required.
No prompt templates are mentioned in the available documentation or files.
No explicit MCP resources are described in the repository or documentation.
No specific setup instructions for Windsurf are provided in the documentation.
claude_desktop_config.json
configuration file.mcpServers
object using the following JSON snippet:{
"mcpServers": {
"mcp-create": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp-create"]
}
}
}
To secure API keys or other sensitive inputs, use environment variables in your configuration as follows:
{
"mcpServers": {
"mcp-create": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp-create"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"api_key": "${API_KEY}"
}
}
}
}
No specific setup instructions for Cursor are provided in the documentation.
No specific setup instructions for Cline are provided in the documentation.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"MCP-name": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “MCP-name” to whatever the actual name of your MCP server is (e.g., “mcp-create”) and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview available in README.md |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit resources documented |
List of Tools | ✅ | Tools documented: create-server-from-template, execute-tool, get-server-tools, etc. |
Securing API Keys | ✅ | Example provided in configuration section |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
MCP Create provides a robust foundation for dynamic management of MCP servers, with excellent documentation on tool functionality and integration for Claude Desktop. However, the lack of documented prompt templates, resources, and setup for some platforms limits its breadth. Sampling and roots support are not detailed. Overall, it is a strong, well-documented project for server orchestration.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 13 |
Number of Stars | 72 |
MCP Create is an advanced MCP (Model Context Protocol) server management service that enables users to create, manage, and orchestrate multiple MCP servers dynamically. It supports scalable workflows by launching child MCP servers as separate processes and managing their lifecycle.
Currently, MCP Create supports TypeScript, with plans to add JavaScript and Python in the future.
MCP Create offers tools such as create-server-from-template, execute-tool, get-server-tools, delete-server, and list-servers, allowing for versatile server and tool management.
Each child MCP server runs in its own process, enhancing security, isolation, and fault tolerance during execution.
Yes, you can integrate MCP Create with FlowHunt by adding the MCP component to your flow and configuring the server details in the system MCP configuration panel. This allows your AI agent to leverage MCP Create’s capabilities within FlowHunt workflows.
Yes, MCP Create is distributed under the MIT license.
Unlock the power of dynamic, modular AI workflows by integrating MCP Create into your FlowHunt environment. Experience seamless server orchestration and robust tool management.
The MCP-Server-Creator is a meta-server that enables rapid creation and configuration of new Model Context Protocol (MCP) servers. With dynamic code generation,...
The Creatify MCP Server integrates Creatify AI’s advanced video generation APIs into your AI workflows, enabling avatar-based video creation, URL-to-video conve...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...