create-mcp-server
@bsmi021
About create-mcp-server
A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities
Basic information
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.
More Other MCP servers
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments