create-mcp-server
A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities
Overview
create-advanced-mcp-server is a CLI tool designed to scaffold a Model Context Protocol (MCP) server with integrated web capabilities, providing a robust foundation for MCP server development.
To use the tool, install it globally using npm and then run the command npx create-advanced-mcp-server <project-name> to create a new project. You can customize the project creation with various options such as skipping installation or using default settings.
- Generates a complete MCP server project structure - Configurable options for web API, WebSocket, and database integration - TypeScript-based with modern ES modules - Optional Prisma ORM integration - Optional Express-based web API - Full error handling and logging infrastructure - Configuration system with environment variable support
- Rapidly scaffold a new MCP server project for development.
- Integrate web capabilities into existing MCP server projects.
- Utilize the generated structure for educational purposes in learning about MCP architecture.
Add to your AI client
Use these steps to connect create-mcp-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"create-advanced-mcp-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-advanced-mcp-server-bsmi021"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"create-advanced-mcp-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-advanced-mcp-server-bsmi021"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"create-advanced-mcp-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-advanced-mcp-server-bsmi021"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"create-advanced-mcp-server-bsmi021": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-advanced-mcp-server-bsmi021"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"create-advanced-mcp-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-advanced-mcp-server-bsmi021"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"create-advanced-mcp-server-bsmi021": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-advanced-mcp-server-bsmi021"
]
}
}
}FAQ
What is the purpose of this tool?
It helps developers quickly set up a structured MCP server project.
Is it necessary to have prior knowledge of MCP to use this tool?
While prior knowledge is helpful, the tool is designed to guide users through the setup process.
Can I customize the generated project structure?
Yes! The tool provides options to customize various aspects of the project during creation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1826,"uuid":"402c934a-f4d3-429c-a06f-67b81f332b01","name":"create-advanced-mcp-server","title":"create-mcp-server","description":"A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities","avatar_url":"https://avatars.githubusercontent.com/u/5215575?v=4","created_at":"2025-03-05T05:33:09.931Z","updated_at":"2025-03-12T10:20:53.450Z","status":"created","author_name":"bsmi021","author_avatar_url":"https://avatars.githubusercontent.com/u/5215575?v=4","tags":"mcp,templates,scaffolder,claude-ai,mcp-servers,mcp-server,modelcontextprotocol","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/bsmi021/create-advanced-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-02 09:30:50\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]