Sdk Client Ssejs
Freeby MCP Community
Client transport alternative of @modelcontextprotocol/sdk/client base on sse.js. The main purpose is make it working on React Native with llama.rn.
v1.0.4Added Apr 12, 2026
react-nativellama-rnmcpsdksse
Sdk Client Ssejs MCP Server
Client transport alternative of @modelcontextprotocol/sdk/client base on sse.js. The main purpose is make it working on React Native with llama.rn.
Installation
Reviews
Installation
Quick install
npx -y mcp-sdk-client-ssejs
Add to claude_desktop_config.json
{
"mcpServers": {
"sdk-client-ssejs": {
"command": "npx",
"args": ["-y", "mcp-sdk-client-ssejs"]
}
}
}