MCP Directory
Back

mcp-tutorial

by lynnshaoyu · ★ 0

following some tutorials from https://modelcontextprotocol.io/

Install

git clone https://github.com/lynnshaoyu/mcp-tutorial.git

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:lynnshaoyu/mcp-tutorial"
      ]
    }
  }
}

From the README

following some tutorials from https://modelcontextprotocol.io/
Read full README on GitHub →

Related other servers