Skip to main content

🚀 Quickstart

Connect to the Chili Piper MCP server with Nango and call MCP tools in minutes. Chili Piper MCP uses OAuth 2.0 with dynamic client registration, so no app registration is required — just an Admin account on a paid Chili Piper plan.
1

Create the integration

In Nango (free signup), go to Integrations -> Configure New Integration -> Chili Piper (MCP).
2

Authorize Chili Piper

Go to Connections -> Add Test Connection -> Authorize, then log in to Chili Piper as an Admin. Later, you’ll let your users do the same directly from your app.
3

Call a Chili Piper MCP tool

Make your first MCP request (initialize handshake). Replace the placeholders below with your API key, integration ID, and connection ID:
✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.

📚 Chili Piper (MCP) guides

Nango uses dynamic client registration with Chili Piper’s MCP OAuth server. You do not need to register an application — just create the integration in Nango and authorize with an Admin account on a paid Chili Piper plan.
Chili Piper’s MCP server exposes tools that can modify production data (creating users, adjusting distributions, cancelling meetings, deleting rules). Review each tool call before letting it run against a production account.For automation or CI use cases, or to call Chili Piper’s REST endpoints directly instead of through MCP, see the Chili Piper integration, which authenticates with an API key instead.
Official resources: How do I connect Chili Piper via MCP?