Developer Platform
Chipp MCP Server Overview
Connect Claude Code or any MCP client to your Chipp apps for AI-powered app building
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, so an AI assistant can read, create, and manage your applications programmatically.
ℹ️
This page has moved. The full, always-current documentation lives in the MCP Server hub.
Quick Start
Add Chipp to your Claude Code configuration:
json
{
"mcpServers": {
"chipp": {
"url": "https://build.chipp.ai/mcp",
"transport": "streamable-http"
}
}
}Then authenticate via the OAuth prompt and start building: “List all my Chipp apps.”
Documentation
- MCP Server Overview - what it is, why to use it, capability tour
- Setup & Installation - Claude Code, Cursor, and generic clients
- Authentication - OAuth 2.0 + PKCE, API keys (
chipp_sk_*), scopes - Tools Reference - every available tool, by category
- Common Workflows - step-by-step examples
- Rate Limits - tier-based limits and optimization tips
Related
- Alchemist Cloud Tickets MCP - dispatch and manage Alchemist Cloud project tickets (
alch_*keys). With analch_key you can also connect at the same unified URL,https://build.chipp.ai/mcp- the server routes by key type. - Builder API - REST access with per-app keys
- Building Custom MCP Servers - create your own MCP integrations