mcp-init
@stephencme
mcp-init について
Create a new MCP server in TypeScript, batteries included.
基本情報
設定
以下の設定を使って、このサーバーを 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
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント