MCP.so
登录

SSE-based Server and Client for

@goyatparmod

关于 SSE-based Server and Client for

sse base remote mcp server and client

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

goyatparmod

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "sse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@sidharthrajaram/mcp-sse",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器