Communication|AI / ML|UtilitiesKotlin
rikkahub
RikkaHub is an Android APP that supports multiple LLM providers for conversations.
N/A rating (0 reviews)0 installs3,831 GitHub stars
AndroidLLMChatAIMulti-provider
RikkaHub is a native Android LLM chat client that allows users to switch between different AI providers seamlessly. It features multiple input methods, web access, and customization options for a versatile chat experience.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rikkahub": {
"args": [
"-y",
"@modelcontextprotocol/server-rikkahub"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.