mcp-create

mcp-create

65

The MCP Create Server is a service designed for dynamic management of Model Context Protocol (MCP) servers. It enables the creation, execution, and management of MCP servers, primarily using TypeScript, and supports integration with Claude Desktop. Key features include tool execution and server code management.

What languages are currently supported?

Currently, only TypeScript is supported. JavaScript and Python support are planned for future releases.

How can I install MCP Create Server?

The recommended way is using Docker. You can also install it manually if you are using TypeScript.

What are the security considerations?

Consider sandboxing for code execution, set resource limits, monitor processes, and validate file paths to prevent attacks.

What are the technical requirements?

Node.js 18 or higher and TypeScript are required, along with dependencies like @modelcontextprotocol/sdk, child_process, fs/promises, and uuid.

How do I create a new server?

Use the 'create-server-from-template' tool with the appropriate language argument.