concierge-mcp
MCP server for Concierge, enabling AI agents to manage Discord customer support operations including tickets, AI, knowledge base, analytics, and more via natural language.
README
concierge-mcp
Local MCP server for Concierge — the Discord-native customer support platform.
Plug your AI agent (Claude Desktop, Cursor, Cline, or any MCP-compatible client) into your Concierge support server and operate the entire support stack via natural language. 200+ tools cover ticket lifecycle, AI configuration, knowledge base, panels, automations, analytics, billing, Discord communication, and more.
What you can do
"Set up Concierge for my SaaS — deploy the panel in #support, give @Mod and @Admin agent access, and configure SLA to 30 minutes for high-priority tickets."
"Show me a CSAT report for the last 30 days, then suggest a reply for ticket #142."
"Bulk-close every ticket older than 7 days that has no agent response, and DM the customer a transcript."
"Snooze ticket #88 until tomorrow 9am ET, and flag the customer as VIP."
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"concierge": {
"command": "npx",
"args": ["-y", "concierge-mcp"],
"env": {
"CONCIERGE_GUILD_ID": "YOUR_DISCORD_GUILD_ID",
"CONCIERGE_MCP_KEY": "YOUR_MCP_API_KEY"
}
}
}
}
Restart Claude Desktop. You should see "concierge" in the MCP servers list, with all 200+ tools available.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"concierge": {
"command": "npx",
"args": ["-y", "concierge-mcp"],
"env": {
"CONCIERGE_GUILD_ID": "YOUR_DISCORD_GUILD_ID",
"CONCIERGE_MCP_KEY": "YOUR_MCP_API_KEY"
}
}
}
}
Cline / other MCP clients
Use the same command/args/env shape — every MCP client supports stdio servers.
Getting your credentials
- Open your Concierge dashboard at conciergetickets.net/dashboard
- Open any panel → Advanced → MCP Settings
- Toggle MCP Enabled ON — this generates an API key
- Copy the API key (set as
CONCIERGE_MCP_KEY) - Your Guild ID is the Discord server ID — found in the URL or via right-click → Copy Server ID (developer mode required)
How it works
This package is a thin stdio proxy. When your MCP client launches it, it:
- Connects to the Concierge MCP server at
https://api.conciergetickets.net/api/v1/guilds/{GUILD_ID}/mcp - Authenticates with your API key
- Fetches the live tool catalog (so new tools released by Concierge appear automatically without re-installing)
- Forwards every tool call to the remote server
The local binary is small and stateless. Your guild's data stays on Concierge's infrastructure.
Tool categories
- Tickets — full lifecycle (claim, snooze, reopen, complete, transfer, lock, merge, split, etc.) plus bulk operations
- AI — summarize tickets, analyze sentiment, suggest replies, regenerate responses, translate
- Knowledge base — full CRUD + search + GitBook import
- Customers — profiles, notes, VIP toggle, blacklist with optional expiry
- Panels — create/deploy/redeploy with full embed customization
- Configuration — every setting on TicketPanel and Guild via
update_panel_config/update_guild_config - Discord — send messages, DMs, react, post announcements, look up channels/roles/members
- Webhooks — full CRUD + test, redeliver, stats
- Analytics — overview, peak hours, agent leaderboard, CSV export
- CRM — test, sync, pull from Salesforce/HubSpot/Zendesk/Freshdesk
- Cron triggers — run SLA scan, auto-close, escalation check on demand
- Team — invite, remove, set workload/schedule/status/skills
Run npx -y concierge-mcp and call tools/list to see the full live catalog.
Discovery endpoints (for non-MCP integrations)
GET https://api.conciergetickets.net/api/v1/public/openapi.json— full OpenAPI 3.1 spec for the REST APIGET https://api.conciergetickets.net/api/v1/public/schema.json— parsed Prisma schema (every model, field, enum)
Links
- Concierge: https://conciergetickets.net
- Documentation: https://conciergetickets.net/docs
- Model Context Protocol: https://modelcontextprotocol.io
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.