Clix MCP Server
About
Clix MCP Server for assisting Clix SDK/API integrations with semantic search across Clix docs and SDK source (iOS, Android, Flutter, React Native).
Details
- Author
- clix-so
- Categories
- Developer Tools, Knowledge Base, Search, Other, API
Jump to
MCP Client Configuration for Local Development
Before the package is published, configure your MCP client to use the local build:
{ "mcpServers": { "clix": { "command": "node", "args": ["/absolute/path/to/clix-mcp-server/dist/index.js"] } } }
Replace/absolute/path/to/clix-mcp-serverwith your actual project path.
Contributions are welcome! Please read our guidelines inCONTRIBUTING.mdand open an issue to discuss significant changes before submitting a PR.
If you encounter issues or have feature requests, please open an issue on GitHub. For usage questions, check the docs and examples returned by the tools.
MIT License with Custom Restrictions - seeLICENSEfor details.
- Documentation
- GitHub Issues
- Clix Dashboard
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Interact with an MCP registry to check health, list entries, and get server details.
Search and get recommendations from the official Expo documentation.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
An MCP server tailored for React Native–first development using Gluestack UI
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.
A TypeScript MCP server to access Apifox API data via Stdio.
Provides API documentation from Apifox projects as a data source for AI programming tools that support MCP.
Clix MCP Server enables AI agents to deliver real‑time, trustworthy Clix documentation and SDK code examples for seamless integrations right inside any MCP‑compatible client.
Clix MCP Server implements theModel Context Protocol (MCP), an open standard for enabling LLMs to interact with external tools and data.
- Documentation Search— Search Clix docs (user guides, API reference, troubleshooting, best practices) with semantic ranking.
- SDK Search— Explore Clix SDKs (iOS, Android, Flutter, React Native) and implementation examples. Discover SDK symbols and retrieve production‑ready snippets.
npm i -g @clix-so/clix-mcp-server@latest
Create or update the.mcp.jsonat your project root (or the configuration location your MCP client uses). Usingnpxensures you always run the latest published version:
{ "mcpServers": { "clix-mcp-server": { "command": "npx", "args": ["-y", "@clix-so/clix-mcp-server@latest"] } } }
Place this in your client’s MCP config (e.g., VS Code extension settings,~/.cursor/mcp.json, or your Copilot client’s MCP settings).
Open your terminal to access the Claude Code CLI. Run the following command to register the Clix MCP Server.
claude mcp add --transport stdio clix-mcp-server -- npx -y @clix-so/clix-mcp-server@latest
Open~/.codex/config.toml. Add the following configuration and restart the Codex CLI:
[mcp_servers] [mcp_servers.clix] command = "npx" args = ["-y", "@clix-so/clix-mcp-server@latest"]
Restart your MCP client to load the configuration.
clix-mcp-server [options] --version, -v Show version --help, -h Show help
This package runs as an MCP server. Once configured in your MCP client, you can invokesearch_docsandsearch_sdkdirectly from the client’s tool palette or assistant UI.
- Network access is required to fetch documentation pages and SDK source files.
- Default timeouts and result counts can be tuned via environment variables:
- DOCS_SEARCH_MAX_RESULTS(default: 3)
- SDK_SEARCH_MAX_RESULTS(default: 3)
# Clone and install git clone https://github.com/clix-so/clix-mcp-server.git cd clix-mcp-server npm install # Build npm run build # Run tests npm test # Development mode (watch for changes) npm run dev
MCP Client Configuration for Local Development
Before the package is published, configure your MCP client to use the local build:
{ "mcpServers": { "clix": { "command": "node", "args": ["/absolute/path/to/clix-mcp-server/dist/index.js"] } } }
Replace/absolute/path/to/clix-mcp-serverwith your actual project path.
Contributions are welcome! Please read our guidelines inCONTRIBUTING.mdand open an issue to discuss significant changes before submitting a PR.
If you encounter issues or have feature requests, please open an issue on GitHub. For usage questions, check the docs and examples returned by the tools.
MIT License with Custom Restrictions - seeLICENSEfor details.
- Documentation
- GitHub Issues
- Clix Dashboard
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Interact with an MCP registry to check health, list entries, and get server details.
Search and get recommendations from the official Expo documentation.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
The MCP server for Bitrix24 provides AI assistants with structured access to the Bitrix24 API. It delivers up-to-date method descriptions, parameters, and valid values, allowing assistants to work with precise data instead of guesswork. This reduces code errors and accelerates Bitrix24 integration development.
Extentos is a multi-vendor development platform for adding smart-glasses capabilities to existing iOS and Android apps. The simplest analogy is Stripe for smart glasses
An MCP server tailored for React Native–first development using Gluestack UI
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.
A TypeScript MCP server to access Apifox API data via Stdio.
Provides API documentation from Apifox projects as a data source for AI programming tools that support MCP.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




