July 5, 2026 · Updated Aug 27, 2026 · 9 min read
Three categories of AI documentation tooling have emerged in the last 18 months: hosted chat widgets (Kapa, Mendable), AI-enhanced doc platforms (GitBook AI, Mintlify), and MCP-native indexed RAG (AgentReady). They look similar in demos but serve fundamentally different use cases.
This comparison focuses on the one question that actually determines which to pick: who is consuming your documentation — humans, AI agents, or both?
| Feature | Kapa.ai | GitBook AI | AgentReady (MCP) |
|---|---|---|---|
| Primary user | Human (chat widget) | Human (docs reader/writer) | AI agents (Claude, Cursor) |
| Works on any site | Yes | No — GitBook only | Yes — any URL |
| MCP server | Roadmap | Yes (GitBook content only) | Yes — core product |
| Chat UI on docs site | Yes | Yes (within GitBook) | No |
| JS-rendered pages | Varies | N/A | Yes (headless fallback) |
| Cited answers | Yes | Yes | Yes |
| GitHub / Slack indexing | Yes | Limited | No (web URLs only) |
| Pricing model | Enterprise (~$500–2k/mo) | Free + $8–15/user/mo | Free + usage-based |
| Setup time | 1–2 days | Migrate to GitBook first | <5 minutes |
Kapa.ai is the market leader in AI chat widgets for developer documentation. You submit your docs URL, GitHub Discussions, Slack archives, and support tickets. Kapa indexes them and gives you a chat widget you embed on your docs site. Developers type questions; Kapa answers with citations.
Kapa is genuinely good at its core use case. The retrieval is tuned for technical content. Answers cite specific pages. There are Slack and Discord integrations so you can answer developer questions at the source. The analytics show which questions are getting poor answers — useful signal for docs gaps.
The constraints: pricing starts high (enterprise contracts, typically $500–2,000+/month based on usage). There is no MCP server today — Claude Desktop and Cursor cannot call Kapa as a tool. And the consumer must be a human in a browser. If you want AI agents to query your docs, Kapa is not the answer, at least not in 2026.
Choose Kapa when: you want a polished chat widget on your docs site for human developers, you have GitHub Discussions or Slack data to include, and budget isn't the binding constraint.
GitBook AI is not a standalone product — it's AI features built into the GitBook documentation platform. If your team authors docs in GitBook, you get AI-powered semantic search, inline summaries, and AI writing assistance as part of your existing plan.
GitBook has also released a GitBook MCP server that lets Claude Desktop and Cursor query your GitBook-hosted docs. This is meaningful if you're in the GitBook ecosystem: developers can ask Claude "what are the rate limits for the API" and get a grounded answer from your actual documentation rather than a hallucinated one.
The hard constraint: GitBook AI and the GitBook MCP server only work on content authored in GitBook. If your docs live on Docusaurus, a custom Next.js site, Readme.io, or any other platform, these features do not apply. You'd have to migrate your entire documentation workflow to unlock them. For many teams, that migration cost is prohibitive.
Choose GitBook when: your team already uses GitBook to author and host your docs, you want AI features for writers and readers, and you're comfortable with GitBook as your platform going forward.
AgentReady is built for a fundamentally different access pattern: the consumer of your documentation is an AI agent — Claude Desktop, Cursor, a GPT-based assistant, or an autonomous workflow — not a human with a browser.
The setup is platform-agnostic. Submit any URL: Docusaurus, GitBook, React SPA, static site, Readme.io. JS-rendered pages that return empty HTML on a direct GET are handled via headless rendering fallback. Once indexed, any MCP client can call ask_site(domain, question) and get a cited answer from your actual content.
What AgentReady doesn't do: there's no human-facing chat widget. If you want to put a chat box on your docs site for human users, you need Kapa or a similar tool. AgentReady competes with web_fetch — the fallback tool agents use when they need to read a page — and wins on multi-page synthesis, freshness, and hallucination rate for agent-consumed queries.
Choose AgentReady when: AI agents need to reliably query your docs at runtime, your site has JS-rendering problems, or you want grounded cited answers rather than single-page LLM inference. It takes five minutes to index a site and works immediately with Claude Desktop and Cursor.
The access pattern determines everything:
These use cases can coexist. A developer-tools company might run Kapa for the chat widget on their docs site while indexing the same content in AgentReady for Claude Desktop and Cursor users. They're not mutually exclusive.
The access pattern that's growing fastest is agent consumption. MCP is now the de facto standard for agent tool access, and developers are spending more time querying docs from AI assistants than from browser tabs. The relevant question is no longer "does my docs site have a good search bar" — it's "when a developer asks Claude about my API, does it answer correctly."
Kapa has MCP on its roadmap. GitBook has shipped early Cursor integration. The direction is clear: the human chat widget and the agent-facing API are converging. But in 2026, if you need an AI agent to reliably call your docs right now, a dedicated MCP tool is the shortest path.
Kapa.ai is a standalone AI chat widget you embed on any docs site. GitBook AI is AI functionality built into the GitBook platform — it only works on content authored inside GitBook. Kapa works on any site; GitBook AI requires GitBook as your authoring tool.
Yes. GitBook released an MCP server for Claude Desktop and Cursor that queries GitBook-hosted documentation. It only works on content hosted in GitBook. If your docs are on Docusaurus, a custom site, or any other platform, you need a platform-agnostic tool like AgentReady.
Kapa.ai adds an AI chat widget to developer documentation sites. It indexes your docs, GitHub Discussions, Slack archives, and support tickets, then answers developer questions in a chat UI embedded on your docs site. It is designed for human users, not for AI agents querying programmatically.
Kapa pricing is not publicly listed — they use enterprise contracts. Most teams report costs in the $500–$2,000+/month range depending on usage volume and integrations. They offer a trial period. GitBook has a free tier for small teams and paid plans starting around $8–15/user/month.
Yes, and many teams do. Kapa handles the human chat widget on your docs site; AgentReady handles the same content as an MCP tool for AI agents. They serve different access surfaces and don't conflict.
Index any docs site and make it queryable by Claude, Cursor, and other AI agents in under 5 minutes.
Index your docs on AgentReady →