theYahia/jivosite-mcp
MCP server for JivoSite — live chat, visitor tracking, agents (Russia)
Platform-specific configuration:
{
"mcpServers": {
"jivosite-mcp": {
"command": "npx",
"args": [
"-y",
"jivosite-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP-сервер для JivoSite API — чаты, агенты, контакты, сообщения, вебхуки. 10 инструментов + 2 скилла.
[](https://www.npmjs.com/package/@theyahia/jivosite-mcp) [](https://opensource.org/licenses/MIT)
Часть серии Russian API MCP (50 серверов) by @theYahia.
{
"mcpServers": {
"jivosite": {
"command": "npx",
"args": ["-y", "@theyahia/jivosite-mcp"],
"env": { "JIVOSITE_TOKEN": "your-token" }
}
}
}claude mcp add jivosite -e JIVOSITE_TOKEN=your-token -- npx -y @theyahia/jivosite-mcp{
"servers": {
"jivosite": {
"command": "npx",
"args": ["-y", "@theyahia/jivosite-mcp"],
"env": { "JIVOSITE_TOKEN": "your-token" }
}
}
}npx @smithery/cli install @theyahia/jivosite-mcp> Требуется JIVOSITE_TOKEN. Получите в панели JivoSite -> Управление -> API.
npx -y @theyahia/jivosite-mcpnpx -y @theyahia/jivosite-mcp --http --port=3000http://localhost:3000/mcphttp://localhost:3000/health| Инструмент | Описание | |------------|----------| | get_chats | Список чатов (фильтр по статусу) | | get_agents | Список агентов (операторов) | | get_contacts | Список контактов (поиск по имени/email/телефону) | | create_contact | Создать контакт | | get_messages | Сообщения из чата по chat_id | | send_message | Отправить сообщение в чат | | get_webhooks | Список вебхуков | | create_webhook | Создать вебхук | | delete_webhook | Удалить вебхук |
| Скилл | Описание | |-------|----------| | `skill_
Loading reviews...