Guides

Chipp MCP Server Overview

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

| View as Markdown
1 min read
# mcp # api # automation # claude-code

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 Builder plan or higher. Upgrade to Builder

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
  • Chat with apps - Test your apps by sending messages and getting responses
  • Update apps - Modify existing app configurations, system prompts, and capabilities
  • Manage knowledge sources - Upload and organize knowledge bases for RAG
  • Manage custom actions - Create, update, and test API integrations
  • View analytics - Access usage data, conversation metrics, and engagement stats
  • Run evaluations - Test app quality with automated evals
  • Manage tags - Create intent detection and message tagging
  • AI prompt engineering - Generate and improve system prompts with AI
  • Model recommendations - Get AI-powered model selection advice
  • Manage deployments - Configure Slack, WhatsApp, Email, and Voice channels

Quick Start

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

json
{
  "mcpServers": {
    "chipp": {
      "url": "https://build.chipp.ai/mcp",
      "transport": "streamable-http"
    }
  }
}

Then authenticate and start building:

plaintext
"List all my Chipp apps"
"Create a new customer support bot called SupportBot"
"Update the system prompt for my FAQ app"
"Chat with my SupportBot: What can you help me with?"

Detailed Guides

Quick Reference

PropertyValue
Server URLhttps://build.chipp.ai/mcp
ProtocolJSON-RPC 2.0 over Streamable HTTP
AuthenticationOAuth 2.0 with PKCE, or API Keys (chipp_sk_*)
Access Token Formatchipp_at_xxx (1 hour expiry)
Refresh Token Formatchipp_rt_xxx (30 day expiry)
API Key Formatchipp_sk_xxx (configurable expiry)

Rate Limits

TierRequests/Minute
FREENot available
BUILDER30
STUDIO60
STUDIO PRO120
ENTERPRISEUnlimited