Skip to main content

Build with AI

In this guide, you will learn how to leverage AI coding assistants to help you set up and integrate Kapa.

Kapa's MCP

Kapa provides a hosted MCP server that gives AI assistants access to Kapa's documentation, so they can help you implement Kapa correctly.

This is particularly useful for implementation tasks where you're coding:

  • Widget configuration: Let your editor look up styling options and configure the widget for you.
  • SDK integration: Build custom widgets while your editor looks up how to use the SDK.
MCP for your users

Want to offer this for your own users? Kapa can power a hosted MCP server for your knowledge sources. See MCP.

Available tool

The Kapa MCP server exposes the following tools to your AI assistant:

ToolDescription
search_kapa_knowledge_sourcesSearch Kapa's documentation, API reference, and blogs, and return the most relevant content.

Set up

Before you can use the MCP server, you need to install it in your AI assistant.

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

Setup steps vary depending on which client you're using.

Run the following command in your terminal:

claude mcp add --transport http kapa-ai-docs https://kapa-docs.mcp.kapa.ai

Then run the /mcp command in Claude Code and follow the steps in your browser to authenticate.

For more information, see the Claude Code MCP documentation.