Skip to content

React Native Sqlite

Free

by MCP Community

Universal React Native SQLite MCP Server

v1.0.3Added Apr 12, 2026
mcpreact-nativesqliteclaudecursor
Works with:ClaudeGPTGeminiCopilot

React Native Sqlite MCP Server

Universal React Native SQLite MCP Server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y react-native-sqlite-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "react-native-sqlite": {
      "command": "npx",
      "args": ["-y", "react-native-sqlite-mcp"]
    }
  }
}