mcp-init
@stephencme
About mcp-init
Create a new MCP server in TypeScript, batteries included.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-init": {
"command": "npx",
"args": [
"create-mcp-ts",
"your-server",
"--template=mcp-ts-template-default"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is mcp-init?
mcp-init is a scaffolding tool that creates a new MCP (Model Context Protocol) server project in TypeScript, batteries included. It requires zero build configuration and provides a curated build system via the mcp-scripts package, which uses tsup and esbuild. The tool is designed for developers who want to quickly start building, testing, and deploying MCP servers for clients like Cursor, Windsurf, and Claude Desktop.
How to use mcp-init?
Run npm init mcp-ts your-server to generate a new project, then cd your-server && npm run dev to start development with hot reloading. Use npm run setup to automatically configure the server in Cursor, Windsurf, and Claude Desktop. Custom templates can be specified with the --template flag (npm package or file path). To publish, set the version, build with npm run build, and run npm publish.
Key features of mcp-init
- Batteries-included setup with zero configuration
- Automatic client configuration via
npm run setup - Custom template support with
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments