{"type":"mcp_server","name":"mcp-create","description":"This repository provides a dynamic MCP server management service that creates, runs, and manages other MCP servers as child processes, supporting a flexible MCP ecosystem. It supports TypeScript and integrates","category":"System Tools","language":"TypeScript","stars":97,"forks":6,"owner":"tesla0225","github_url":"https://github.com/tesla0225/mcp-create","homepage":null,"setup":"## Setup\n\n**Note: Docker is the recommended way to run this service**\n\n### Docker Installation (Recommended)\n\n```bash\n# Build Docker image\ndocker build -t mcp-create .\n\n# Run Docker container\ndocker run -it --rm mcp-create\n```\n\n### Manual Installation (TypeScript Only)\n\n```bash\n# Clone repository\ngit clone https://github.com/tesla0225/mcp-create.git\ncd mcp-create\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run\nnpm start\n```\n\nIntegration with Claude Desktop requires adding a configuration to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"mcp-create\": {\n      \"command\": \"docker\",\n      \"args\": [\"run\", \"-i\", \"--rm\", \"mcp-create\"]\n    }\n  }\n}\n```","tools":"## Available Tools\n\n1. Dynamic creation and execution of MCP server code (This service enables the creation of MCP servers dynamically.)\n2. Tool execution on child MCP servers (This service allows tools to be executed on child MCP servers.)\n3. Server code updates and restarts (This service supports updating and restarting server code.)\n4. Removal of unnecessary servers (This service allows for the removal of servers that are no longer needed.)\n5. `create-server-from-template` (Create MCP server from template)\n6. `execute-tool` (Execute tool on server)\n7. `get-server-tools` (Get list of server tools)\n8. `delete-server` (Delete server)\n9. `list-servers` (Get list of running servers)","faq":null,"created_at":"2025-03-09T02:57:35+00:00","updated_at":"2025-03-28T20:34:19+00:00","source_url":"https://model-context-protocol.com/servers/mcp-server-management-create-run-manage","related_articles":[]}