MCP.so
登录

mcp-init

@stephencme

关于 mcp-init

Create a new MCP server in TypeScript, batteries included.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

stephencme

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-init": {
      "command": "npx",
      "args": [
        "create-mcp-ts",
        "your-server",
        "--template=mcp-ts-template-default"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器