Chipp MCP Server Overview
Connect Claude Code or any MCP client to your Chipp apps for AI-powered app building
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):
{
"mcpServers": {
"chipp": {
"url": "https://build.chipp.ai/mcp",
"transport": "streamable-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"
"Chat with my SupportBot: What can you help me with?"Detailed Guides
Setup & Installation
Step-by-step setup for Claude Code, Cursor, and other MCP clients
Authentication
OAuth 2.0, API keys, scopes, and security best practices
Rate Limits
Tier-based limits, handling 429 errors, and optimization tips
Tools Reference
Complete documentation for all 80 available tools
Common Workflows
Step-by-step examples for building apps, bulk updates, and more
Quick Reference
| Property | Value |
|---|---|
| Server URL | https://build.chipp.ai/mcp |
| Protocol | JSON-RPC 2.0 over Streamable HTTP |
| Authentication | OAuth 2.0 with PKCE, or API Keys (chipp_sk_*) |
| Access Token Format | chipp_at_xxx (1 hour expiry) |
| Refresh Token Format | chipp_rt_xxx (30 day expiry) |
| API Key Format | chipp_sk_xxx (configurable expiry) |
Rate Limits
| Tier | Requests/Minute |
|---|---|
| FREE | Not available |
| BUILDER | 30 |
| STUDIO | 60 |
| STUDIO PRO | 120 |
| ENTERPRISE | Unlimited |
Related
- Building Custom MCP Servers - Create your own MCP integrations
- Consumer OAuth for MCP - Per-user OAuth for end-users
- MCP Pro Actions Overview - Connect to 20+ enterprise services
- API Reference - Direct API access without MCP