mcp-sdk-client-ssejs
Overview
A client transport alternative for the MCP SDK using sse.js, intended for React Native with llama.rn.
Capabilities
- • tool calling support
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • tool call interface
Best For
Client transport for MCP SDK using sse.js, compatible with React Native and llama.rn.
Decision Snapshot
Install
available
Usage
available
Config
3 strong hints
Capabilities
8 key capabilities detected
- • Source provenance count: 1
- • Last seen: 3/25/2026
- • Published: 3/16/2026
Installation / Setup
npm install @modelcontextprotocol/sdk && npm install mcp-sdk-client-ssejs
Usage
SSEJSStreamableHTTPClientTransport
Features
- • tool calling support
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • tool call interface
- • github integration
- • workflow automation support
Use Cases
- • Supports capabilities such as: tool calling support; stdio transport support; network transport options.
- • Common usage themes: react-native, llama-rn, mcp, sdk.
Supported Clients / Integrations
- • tool calling support
- • stdio transport support
- • network transport options
- • resource handlers
- • prompt templates
- • tool call interface
- • github integration
- • workflow automation support
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• SSEJSStreamableHTTPClientTransport
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: npm Registry Search API
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
mcp-remote
mcp-remote is a remote proxy for the Model Context Protocol (MCP), enabling local clients to connect to remote servers via oAuth.
@laskarks/mcp-rag-node
A simple MCP RAG server implemented in TypeScript/JavaScript, utilizing the @modelcontextprotocol/sdk.
@upstash/context7-mcp
Context7 is a specialized MCP server that provides extended context management for AI assistants. It maintains conversation context across long sessions, enabling AI models to reason about complex, multi-turn interactions without losing track of earlier exchanges. Editor's Review: Context7 solves a fundamental problem with LLM-based AI assistants—limited context windows. By intelligently managing what context to retain and how to retrieve it, Context7 enables AI assistants to maintain coherence over much longer interactions than would otherwise be possible. This is particularly valuable for complex debugging sessions, architectural design discussions, or any workflow where earlier decisions inform later ones. The server is well-documented and straightforward to configure. If you find that AI assistants lose track of your project details in long sessions, Context7 is one of the most practical solutions available.
@modelcontextprotocol/sdk
TypeScript/JavaScript implementation of the Model Context Protocol (MCP).
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.