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 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 the Model Context Protocol (MCP), an open standard for enabling LLMs to interact with external tools and data.
Key capabilities:
- 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.
Installation
Prerequisites
- Node.js >= 18
Quick Start
Install Clix MCP Server:
npm i -g @clix-so/clix-mcp-server@latest
Create or update the .mcp.json at your project root (or the configuration
location your MCP client uses). Using npx ensures you always run the latest
published version:
Shared MCP configuration
Add Clix with:
{
"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).
Claude Code Configuration
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
Codex Configuration
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.
Command-Line Options
clix-mcp-server [options]
--version, -v Show version
--help, -h Show help
Usage
This package runs as an MCP server. Once configured in your MCP client, you can
invoke search_docs and search_sdk directly from the client’s tool palette or
assistant UI.
Notes:
- 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)
Local 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.
Contributing
Contributions are welcome! Please read our guidelines in CONTRIBUTING.md and open an issue to discuss significant changes before submitting a PR.
Support
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.
License
MIT License with Custom Restrictions - see LICENSE for details.
Resources
相关服务器
Scout Monitoring MCP
赞助Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
赞助Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
DeployHQ
A Model Context Protocol (MCP) server for DeployHQ that enables AI assistants like Claude Desktop and Claude Code to interact with your DeployHQ deployments.
Jimeng
Integrates Jimeng AI for image generation.
Azure DevOps MCP Server for Cursor
An MCP server for Azure DevOps with tools for project management, work items, pull requests, builds, tests, and more.
AppSignal MCP
Integrate with the AppSignal monitoring API to query and fetch error and performance data.
Wopee MCP
AI testing agents for web apps — dispatch test runs, analysis crawls, and AI agent tests, fetch artifacts and project status
Placid.app
Generate images and videos from templates using the Placid.app API.
ask-gemini-mcp
MCP server that enables AI assistants to interact with Google Gemini CLI
Remote MCP Server (Authless)
An authentication-free, remote MCP server designed for deployment on Cloudflare Workers or local setup via npm.
Rollbar
Access Rollbar project data for error monitoring and debugging.
HeyBeauty
Perform virtual try-ons using the HeyBeauty API.