Labsco
MCP SERVER

Clix MCP Server

by clix-so

Search Clix's documentation and its SDK source across iOS, Android, Flutter and React Native, and get the content back rather than a link to it.

Framework & SDK Documentation LookupVerified
Summary
Each tool answers with content rather than a link, which is the difference between being told where to read and being handed the text.

search_docs runs a semantic search over the published documentation index and returns the documentation itself with its context, so a setup or troubleshooting question resolves without leaving the editor. search_sdk goes a level lower and fetches implementation code from the platform repositories, which is what you want at the point where documented behaviour and observed behaviour disagree. Because platform is a parameter on search_sdk rather than an inference, a cross-platform question is answered one platform at a time instead of in a single sweep.

What it is

A documentation and source search server for the Clix SDK, with a semantic search over the official documentation index and a source search across the iOS, Android, Flutter and React Native repositories.

What you get
  • Documentation search that answers with content: search_docs runs a semantic search over the official Clix documentation index and returns the documentation text with the surrounding context, capped by maxResults, covering SDK setup and initialisation, push notification handling and troubleshooting.
  • SDK source search scoped by platform: search_sdk takes a platform and returns the implementation code with context from the Clix SDK repositories — Swift for iOS, Kotlin for Android, Dart for Flutter and TypeScript for React Native — for finding a specific method or class implementation.
Requirements

No credentials are configured on the server.

Setup effort

One command — npx -y @clix-so/clix-mcp-server@latest