MCP Directory
Back

MCP-Demos

by ausosagie · ★ 0

Follows the demos for MCP Clients and Servers from modelcontextprotocol.io

Install

git clone https://github.com/ausosagie/MCP-Demos.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-demos": {
      "command": "npx",
      "args": [
        "-y",
        "github:ausosagie/MCP-Demos"
      ]
    }
  }
}

Related other servers