Clix MCP Server
Clix MCP Server implements the Model Context Protocol (MCP), an open standard for enabling LLMs to interact with external tools and data. Key capabilities:- Documentation Search — Search across Clix docs (user guides, API reference, troubleshooting, best practices) with semantic ranking.
- SDK Search — Search across Clix SDKs (iOS, Android, Flutter, React Native) and implementation examples. Discover SDK symbols and retrieve production‑ready snippets.
Integration Guide
Requirements
- Node.js 18 or above
- An MCP-compatible client (e.g., Cursor, Visual Studio Code, Claude Code CLI, Codex CLI)
Install
Configure .mcp.json
Create or update the.mcp.json at your project root (or the configuration location your MCP client uses).
Recommended configuration using npx:
Use Clix MCP Server with Popular MCP Clients and IDEs
- Android Studio
- Xcode
- Cursor
- Google Antigravity
- VS Code
- Claude Code CLI
- Codex CLI
- Claude Desktop App
Option 1: GitHub Copilot plugin in Android Studio
- Add GitHub Copilot plugin to Android Studio by clicking File (Android Studio on MacOS) > Settings > Plugins > GitHub Copilot - Your AI Pair Programmer
- Configure the Clix MCP Server by clicking File (Android Studio on MacOS) > Settings > Tools > GitHub Copilot > Model Context Protocol (MCP) > Configure
- Add the Clix MCP Server configuration to the
mcp.json
Option 2: Using MCP Server plugin from JetBrains with popular MCP Clients
This option allows developers to work in an MCP client while still using Android Studio IDE features via the JetBrains MCP server.- Install the MCP Server plugin from JetBrains by clicking File (Android Studio on MacOS) > Settings > Plugins > MCP Plugin
- Add the Clix MCP Server and JetBrains MCP proxy configuration to your MCP client.
- Open the Android Studio and your MCP client at the same time, and use your MCP client to work on your project.
Option 3: Gemini in Android Studio’s Agent
- Add an MCP server to Gemini in Android Studio
- Add the Clix MCP Server configuration to the
mcp.json
Build from Source (Optional)
If you prefer to build from source or need the latest development version:.mcp.json to point to the built executable:
Feedback & Contributions
We welcome bug reports, feature requests, and community contributions. If you have any feedback, please open an issue or pull request:- GitHub repository: https://github.com/clix-so/clix-mcp-server
- Package & release notes: https://www.npmjs.com/package/@clix-so/clix-mcp-server