create-mcp-server

by bsmi021

2 stars
333 downloads
Not rated
GitHub Website

About

A comprehensive architecture for building robust Model Context Protocol (MCP) servers with integrated web capabilities

Details

Author
bsmi021
GitHub stars
2
Downloads
333
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name create-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "create-mcp-server": {
            "create-advanced-mcp-server": {
                "command": "npx",
                "args": [
                    "create-advanced-mcp-server",
                    "my-mcp-server"
                ]
            }
        }
    }
}

McpServers

{
    "create-advanced-mcp-server": {
        "command": "npx",
        "args": [
            "create-advanced-mcp-server",
            "my-mcp-server"
        ]
    }
}

create-mcp-server

A CLI tool to scaffold a Model Context Protocol (MCP) server with integrated web capabilities.

This package creates a fully structured MCP server project following the architecture documented in the MCP Advanced Node specification, providing a robust foundation for MCP server development.

Features

- Generates a complete MCP server project structure
- Configurable options for 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
- Full error handling and logging infrastructure
- Configuration system with environment variable support

Installation

npm install -g create-advanced-mcp-server

Usage

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.