Tidio
Connect Tidio with your website via MCP. Embed the widget without exiting your programming environment.
Ads
Overview
An MCP (Model Context Protocol) server that connects AI assistants to Tidio live chat - with automatic setup - Automatic Setup: Connect to Tidio with one command - no manual key copying - OAuth Authentication: Opens browser for secure Tidio login, auto-retrieves your public key - Credential Persistence: Credentials are saved locally for future sessions - Embed Code Generation: Get ready-to-use JavaScript code for any website Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
Installation
npx tidio-mcp-connector
Configuration
{
"mcpServers": {
"tidio": {
"command": "npx",
"args": [
"tidio-mcp-connector"
]
}
}
}Capabilities
- Connect Tidio to a site
Ask to connect Tidio to a website URL via `tidio_connect`, which opens a browser for OAuth login and auto-retrieves your public key.
- Check connection status
Use `tidio_status` to verify whether Tidio is connected and retrieve your current embed code.
- Generate embed code
Call `generate_tidio_embed` with a public key to produce ready-to-use JavaScript, optionally choosing `async` or `sync` loading.
- Disconnect Tidio
Run `tidio_disconnect` to clear locally stored credentials from `~/.tidio-mcp/credentials.json`.
Tags
- communication
- customer-ops
- chatbot
- crm
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.