- Home
- MCP servers
- Chili Piper
Chili Piper
- javascript
1
GitHub Stars
javascript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"hyypeman-chilipiper-mcp": {
"command": "node",
"args": [
"/path/to/chilipiper-mcp/index.js"
],
"env": {
"CHILIPIPER_DOMAIN": "your-domain",
"CHILIPIPER_API_KEY": "your-api-key"
}
}
}
}You can run the Chili Piper MCP Server to route leads, generate direct booking links, and manage scheduling from Claude Code, Cursor, or any MCP-compatible client. This server connects to Chili Piper via an API key and domain, empowering your automation with MCP-based workflows.
How to use
You connect the MCP server to your MCP client by configuring a local or remote entry that launches the server process. Once connected, you can route leads through Chili Piper, generate booking links for queues or meeting types, and validate your configuration to ensure API connectivity.
How to install
Prerequisites you need before starting:
- Node.js and npm installed on your machine.
Step-by-step setup:
git clone https://github.com/hyypeman/chilipiper-mcp.git
cd chilipiper-mcp
npm install
Additional setup notes
Configure your MCP client to run the server. Use the same environment variables for all MCP clients.
Example command to run the server with the required environment variables.
node /path/to/chilipiper-mcp/index.js
Environment variables
Your Chili Piper credentials come from two values you must provide to the MCP server.
-
CHILIPIPER_API_KEY: Your Chili Piper REST API key.
-
CHILIPIPER_DOMAIN: Your Chili Piper organization slug used in URLs.
Example usage
After connection, you can ask your AI assistant questions such as:
- Route a lead to the inbound-demo router for a scheduling flow.
Security and maintenance
Keep your API key secret and rotate it if you suspect exposure. Regularly update dependencies and monitor API connectivity to prevent interruptions in routing or booking link generation.
Available tools
route_lead
Route a lead through a Concierge router via the marketing API and receive a booking calendar URL.
route_concierge
Route a lead via the Concierge fire endpoint for inbound routers.
get_booking_link
Generate a direct booking link for a queue or meeting type.
check_config
Validate your configuration and test API connectivity.