Model Context Protocol (MCP) server configuration and tool manifest for appwrite/sdk-for-react-native
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sdk-for-react-native": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sdk-for-react-native"
]
}
}
}