chilipiper-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@chilipiper-mcpGenerate a booking link for the sales-team queue"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
chilipiper-mcp
MCP server for ChiliPiper — route leads, generate booking links, and manage scheduling from Claude Code, Cursor, or any MCP-compatible client.
Tools
Tool | Description |
| Route a lead through a Concierge router via the marketing API. Returns a booking calendar URL. |
| Route a lead via the Concierge fire endpoint for inbound routers. |
| Generate a direct booking link for a queue or meeting type. |
| Validate your configuration and test API connectivity. |
Related MCP server: Oktopost MCP Server
Setup
1. Get your credentials
API Key: Get your ChiliPiper REST API key from your ChiliPiper admin settings
Domain: Your ChiliPiper organization slug (the part in URLs like
calendar.chilipiper.com/YOUR-DOMAIN/...)
2. Install
git clone https://github.com/hyypeman/chilipiper-mcp.git
cd chilipiper-mcp
npm install3. Configure in your MCP client
Claude Code
Add to your project's .mcp.json:
{
"mcpServers": {
"chilipiper": {
"command": "node",
"args": ["/path/to/chilipiper-mcp/index.js"],
"env": {
"CHILIPIPER_API_KEY": "your-api-key",
"CHILIPIPER_DOMAIN": "your-domain"
}
}
}
}Or use the CLI:
claude mcp add chilipiper \
--command "node /path/to/chilipiper-mcp/index.js" \
--env CHILIPIPER_API_KEY=your-api-key \
--env CHILIPIPER_DOMAIN=your-domainCursor / Other MCP clients
Use the same stdio configuration — command: "node", args: ["/path/to/index.js"] with the environment variables above.
Environment Variables
Variable | Required | Description |
| Yes | Your ChiliPiper REST API key |
| Yes | Your organization's ChiliPiper domain slug |
Example Usage
Once connected, you can ask your AI assistant things like:
"Route this lead to the inbound-demo router: john@acme.com"
"Generate a booking link for the sales-team queue"
"Check if my ChiliPiper config is working"
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- -license-quality-maintenanceEnables MCP clients to interact with any OpenAPI-defined REST API through a serverless AWS Lambda deployment. Supports multiple authentication methods and provides cost-effective, scalable access to third-party APIs through natural language.Last updated

Oktopost MCP Serverofficial
Alicense-qualityDmaintenanceEnables comprehensive social media management through Oktopost's REST API, including campaign creation, content scheduling, post management, workflow approvals, employee advocacy, and media asset handling across connected social profiles.Last updated54MIT- Alicense-qualityFmaintenanceEnables interaction with Calendly's scheduling platform via MCP, allowing users to manage events, invitees, and schedule meetings directly using the Calendly API.Last updated11110MIT
- Alicense-qualityAmaintenanceTurns any OpenAPI/Swagger API into MCP tools, enabling AI assistants to call REST API endpoints directly.Last updated2MIT
Related MCP Connectors
Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).
Calendly MCP Pack — wraps the Calendly API v2 for scheduling data.
AI-native scheduling: check availability, book meetings, cancel and reschedule via MCP
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyypeman/chilipiper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server