Tidio
Connect Tidio with your website via MCP. Embed the widget without exiting your programming environment.
Tidio MCP Connector
An MCP (Model Context Protocol) server that connects AI assistants to Tidio live chat - with automatic setup
Features
- 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
Installation
npm install tidio-mcp-connector
Or clone and build locally:
git clone https://github.com/your-username/tidio-mcp-connector.git cd tidio-mcp-connector npm install npm run build
Usage
With Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "tidio": { "command": "npx", "args": ["tidio-mcp-connector"] } } }
With Lovable
This MCP connector works with Lovable and similar AI-powered development platforms. Add it as a custom MCP server.
With MCP Inspector (Testing)
npx @modelcontextprotocol/inspector npx tidio-mcp-connector
Available Tools
tidio_connect (Recommended)
Connect to Tidio and automatically get your public key.
How it works:
- Opens your browser to Tidio's login page
- You authenticate with your Tidio account
- Returns your public key and embed code automatically
Parameters:
site_url(required): The website URL where Tidio will be embedded
Example:
Connect Tidio to https://mywebsite.com
tidio_status
Check your connection status and get your embed code.
Parameters: None
tidio_disconnect
Clear stored credentials.
generate_tidio_embed
Generate embed code for a specific public key (if you already have one).
Parameters:
public_key(required): Your Tidio public keyloading_mode(optional):"async"(default) or"sync"
How It Works
- User calls
tidio_connectwith their website URL - Browser opens to Tidio's authentication page
- User logs in to their Tidio account
- Callback received - MCP server gets the refresh token
- API calls made - exchanges token for access token, then retrieves public key
- Credentials saved to
~/.tidio-mcp/credentials.json - Embed code returned - ready to add to the website
Credential Storage
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" }
Embed Code Output
The connector generates optimized async loading code:
Development
Install dependencies
npm install
Run in development mode
npm run dev
Build for production
npm run build
Run built version
npm start
Requirements
- Node.js 18+
- A Tidio account (free tier works)
License
MIT
Related
- Tidio - Live chat and chatbot platform
- Model Context Protocol - Open standard for AI integrations
- Lovable - AI-powered app development
Related Servers
Discord MCP by Quadslab.io
Full-stack Discord server management via AI. 134 tools covering moderation, roles, channels, webhooks, and community features — with fuzzy name resolution and instant permission health checks.
FastMail
Interact with FastMail's email, calendar, and contacts via its JMAP API.
Nostr MCP Server
An MCP server that provides Nostr capabilities to LLMs, enabling interaction with the decentralized social network protocol.
mcp-server-rabel
AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing.
FastAlert MCP Server
Official Model Context Protocol (MCP) server for FastAlert. This server allows AI agents (like Claude, ChatGPT, and Cursor) to list of your channels and send notifications directly through the FastAlert API.
Telegram
Interact with the Telegram API to send and receive messages.
Aligo SMS
Send SMS messages using the Aligo SMS API.
MCP Evolution API
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
Slack MCP Server
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
API Docs MCP
MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs