Chipp MCP Server Overview

Connect Claude Code or any MCP client to your Chipp apps for AI-powered app building

|View as Markdown

The Chipp MCP Server lets you connect Claude Code, Cursor, or any Model Context Protocol (MCP) client directly to your Chipp apps. This enables AI assistants to read, create, and manage your Chipp applications programmatically.

💡

MCP server access requires a Pro plan or higher. Upgrade to Pro

What You Can Do

Once connected, your AI assistant can:

  • List and read apps - See all your Chipp applications and their configurations
  • Create new apps - Build new AI apps with custom personas, models, and settings
  • Update apps - Modify existing app configurations, system prompts, and capabilities
  • Manage knowledge sources - Upload and organize knowledge bases for RAG
  • Manage custom actions - Create and update API integrations
  • View analytics - Access usage data and conversation metrics
  • Run evaluations - Test app quality with automated evals
  • Manage tags - Create intent detection and message tagging

Quick Start

Add Chipp to your Claude Code configuration (~/.claude.json):

{
  "mcpServers": {
    "chipp": {
      "url": "https://mcp.chipp.ai/mcp/messages",
      "transport": "http"
    }
  }
}

Then authenticate and start building:

"List all my Chipp apps"
"Create a new customer support bot called SupportBot"
"Update the system prompt for my FAQ app"

Detailed Guides

Quick Reference

PropertyValue
Server URLhttps://mcp.chipp.ai/mcp/messages
ProtocolJSON-RPC 2.0 over HTTP
AuthenticationOAuth 2.0 with PKCE
Access Token Formatchipp_at_xxx (1 hour expiry)
Refresh Token Formatchipp_rt_xxx (30 day expiry)

Rate Limits

TierRequests/Minute
FREENot available
PRO30
TEAM60
BUSINESS120
ENTERPRISEUnlimited