Zack Saadioui
4/24/2025
1
2
3
bash
mkdir my-mcp-server
cd my-mcp-server
1
package.json
1
2
bash
npm init -y
1
2
bash
npm install @modelcontextprotocol/sdk
1
index.js
1
index.ts
1
2
bash
touch index.js
1
index.js
1
2
bash
node index.js
1
2
bash
npm i -g vercel
1
2
bash
vercel --prod
1
2
bash
npm install -g wrangler
1
2
bash
wrangler init my-mcp-server
1
wrangler.toml
1
name
1
type
1
compatibility_date
1
2
bash
wrangler publish
1
2
bash
npx @modelcontextprotocol/inspector@latest
1
2
bash
npx @modelcontextprotocol/inspector
Copyright © Arsturn 2025