The MCP SSE Server enables real-time communication between an AI system and clients through Server-Sent Events (SSE), providing:
Tool Execution: Perform arithmetic operations using defined tools:
Addition via the
addtool (inputs:aandbnumbers)Multiplication via the
multiplytool
Dynamic Resource Access: Retrieve dynamically generated resources using URI templates (e.g.,
greeting://{name}for personalized greetings)Session Management: Support for multiple clients with proper session handling
Debugging: Detailed logging capabilities for troubleshooting and monitoring
Real-time Communication: Efficient interactions between server and clients via SSE
Implements an MCP server using Express.js to provide SSE (Server-Sent Events) for real-time communication between clients and the AI system
Used for package management and running scripts for the MCP server and client examples
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP SSE Serveradd 15 and 27"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.