SSE-based Server and Client for
@goyatparmod
About SSE-based Server and Client for
sse base remote mcp server and client
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sse-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@sidharthrajaram/mcp-sse",
"--client",
"claude"
]
}
}
}Tools
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 SSE-based Server and Client for?
It demonstrates a Server-Sent Events (SSE) based MCP server and a standalone MCP client that uses tools from the server. This pattern enables decoupled, cloud‑native communication between MCP servers and clients, as opposed to the STDIO pattern where the client spawns the server as a subprocess. It is for developers building remote MCP agent systems.
How to use SSE-based Server and Client for?
Set the ANTHROPIC_API_KEY environment variable. Run the server with uv run weather.py (optionally with --host and --port flags) then run the client with uv run client.py http://<server>:<port>/sse. The client connects to the SSE endpoint and lists available tools. You can also install via Smithery for Claude Desktop using npx -y @smithery/cli install @sidharthrajaram/mcp-sse --client claude.
Key features of SSE-based Server and Client for
- Demo SSE‑based MCP server with weather tools
More Other MCP servers
ICSS
chokcoco不止于 CSS
ghidraMCP
LaurieWiredMCP Server for Ghidra
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments