Developer Platform

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, 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

  • Alchemist Cloud Tickets MCP - dispatch and manage Alchemist Cloud project tickets (alch_* keys). With an alch_ 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