MCP (Model Context Protocol) is an open-source standard for connecting AI applications to external systems. For more information, please refer to the MCP documentation.
Remote Server
The easiest way to take advantage of Modellix Docs MCP is by using the remote URL. This provides a seamless experience without requiring local installation or configuration. Simply use the remote MCP server URL:Connect to Clients

Connect with Smithery
Connect with MCP.so
You can also connect to Modellix Docs MCP on MCP.so.OpenAI
Allow models to use remote MCP servers to perform tasks.How It Works
Once your AI application integrates with Modellix Docs MCP, it can directly search the Modellix documentation instead of performing a generic web search when responding to user prompts. Modellix Docs MCP provides access to all indexed content on the documentation site.- AI applications can proactively search Modellix documentation while generating responses, not just when explicitly requested.
- AI applications decide when to use the search tool based on the conversation context and the relevance of Modellix documentation to the current topic.
- Each search (tool call) occurs during the generation process, so AI applications retrieve the latest information from Modellix documentation to generate responses.
Search Filter Parameters
The MCP search tool supports optional filter parameters that AI applications can use to narrow down search results.| Field Name | Description |
|---|---|
version | Filter results to a specific documentation version. For example, v0.7. Only returns content with the specified version tag, or content that is common across all versions. |
language | Filter results to a specific language code. For example, en, zh, or es. Only returns content in the specified language, or content that is common across all languages. |
apiReferenceOnly | When set to true, only returns API reference documentation pages. |
codeOnly | When set to true, only returns code snippets and examples. |