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 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
Setup & Installation
Step-by-step setup for Claude Code, Cursor, and other MCP clients
OAuth Authentication
Token formats, scopes, refresh flows, and security best practices
Rate Limits
Tier-based limits, handling 429 errors, and optimization tips
Tools Reference
Complete documentation for all 77 available tools
Common Workflows
Step-by-step examples for building apps, bulk updates, and more
Quick Reference
| Property | Value |
|---|---|
| Server URL | https://mcp.chipp.ai/mcp/messages |
| Protocol | JSON-RPC 2.0 over HTTP |
| Authentication | OAuth 2.0 with PKCE |
| Access Token Format | chipp_at_xxx (1 hour expiry) |
| Refresh Token Format | chipp_rt_xxx (30 day expiry) |
Rate Limits
| Tier | Requests/Minute |
|---|---|
| FREE | Not available |
| PRO | 30 |
| TEAM | 60 |
| BUSINESS | 120 |
| ENTERPRISE | Unlimited |
Related
- Building Custom MCP Servers - Create your own MCP integrations
- MCP Pro Actions Overview - Connect to 20+ enterprise services
- API Reference - Direct API access without MCP