create-mcp

zueai
38
CLI to set up and deploy MCP Servers to Cloudflare Workers in seconds. Just write TypeScript functions to make Cursor MCP tools.
#ai #cloudflare-workers #cursor #cursor-ai #mcp #mcp-server #model-context-protocol #cli #mcp-client

Overview

What is create-mcp

create-mcp is a command-line interface (CLI) tool designed to set up and deploy Model Control Protocol (MCP) servers to Cloudflare Workers quickly. It allows users to create tools for their Cursor Agent by writing TypeScript functions with JSDoc comments.

How to Use

To use create-mcp, first ensure you have the Wrangler CLI installed and logged in with your Cloudflare account. Then, run 'bun create mcp' to scaffold a new MCP server. You can also specify a server name using 'bun create mcp --name <server-name>'. Add functions to the MyWorker class in src/index.ts, and deploy changes with 'bun run deploy'.

Key Features

Key features of create-mcp include quick setup and deployment of MCP servers, automatic dependency installation, Git repository initialization, and easy integration with Cursor. It also allows for cloning existing MCP servers from GitHub.

Use Cases

create-mcp can be used to create custom tools for Cursor Agents, deploy APIs without running local servers, and quickly iterate on MCP server functionalities. It's ideal for developers looking to enhance their applications with MCP tools.

Content