Chipp MCP
공식What Shopify did for ecommerce, Chipp does for AI agents. Build, deploy, and monetize AI agents for your business — no engineering team required.
Chipp MCP Server
Connect any MCP client to manage your Chipp apps programmatically
The Chipp MCP Server enables AI assistants like Claude Code, Cursor, and other Model Context Protocol (MCP) clients to read, create, and manage your Chipp applications programmatically.
Note: MCP server access requires a Builder plan or higher. Upgrade to Builder
Why Use the MCP Server?
| Use Case | Without MCP | With MCP |
|---|---|---|
| Create 10 apps | Click through UI 10 times | One conversation with your AI |
| Update prompts across apps | Open each app, edit, save | "Update all my apps to use GPT-4o" |
| Bulk add knowledge sources | Upload files one by one | "Add these 50 URLs to my FAQ bot" |
| Monitor analytics | Check dashboard daily | "Show me apps with low satisfaction" |
| Run evaluations | Manual testing | "Run evals on all my customer service bots" |
Comparison: MCP vs API vs Pro Actions
| Feature | MCP Server | REST API | Pro Actions |
|---|---|---|---|
| Best for | AI-assisted workflows | Custom integrations | Connecting external services |
| Authentication | OAuth 2.0 + PKCE, or API Keys | API Keys | OAuth per service |
| Rate limits | Tier-based | Tier-based | Per service limits |
| Scope | Full Chipp platform | Full Chipp platform | External services only |
| Typical user | Developers using AI tools | Backend developers | No-code builders |
What You Can Do
Once connected, your AI assistant can manage:
Quick Start
1. Add to Your MCP Client
Add the Chipp server to your configuration:
Claude Code (~/.claude.json):
{
"mcpServers": {
"chipp": {
"url": "https://build.chipp.ai/mcp",
"transport": "streamable-http"
}
}
}
Cursor (Settings > MCP):
{
"chipp": {
"url": "https://build.chipp.ai/mcp",
"transport": "streamable-http"
}
}
2. Authenticate
When you first use a Chipp tool, your client will open a browser window. Log in with your Chipp account to authorize access.
Alternatively, you can use an API key for non-interactive authentication. See API Keys.
3. Start Building
"List all my Chipp apps"
"Create a customer support bot called HelpDesk"
"Add https://docs.example.com to my FAQ app's knowledge base"
"Show me conversation analytics for the past week"
Server Details
| Property | Value |
|---|---|
| Server URL | https://build.chipp.ai/mcp |
| Discovery | https://build.chipp.ai/.well-known/oauth-authorization-server |
| Protocol | JSON-RPC 2.0 over Streamable HTTP |
| Authentication | OAuth 2.0 with PKCE, or API Keys |
Guides
Need Help?
- Troubleshooting Guide
- Email [email protected]
- Join Discord for community help
관련 서버
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Azure DevOps
Interact with Azure DevOps Work Items using the Azure DevOps REST API.
Claude Code History
Retrieve and analyze Claude Code conversation history from local files.
Language Server
MCP Language Server gives MCP enabled clients access to semantic tools like get definition, references, rename, and diagnostics.
ALTER Identity
Identity infrastructure for the AI economy. 33-trait psychometric engine — belonging probability, trait vectors, attunement depth. Remote streamable-HTTP. Free tier: 16 tools, 10 req/min.
bevy_brp_mcp
An MCP server for AI coding assistants to control, inspect, and modify Bevy applications using the Bevy Remote Protocol (BRP).
DreamFactory MCP
An MCP server for integrating with the DreamFactory API to manage and access data sources.
Manim MCP Server
Executes Manim Python scripts to generate and return rendered video animations.
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
atlassian-browser-mcp
rowser-backed MCP wrapper for mcp-atlassian with Playwright SSO auth. Enables AI tools to access Atlassian Server/Data Center instances behind corporate SSO (Okta, SAML, ADFS) where API tokens are not available.
Quantum Computation
Perform quantum computations using OpenAI and IBM Quantum APIs.