MCP Directory
Back

mcp-sdk-client-ssejs

by mybigday · TypeScript · ★ 0

Client transport alternative of @modelcontextprotocol/sdk/client base on sse.js. The main purpose is make it working on React Native with llama.rn.

Install

npx -y github:mybigday/mcp-sdk-client-ssejs

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sdk-client-ssejs": {
      "command": "npx",
      "args": [
        "-y",
        "github:mybigday/mcp-sdk-client-ssejs"
      ]
    }
  }
}

From the README

[](https://github.com/mybigday/mcp-sdk-client-ssejs/actions) [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/mcp-sdk-client-ssejs/) Client transport alternative of [@modelcontextprotocol/sdk/client](https://www.npmjs.com/package/@modelcontextprotocol/sdk#writing-mcp-clients) base on [sse.js](https://www.npmjs.com/package/sse.js). The main purpose is make it working on React Native with [llama.rn](https://github.com/mybigday/llama.rn). Supports: - Streamable HTTP - SSE - For use in React Native, you may need enable in the project's metro config. - Or you can try to…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers