Skip to main content

Kapa's MCP

Connect to Kapa's documentation directly from your IDE or AI tool.

Create your own MCP

You can create your own MCP with Kapa. Refer to MCP to set up your MCP and help your users work with your product.

Setup

URL: https://kapa-docs.mcp.kapa.ai

Setup steps vary depending on which AI assistant you're using.

Add the following to your .cursor/mcp.json file:

{
"mcpServers": {
"kapa": {
"type": "http",
"url": "https://kapa-docs.mcp.kapa.ai"
}
}
}

For more information, see the Cursor MCP documentation.

What you can do

Once connected, you can ask context-aware questions about Kapa from within your editor. For example:

  • "How do I configure the Website Widget?"
  • "What are the available data source types?"
  • "How do I set up authentication for the API?"