@yassinello/create-mymcp
v0.3.1
Published
Set up your personal MCP server in minutes — interactive installer for MyMCP
Maintainers
Readme
create-mymcp
Interactive installer for MyMCP — your personal AI backend.
Usage
npx @yassinello/create-mymcp@latestWhat it does
- Clones the MyMCP repo into a new directory
- Asks which tool packs you want (Google Workspace, Obsidian, Browser, Slack, Notion)
- Collects your API credentials interactively
- Generates a
.envfile with your config - Installs dependencies
- Deploys to Vercel (optional)
Requirements
- Node.js 18+
- git
Staying up to date
The installer sets up an upstream remote automatically. To pull updates:
git fetch upstream && git merge upstream/mainYour .env is never overwritten — all config lives in env vars, not in code.
