SSE MCP Server Example
An example MCP Server demonstrating Server-Sent Events (SSE) usage.
SSE-MCP-SERVER EXAMPLE
서버 실행 이후 mcp-remote 설치가 필요 npm install -g mcp-remote
claude 설정을 위한 claude_desktop_config.json 수정 필수 { "mcpServers": { "remote-example": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8080/api/v1/sse" ] } } }
Related Servers
공공 API 연동 MCP 샘플
Integrates the Korea Meteorological Administration's public weather API to provide climate data.
PGYER
MCP Server for PGYER platform, supports uploading, querying apps, etc.
Chrome DevTools MCP
Debug web applications by connecting to Chrome's developer tools via the Chrome DevTools Protocol.
Chart
A Model Context Protocol server for generating visual charts using AntV.
MCP Servers Nix
A Nix-based configuration framework for deploying MCP servers with ready-to-use packages, supporting modular and reproducible builds.
Arduino MCP Server
Control an Arduino board from your computer using AI commands.
Unified MCP Client Library
A TypeScript library for integrating MCP with tools like LangChain and Zod, providing helpers for schema conversion and event streaming.
Starwind UI
Provides tools to help developers work with Starwind UI components.
AiCore Project
A unified framework for integrating various language models and embedding providers to generate text completions and embeddings.
ID Generator MCP
Generate unique IDs using various algorithms like UUID, CUID2, Nanoid, and ULID.