examples

WebMCP-org/examples
★ 23 stars TypeScript 🌐 Browser/Web Updated 13d ago
MCP-B Examples - Browser-native Model Context Protocol implementations
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": {
    "examples": {
      "command": "npx",
      "args": [
        "-y",
        "WebMCP-org/examples"
      ]
    }
  }
}