Tidio

by Unknown

Not rated
Website

About

Connect Tidio with your website via MCP. Embed the widget without exiting your programming environment.

Details

Author
Unknown
Categories
Communication, Other

- Connect Tidio to a site— Ask to connect Tidio to a website URL viatidio_connect, which opens a browser for OAuth login and auto-retrieves your public key.
- Check connection status— Usetidio_statusto verify whether Tidio is connected and retrieve your current embed code.
- Generate embed code— Callgenerate_tidio_embedwith a public key to produce ready-to-use JavaScript, optionally choosingasyncorsyncloading.
- Disconnect Tidio— Runtidio_disconnectto clear locally stored credentials from~/.tidio-mcp/credentials.json.

An MCP (Model Context Protocol) server that connects AI assistants toTidiolive chat - withautomatic 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

git clone https://github.com/your-username/tidio-mcp-connector.git cd tidio-mcp-connector npm install npm run build

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{ "mcpServers": { "tidio": { "command": "npx", "args": ["tidio-mcp-connector"] } } }

This MCP connector works withLovableand similar AI-powered development platforms. Add it as a custom MCP server.

npx @modelcontextprotocol/inspector npx tidio-mcp-connector

Connect to Tidio and automatically get your public key.
- Opens your browser to Tidio's login page
- You authenticate with your Tidio account
- Returns your public key and embed code automatically

- site_url(required): The website URL where Tidio will be embedded

Check your connection status and get your embed code.

Generate embed code for a specific public key (if you already have one).

- public_key(required): Your Tidio public key
- loading_mode(optional):"async"(default) or"sync"
- User callstidio_connectwith their website URL
- Browser opensto Tidio's authentication page
- User logs into their Tidio account
- Callback received- MCP server gets the refresh token
- API calls made- exchanges token for access token, then retrieves public key
- Credentials savedto~/.tidio-mcp/credentials.json
- Embed code returned- ready to add to the website

Credentials are stored locally at~/.tidio-mcp/credentials.json:

{ "public_key": "abc123...", "access_token": "...", "refresh_token": "...", "site_url": "https://example.com", "created_at": "2024-01-01T00:00:00.000Z", "updated_at": "2024-01-01T00:00:00.000Z" }

The connector generates optimized async loading code:

<script type="text/javascript"> document.tidioChatCode = "YOUR_PUBLIC_KEY"; (function() { function asyncLoad() { var tidioScript = document.createElement("script"); tidioScript.type = "text/javascript"; tidioScript.async = true; tidioScript.src = "//code.tidio.co/YOUR_PUBLIC_KEY.js"; document.body.appendChild(tidioScript); } if (window.attachEvent) { window.attachEvent("onload", asyncLoad); } else { window.addEventListener("load", asyncLoad, false); } })(); </script>
# Install dependencies npm install # Run in development mode npm run dev # Build for production npm run build # Run built version npm start

A high-performance MCP server for analyzing Intercom conversations with fast, local access via caching and background sync.

An MCP server that enables AI assistants to interact with Help Scout data, such as customers and conversations.

Search and read support tickets from Jitbit Helpdesk via AI assistants. Works with SaaS and on-premise installations.

AI phone secretary for businesses: place outbound calls and read transcripts, leads, voicemails, SMS, and analytics from your business line.

Provides access to Intercom conversations and chats. Requires an Intercom API key.

Access and analyze customer support data from Intercom.

Salesforce MCP Server - Enhanced Edition

A Salesforce MCP server with automatic integrations for services such as WhatsApp, Slack, email, and custom webhooks.

Hosted, Stateless & Multitenant Google Business Profile MCP server enables AI assistants to manage business listings, reviews, locations, and customer interactions through Google Business Profile.

Your AI agent just got a marketing team. SendPulse MCP Server provides full access to the SendPulse marketing platform — email campaigns, CRM, chatbots, SMTP, and online courses. 134 methods across 5 modules.

A powerful, production-ready Model Context Protocol (MCP) server for Zammad - the open-source helpdesk and ticket system.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.