About MCP servers
The Model Context Protocol (MCP) is an open protocol that creates standardized connections between AI applications and external services, like documentation. Mintlify generates an MCP server from your documentation, preparing your content for the broader AI ecosystem where any MCP client like Claude, Cursor, Goose, ChatGPT, and others can connect to your documentation. Your MCP server exposes a search tool for AI applications to query your documentation. Your users must connect your MCP server to their tools.How MCP servers work
When an AI tool has your documentation MCP server connected, the AI tool can search your documentation directly instead of making a generic web search in response to a user’s prompt. Your MCP server provides access to all indexed content on your documentation site.- The LLM can proactively search your documentation while generating a response, not just when explicitly asked.
- The LLM determines when to use the search tool based on the context of the conversation and the relevance of your documentation.
- Each tool call happens during the generation process, so the LLM searches up-to-date information from your documentation to generate its response.
MCP compared to web search
AI tools can search the web, but MCP provides distinct advantages for documentation.- Direct source access: Web search depends on what search engines have indexed, which may be stale or incomplete. MCP searches your current indexed documentation directly.
- Integrated workflow: MCP allows the AI to search during response generation rather than performing a separate web search.
- No search noise: SEO and ranking algorithms influence web search results. MCP goes straight to your documentation content.
Access your MCP server
MCP servers are only available for public documentation. Documentation behind end-user authentication cannot generate an MCP server.
/mcp path. For example, Mintlify’s MCP server is available at https://mintlify.com/docs/mcp.
View and copy your MCP server URL on the MCP server page in your dashboard.

Hosted MCP servers use the
/mcp path in their URLs. Other navigation elements cannot use the /mcp path.Content filtering and indexing
Your MCP server searches content that Mintlify indexes from your documentation repository. File processing and search indexing control what content is available through your MCP server.File processing with .mintignore
If files match .mintignore patterns, Mintlify does not process or index them. These files are not available through your MCP server.
Search indexing with docs.json
By default, Mintlify only indexes pages included in your docs.json navigation for search through your MCP server.
Mintlify excludes hidden pages (pages not in your navigation) from the search index unless you choose to index all pages. To include hidden pages in your MCP server’s search results, add the seo.indexing property to your docs.json.
noindex: true to its frontmatter.
Use your MCP server
Your users must connect your MCP server to their preferred AI tools.- Make your MCP server URL publicly available.
- Users copy your MCP server URL and add it to their tools.
- Users access your documentation through their tools.
Example: Connect to the Mintlify MCP server
Connect to the Mintlify MCP server to search this documentation site within your preferred AI tool. This gives you more accurate answers about how to use Mintlify in your local environment and demonstrates how you can help your users connect to your MCP server.Using multiple MCP servers
Users can connect multiple MCP servers to their AI tools. Connected MCP servers do not consume context until the AI calls a search tool. The AI decides when to search based on query relevance, so it doesn’t search every connected server for every question. When the AI searches, each query returns multiple results that add to the conversation’s context. If the AI searches several servers for a single question, this can use up significant context. Best practices for using multiple MCP servers:- Connect only the MCP servers relevant to your current work.
- Be specific in your prompts so the AI searches the most relevant server.
- Disconnect servers you’re not actively using to reduce potential context usage.
