Kapa's MCP
Connect to Kapa's documentation directly from your IDE or AI tool.
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.
- Cursor
- VS Code
- Claude Code
- ChatGPT Desktop
- Claude Desktop
- Other
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.
Prerequisites: VS Code 1.102+ with GitHub Copilot enabled.
Create an mcp.json file in your workspace .vscode folder:
{
"servers": {
"kapa": {
"type": "http",
"url": "https://kapa-docs.mcp.kapa.ai"
}
}
}
For more details, see the VS Code MCP documentation.
Run the following command in your terminal:
claude mcp add kapa https://kapa-docs.mcp.kapa.ai
For more information, see the Claude Code MCP documentation.
ChatGPT Desktop supports MCP servers in developer mode:
- Open ChatGPT Desktop.
- Go to Settings > Features.
- Enable Developer mode.
- Navigate to Settings > MCP Servers.
- Click Add Server and enter:
- Name:
kapa - URL:
https://kapa-docs.mcp.kapa.ai
- Name:
For more information, see the ChatGPT Desktop MCP documentation.
Add to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kapa": {
"type": "http",
"url": "https://kapa-docs.mcp.kapa.ai"
}
}
}
Restart Claude Desktop for changes to take effect.
For more details, see the Claude Desktop documentation.
MCP is an open protocol supported by many clients. Use the server URL https://kapa-docs.mcp.kapa.ai and refer to your client's documentation for setup instructions.
Most clients accept the standard MCP JSON configuration format:
{
"mcpServers": {
"kapa": {
"url": "https://kapa-docs.mcp.kapa.ai"
}
}
}
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?"