MCP-server-template

sebastian-suarez/MCP-server-template
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
An MCP server.
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": {
    "mcp-server-template": {
      "command": "npx",
      "args": [
        "-y",
        "sebastian-suarez/MCP-server-template"
      ]
    }
  }
}

README Excerpt

A friendly TypeScript starter for Node.js ESM projects, with testing, linting, and formatting ready to go. - ⚡ TypeScript + Node.js ESM setup - 🧪 Vitest for fast, native ESM testing - 🧹 XO linting and Prettier formatting - 🧭 Import aliases via `package.json#imports` - Node.js 18+ ```bash npm install ```

Tools (1)

tsx