AndrewLeonardi/pinch-cli
Build, test, and deploy MCP servers with custom frontends — from your terminal
<div align="center"> <h1>pinch</h1> <p><strong>Build tools for AI agents. No experience required.</strong></p>
<a href="https://www.npmjs.com/package/pinch-cli"></a> <a href="https://www.npmjs.com/package/pinch-cli"></a> <a href="https://github.com/AndrewLeonardi/pinch-cli/blob/main/LICENSE"></a> </div>
---
Pinch lets you create tools that AI assistants like Claude and ChatGPT can use. Describe what you want, AI writes the code, and Pinch handles everything else — testing, deploying, hosting.
You don't need to be a developer. If you can describe what a tool should do in plain English, you can build one.
Anything you'd want an AI to do for you:
---
You need Node.js installed on your computer. If you don't have it:
node --version and press Enter — you should see a version numberOpen your terminal and run:
npx pinch-cli init my-first-tool> What's happening? npx downloads and runs Pinch. init means "create a new project." my-first-tool is the name.
You'll be asked a few questions:
Pinch c
Loading reviews...