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.
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
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
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论