mcp-server-starter

enzoemir1/mcp-server-starter
★ 0 stars TypeScript AI/LLM Updated today
Minimal, production-ready Model Context Protocol (MCP) server template in TypeScript — stdio + HTTP, typed Zod tools, resource & prompt examples, tests & CI. Clone and ship your own MCP server in minutes. By Automatia BCN.
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-server-starter": {
      "command": "npx",
      "args": [
        "-y",
        "enzoemir1/mcp-server-starter"
      ]
    }
  }
}

README Excerpt

<div align="center"> **A minimal, production-ready [Model Context Protocol](https://modelcontextprotocol.io) server template in TypeScript.** Clone it, add your tools, and ship an MCP server your AI assistant can use — in minutes. By [Automatia BCN](https://automatiabcn.com) · Barcelona </div> --- Most MCP examples are either toy snippets or buried inside a framework. This is the in-between you actually want to start a real server:

Topics

aiboilerplateclaudellm-toolsmcpmodel-context-protocolstartertemplatetypescript