MCP Directory
Back

typescript-sdk-rn

by JXnan · TypeScript · ★ 0

The MCP SDK, which has been modified based on the modelcontextprotocol, is suitable for React Native.

Install

npx -y github:JXnan/typescript-sdk-rn

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "typescript-sdk-rn": {
      "command": "npx",
      "args": [
        "-y",
        "github:JXnan/typescript-sdk-rn"
      ]
    }
  }
}

From the README

> 🎯 **React Native 优化版本的 MCP SDK** > 专为 React Native 环境设计,使用 **inMemory** 传输方式,实现客户端和服务端在同一进程内高效通信。 - ✅ **完全兼容 React Native** - 无 Node.js 特定依赖 - ✅ **零网络开销** - Client 和 Server 在同一进程内通信 - ✅ **类型安全** - 完整的 TypeScript 类型支持 - ✅ **简单易用** - 开箱即用的 API - ✅ **轻量级** - 移除了 HTTP/stdio 等传输层,只保留核心功能 - ✅ **高性能** - 内存直传,无序列化开销 在 React Native 环境中,使用 inMemory 传输有以下优势: 1. **零网络开销** - Client 和 Server 在同一进程,无需 HTTP/WebSocket 2. **简单可靠** - 没有网络错误、连接断开等问题 3. **高性能** - 直接内存传递,无序列化/反序列化开销 4. **易于调试** - 所有通信都在同一进程,方便断点调试 5. **完全离线** - 不依赖任何网络连接 | 特性 | 原版 SDK | RN 版本 | |------|----------|---------| | HTTP 传输 | ✅ | ❌…
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 other servers