create-mcp-server
@bsmi021
create-mcp-server について
A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"create-advanced-mcp-server": {
"command": "npx",
"args": [
"create-advanced-mcp-server",
"my-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is create-mcp-server?
create-mcp-server is a CLI tool that scaffolds a complete Model Context Protocol (MCP) server project with optional web capabilities. It follows the MCP Advanced Node specification and is intended for developers starting a new MCP server from a robust TypeScript foundation.
How to use create-mcp-server?
Install globally with npm install -g create-advanced-mcp-server, then run npx create-advanced-mcp-server my-mcp-server to generate a project interactively. Use flags like --yes for defaults, --skip-install to skip dependency installation, or --verbose for detailed output.
Key features of create-mcp-server
- Generates a complete MCP server project structure
- Supports optional web API, WebSocket, and database integration
- TypeScript-based with modern ES modules
- Includes Prisma ORM integration (optional)
- Express-based web API (optional)
- WebSocket server integration (optional)
- Example implementations for tools, resources, and prompts
Use cases of create-mcp-server
- Quickly bootstrap a new MCP server project
- Start with a structured, best-practice architecture
- Add optional web or database layers without manual setup
FAQ from create-mcp-server
What runtime does the generated project require?
The generated project requires Node.js and npm (or another package manager) to install dependencies and run the server.
What project options can I pass when creating a server?
You can use --yes to accept all defaults, --skip-install to skip installing dependencies, and --verbose for detailed logs during scaffolding.
What is the license for create-mcp-server?
The project is distributed under the MIT license.
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント