create-mcp
@ZukAi-MCP
create-mcp について
CLI to set up and deploy MCP Servers to Cloudflare Workers in seconds. Just write TypeScript functions to make Cursor MCP tools.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"create-mcp": {
"command": "bun",
"args": [
"create",
"mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is create-mcp?
create-mcp is a CLI tool that scaffolds a Model Context Protocol (MCP) server and deploys it to Cloudflare Workers, allowing users to create MCP tools for Cursor Agent by writing TypeScript functions with JSDoc comments.
How to use create-mcp?
Run bun create mcp (optionally with --name <server-name>) to scaffold and deploy a new MCP server. Add functions to the MyWorker class in src/index.ts; each function with JSDoc becomes an MCP tool. Deploy changes with bun run deploy and reload Cursor.
Key features of create-mcp
- Scaffolds an MCP server from a template and deploys to Cloudflare Workers
- Converts TypeScript functions with JSDoc into MCP tools automatically
- Installs dependencies, initializes Git, and deploys a Hello World tool
- Adds the server to Claude Desktop and copies the MCP command to clipboard
- Requires only Wrangler CLI and a Cloudflare account to get started
Use cases of create-mcp
- Quickly build and deploy custom MCP tools for use in Cursor Agent
- Create serverless tools that call external APIs without running local node processes
- Share and redeploy existing MCP servers made with create-mcp via
--clone
FAQ from create-mcp
What does create-mcp do that alternatives don’t?
It automates scaffolding, deployment to Cloudflare Workers, and configuration with Cursor Agent, removing the need to run local node processes for MCP tools.
What are the prerequisites for using create-mcp?
You must have the Wrangler CLI installed and logged into your Cloudflare account. The Claude Desktop App is currently required but will be removed soon.
Where does the MCP server data live?
The server runs on Cloudflare Workers, so all tool execution and data handling happen on Cloudflare’s edge network.
How do I add a new tool to my MCP server?
Write a function inside the MyWorker class in src/index.ts with JSDoc comments describing the tool, its parameters, and return value.
How do I redeploy changes to my server?
Run bun run deploy from the project directory, then reload your Cursor window.
「開発者ツール」の他のコンテンツ
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
コメント