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 - the full Alchemist Cloud catalog: tickets, database access, repo search, release control, billing. Is your org entitled and connected? Then this same Chipp MCP session already has all of it. No alch_ key needed, that credential is only for OAuth hosted connectors or tenant-wide headless automation.
  • Builder API - REST access with per-app keys
  • Building Custom MCP Servers - create your own MCP integrations