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, and others) can connect to your documentation. Your MCP server exposes a search tool for AI applications to query your documentation.How MCP servers work
When an AI tool like Claude, Cursor, or ChatGPT has your documentation MCP server connected, the AI tool can search your documentation directly during response generation rather than doing a generic web search.- 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, allowing the LLM to incorporate real-time information from your documentation into its response.
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
After Mintlify processes files, it determines which pages to index for search. By default, only pages included in your docs.json navigation are indexed and searchable 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.
