create-mcp-server
@bsmi021
About create-mcp-server
A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"create-advanced-mcp-server": {
"command": "npx",
"args": [
"create-advanced-mcp-server",
"my-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
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
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mlops
visengerA curated list of references for MLOps
Comments