streamable-mcp-server-template

iceener/streamable-mcp-server-template
★ 125 stars TypeScript 🔒 Security Updated 23d ago
Production-ready MCP server template with Streamable HTTP transport. Supports Node.js (Hono) and Cloudflare Workers. Includes OAuth 2.1, multi-tenant sessions, tool/resource/prompt registration, and AES-256-GCM token encryption.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "streamable-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "iceener/streamable-mcp-server-template"
      ]
    }
  }
}