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
MCP Docs ServerA lightweight Model Context Protocol (MCP) server that provides direct access to local documentation...View
AlertmanagerPrometheus Alertmanager MCP is a Model Context Protocol (MCP) server for Prometheus Alertmanager. It...View
Volatility3 MCP ServerVolatility3 MCP Server is a powerful tool that connects MCP clients like Claude Desktop with Volatil...View
MCP Spec NavigatorView
Auto API - YApi一个基于 Model Context Protocol (MCP) 的 YApi 接口信息获取工具View
nUR MCP ServerMCP (Model Context Protocol) is a communication protocol developed by Anthropic (open-sourced in Nov...View