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.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.
