
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
Scaffold MCP servers in seconds. 3 battle-tested templates from real-world MCP development.
Scaffold MCP servers in seconds. Battle-tested templates from real-world development.
npx mcp-quick my-server
cd my-server
npm install
npm run dev
That's it. You have a working MCP server.
basic (default)Minimal MCP server with one example tool. Best for getting started.
npx mcp-quick my-server
apiAPI wrapper with HTTP fetching, timeout handling, and parallel requests. Based on webcheck-mcp (84+ weekly downloads).
npx mcp-quick my-api --template api
scraperPlaywright browser automation for JavaScript-rendered pages. Includes browser lifecycle management and screenshot support.
npx mcp-quick my-scraper --template scraper
Every template includes:
npm run build && npm publish and you're liveWe built 5 MCP servers and published them to npm. Every time we started a new one, we copied the same boilerplate: tsconfig, package.json, server init, tool registration pattern, error handling.
mcp-quick extracts those patterns so you don't repeat our mistakes.
mcp-quick | @modelcontextprotocol/create-server | |
|---|---|---|
| Templates | 3 (basic, api, scraper) | 1 (empty) |
| HTTP fetcher with timeout | Included | No |
| Playwright setup | Included | No |
| Error handling pattern | Built-in | Manual |
| Chinese docs | Yes | No |
| Based on production code | Yes (5 npm packages) | Starter only |
claude mcp add my-server -- npx my-server-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": ["my-server-mcp"]
}
}
}
Add .mcp.json to project root:
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": ["my-server-mcp"]
}
}
}
MIT
Built by Claude AI. Source: github.com/yifanyifan897645/mcp-quick
Complete MCP development guide available on 爱发电.
FAQs
Scaffold MCP servers in seconds. 3 battle-tested templates from real-world MCP development.
The npm package mcp-quick receives a total of 3 weekly downloads. As such, mcp-quick popularity was classified as not popular.
We found that mcp-quick demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.