Loading languages...
MC

mcp-server-template

@larryhudson1

A template for making an MCP server with TypeScript

template
typescript
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "[the-library]": {
      "command": "npx",
      "args": [
        "-y",
        "@larryhudson/[the-library]"
      ],
      "env": {
        "API_KEY_ENV_VAR": "${input:some_secret_api_key}"
      }
    }
  }
}

# stdio

npx -y @larryhudson/[the-library]
Transport:
stdio
Language:
JavaScript
Created:4/26/2025
Updated:5/24/2025