greetings fellow vibe-coders
i just made a cli tool to help you set up a custom mcp server for cursor (deployed on cloudflare workers) in less than 2 minutes.
https://github.com/zueai/create-mcp
all you need to do is run
bun create mcp
which will clone a template repo, install dependencies, deploy it to cloudflare workers, and generate the command, and finally copy it to your clipboard so you can paste it in your cursor settings.
why cloudflare workers?
honestly? vibes and good dx. also deployments are blazing fast.
i don’t like running mcp servers locally, and i’m pretty sure most of you don’t either. now you don’t have to run a node process if you just want to create and use minimal api wrapper mcp tools in cursor.
all you have to do is write functions. put your descriptions and params in jsdoc comments and it just works.
anyways, please let me know what you think, and contributions are extremely welcome!
happy hacking