Create MCP App - Secure MCP Server by ALMC Security 2025

Create MCP App

View on GitHub

create-mcp-app

Generate Model Context Protocol (MCP) servers in TypeScript.

Usage

npm create mcp-app [project-name]

Creates MCP server with:

  • Calculator, Weather, or Filesystem examples
  • Professional TypeScript structure
  • Claude Desktop integration

Generated Structure

project/
├── src/
│   ├── index.ts
│   ├── tools/
│   ├── schemas/
│   └── handlers/
├── package.json
├── tsconfig.json
└── claude_desktop_config.json

Development

npm install
npm run build
npm start

Claude Desktop Setup

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "project-name": {
      "command": "node",
      "args": ["path/to/project/dist/index.js"]
    }
  }
}

Related in Development - Secure MCP Servers

ServerSummaryActions
Jupyter Earth MCP ServerView
YAPI MCP ServerThis is a Model Context Protocol (MCP) server that provides access to YAPI interface details.View
PrefectThis repository provides a Prefect MCP server configuration using the prefect-mcp-server package wit...View
DevContextEmpower your development workflow with intelligent context awareness - DevContext understands your c...View
CODING DevOpsCODING DevOps MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器实现,用于与 CODING DevOps...View
NuGet Package READMEView