Create-MCP
Createdzueai
Quickly set up and deploy Model Control Protocol (MCP) servers to Cloudflare Workers.
About
Create-MCP is a CLI tool designed to streamline the creation and deployment of Model Control Protocol (MCP) servers on Cloudflare Workers. It enables developers to rapidly build custom tools for Cursor agents by simply writing TypeScript functions with JSDoc comments. The tool handles the setup, deployment, and integration, allowing users to focus on defining their tool's functionality rather than managing infrastructure or complex configurations.
Key Features
- Scaffolds a new MCP server project from a template.
- Automatically deploys the server to Cloudflare Workers.
- Integrates with Cursor by copying the MCP server command to the clipboard.
- Supports defining MCP tools using TypeScript functions and JSDoc comments.
- Enables cloning and deploying existing MCP servers from GitHub.
Use Cases
- Quickly prototype and deploy custom tools for Cursor agents.
- Create integrations with third-party APIs accessible from Cursor.
- Extend the functionality of Cursor with server-side logic.