This project demonstrates the integration between LLM clients and MCP (Model Context Protocol) servers using Server-Sent Events (SSE) for real-time communication.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"llm-sse-mcp-demo-202": {
"command": "npx",
"args": [
"-y",
"nlinhvu/llm-sse-mcp-demo-2025"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add llm-sse-mcp-demo-202 npx -y nlinhvu/llm-sse-mcp-demo-2025
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"llm-sse-mcp-demo-202": {
"command": "npx",
"args": [
"-y",
"nlinhvu/llm-sse-mcp-demo-2025"
]
}
}
}
📋 Copy