Clix MCP Server
Clix MCP Server for assisting Clix SDK/API integrations with semantic search across Clix docs and SDK source (iOS, Android, Flutter, React Native).
Clix MCP Server
Clix MCP Server implements the Model Context Protocol (MCP), an open-source standard that allows large language models to interact with external tools and data sources.
It provides two developer‑focused tools that keep you in flow while integrating Clix:
- Documentation Search — Search across Clix documentation: user guides, API reference, troubleshooting, and best practices.
- SDK Search — Search across Clix SDKs (iOS, Android, Flutter, React Native) and integration examples. Discover SDK symbols (types, methods, parameters) and retrieve production‑ready snippets.
Installation
Prerequisites
- Node.js >= 18
Quick Start
Add to your MCP client configuration:
{
"mcpServers": {
"clix": {
"command": "npx",
"args": ["-y", "@clix-so/clix-mcp-server@latest"]
}
}
}
Restart your MCP client to load the configuration.
Available Tools
| Tool | Command | Description |
|---|---|---|
| Docs Search | search_docs | Semantic search across official Clix documentation |
| SDK Search | search_sdk | Search SDK source code and implementation examples |
Command-Line Options
clix-mcp-server [options]
--version, -v Show version
--help, -h Show help
Development
Local Setup
# 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-server with your actual project path.
License
MIT License with Custom Restrictions - see LICENSE for details.
Resources
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Tencent Cloud Code Analysis
An official MCP server for Tencent Cloud Code Analysis (TCA) to quickly start code analysis and obtain reports.
GraphQL Schema
Exposes GraphQL schema information to LLMs, allowing them to explore and understand the schema using specialized tools.
Stackzero Labs MCP
A server for generating Stackzero Labs UI components.
Untun
Create secure tunnels to expose local servers to the internet using untun.
CC Token Saver
Use a local LLM for smaller or specialized tasks within Claude to save tokens.
Remote MCP Server on Cloudflare (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication, featuring customizable tools.
ZEN University Syllabus
An MCP server to access and utilize content from the ZEN University syllabus.
nf-core MCP Server
Manage and navigate local nf-core pipeline repositories.
Unified MCP Client Library
A TypeScript library for integrating MCP with tools like LangChain and Zod, providing helpers for schema conversion and event streaming.
Codelogic
Utilize Codelogic's rich software dependency data in your AI programming assistant.