mcp-sse-demo

cnych/mcp-sse-demo
★ 97 stars TypeScript 🤖 AI/LLM Updated 3mo ago
claude mcp sse demo with server and client(cli、web)
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": {
    "mcp-sse-demo": {
      "command": "npx",
      "args": [
        "-y",
        "cnych/mcp-sse-demo"
      ]
    }
  }
}