Example MCP SSE Server
@yunusemredilber
About Example MCP SSE Server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Example MCP SSE Server?
Example MCP SSE Server is a Node.js implementation of the Model Context Protocol (MCP) that uses Server-Sent Events (SSE) for real-time communication. It provides a standardized way for applications to manage and communicate with models and resources.
How to use Example MCP SSE Server?
Clone the repository, run yarn install, then start the server with yarn dev (development, includes MCP inspector) or yarn start (production). The SSE endpoint is at /sse and the message endpoint at /messages. Change the default port (3001) by setting the PORT environment variable.
Key features of Example MCP SSE Server
- Implements the Model Context Protocol (MCP)
- Uses Server-Sent Events (SSE) for real-time communication
- Provides resource templating and management
- Simple development and production startup scripts
Use cases of Example MCP SSE Server
- Real‑time model interaction in web applications
- Standardized resource management across multiple clients
- Prototyping and debugging MCP integrations using the built‑in inspector
FAQ from Example MCP SSE Server
What are the runtime requirements?
Node.js v14 or higher and Yarn package manager are required.
What endpoints does the server expose?
/sse for establishing persistent SSE connections and /messages for sending messages to the MCP server.
How can I change the default port?
Set the PORT environment variable before starting the server, for example PORT=5000 yarn start.
What are the main dependencies?
The server uses the @modelcontextprotocol/sdk for MCP and Express as the web framework.
Can I run the server in production mode?
Yes, run yarn start to start the server in production mode without the MCP inspector.
Frequently asked questions
What are the runtime requirements?
Node.js v14 or higher and Yarn package manager are required.
What endpoints does the server expose?
`/sse` for establishing persistent SSE connections and `/messages` for sending messages to the MCP server.
How can I change the default port?
Set the `PORT` environment variable before starting the server, for example `PORT=5000 yarn start`.
What are the main dependencies?
The server uses the `@modelcontextprotocol/sdk` for MCP and Express as the web framework.
Can I run the server in production mode?
Yes, run `yarn start` to start the server in production mode without the MCP inspector.
Basic information
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or

Moxie Docs
Jackalope-DevAutomated codebase documentation for GitHub: searchable docs, MCP context for AI agents, doc drift detection, and Friday Cleanup PRs.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Comments