By clix-so
A Model Context Protocol server enabling AI agents to deliver real-time, trustworthy Clix documentation and SDK code examples. Provides documentation search with semantic ranking, SDK source code search across iOS/Android/Flutter/React Native, and CLI installation guides.
npx claudepluginhub clix-so/clix-mcp-server --plugin clix-mcp-serverClix 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:
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:
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).
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
invoke search_docs and search_sdk directly from the client’s tool palette or
assistant UI.
Notes:
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
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.
Contributions are welcome! Please read our guidelines in CONTRIBUTING.md and 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 - see LICENSE for details.
Complete developer workflow toolkit. Includes 34 reference skills, 34 specialized agents, and 21 slash commands covering TDD, debugging, code review, architecture, documentation, refactoring, security, testing, git workflows, API design, performance, UI/UX design, plugin development, and incident response. Full SDLC coverage with MCP integrations.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.