
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
create-mcp-server-cli
Advanced tools
Scaffold a new MCP server in 10 seconds. The create-react-app of Model Context Protocol.
Scaffold a new MCP (Model Context Protocol) server in 10 seconds.
npx create-mcp-server
Generates a complete, ready-to-build MCP server project with:
package.json with @modelcontextprotocol/sdk and zod dependenciestsconfig.json configured for ES2022 + NodeNextsrc/index.ts with a working MCP server and example toolsREADME.md with build and configuration instructions.gitignorenpx create-mcp-server
You will be prompted for:
| Prompt | Default | Description |
|---|---|---|
| Project name | my-mcp-server | Directory name and package name |
| Description | A custom MCP server | Package description |
| Number of example tools | 2 | How many starter tools to include (1-5) |
Depending on how many you choose, the generated server includes:
cd my-mcp-server
npm install
npm run build
Then add to your .mcp.json:
{
"mcpServers": {
"my-mcp-server": {
"command": "node",
"args": ["path/to/my-mcp-server/dist/index.js"]
}
}
}
Want to add on-chain tools to your MCP server? Check out obsd-launchpad-mcp -- deploy tokens, trade on bonding curves, and claim fees, all from your MCP server.
npx -y obsd-launchpad-mcp
Built by THRYXAGI
FAQs
Scaffold a new MCP server in 10 seconds. The create-react-app of Model Context Protocol.
We found that create-mcp-server-cli 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.