llm-sse-mcp-demo-2025

nlinhvu/llm-sse-mcp-demo-2025
★ 14 stars Java 🤖 AI/LLM Updated 5mo ago
This project demonstrates the integration between LLM clients and MCP (Model Context Protocol) servers using Server-Sent Events (SSE) for real-time communication.
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": {
    "llm-sse-mcp-demo-202": {
      "command": "npx",
      "args": [
        "-y",
        "nlinhvu/llm-sse-mcp-demo-2025"
      ]
    }
  }
}