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
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
PermShell MCP
Execute shell commands with permission notifications.
Smithery Reference Servers
A collection of reference implementations for Model Context Protocol (MCP) servers in Typescript and Python, demonstrating MCP features and SDK usage.
Airflow MCP Server
Control Apache Airflow via its API using JWT authentication.
CIE - Code Intelligence Engine
Local code analysis MCP server with 25+ tools: semantic search, call graph tracing, dependency analysis, and symbol navigation. Built with Tree-sitter and CozoDB. Supports Go, Python, JS, TS.
ChemMCP
A collection of 19 professional tools for chemical molecular processing based on the Model Context Protocol (MCP).
VectorMCP
A Ruby gem for building Model Context Protocol (MCP) servers to expose tools, resources, and prompts to LLM clients.
MCP Jupyter Complete
A server for Jupyter notebook manipulation with position-based operations and VS Code integration.
Manim MCP Server
Executes Manim Python scripts to generate and return rendered video animations.
Galley MCP Server
Integrates Galley's GraphQL API with MCP clients. It automatically introspects the GraphQL schema for seamless use with tools like Claude and VS Code.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.