mcp-boilerplate

Sh1nc0/mcp-boilerplate
★ 0 stars TypeScript AI/LLM Updated 7d ago
A modern, production-ready boilerplate for building Model Context Protocol (MCP) servers in TypeScript. Includes HTTP and Stdio transport support, extensible tool architecture, and comprehensive configuration management.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-boilerplate": {
      "command": "npx",
      "args": [
        "-y",
        "Sh1nc0/mcp-boilerplate"
      ]
    }
  }
}

README Excerpt

A modern and extensible boilerplate for building **Model Context Protocol (MCP)** servers in TypeScript. Start quickly with your own MCP server with well-structured architecture ready for production. --- The **Model Context Protocol** is an open standard created by Anthropic that enables AI models (like Claude) and applications to access external resources in a secure and standardized way.

Tools (1)

mytool