MCP Directory
Back

mcp-tutorial

by wafuwafu13 · TypeScript · ★ 0

https://modelcontextprotocol.io/quickstart/server#node

Install

npx -y github:wafuwafu13/mcp-tutorial

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-tutorial": {
      "command": "npx",
      "args": [
        "-y",
        "github:wafuwafu13/mcp-tutorial"
      ]
    }
  }
}

Related other servers