mcp-server-starter

Axis-Data-Labs/mcp-server-starter
★ 0 stars TypeScript Code/Dev Tools Updated 9d ago
Minimal, production-ready TypeScript starter for MCP servers: stdio + streamable HTTP transports with optional bearer auth.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-starter": {
      "command": "npx",
      "args": [
        "-y",
        "Axis-Data-Labs/mcp-server-starter"
      ]
    }
  }
}

README Excerpt

A minimal, production-ready starter for building [Model Context Protocol](https://modelcontextprotocol.io) servers in TypeScript. One server definition runs two ways: over stdio for local clients, and over streamable HTTP when you deploy it, with optional bearer-token auth. - **Two transports, one definition.** Runs over stdio locally (Claude Code, Claude Desktop) and switches to streamable HTTP when `PORT` is set. Tools live in one place.

Topics

claudemcpmcp-servermodel-context-protocolstartertemplatetypescript