Model Context Protocol (MCP)

What is the Livestorm MCP?

The Livestorm MCP (Model Context Protocol) is a developer-friendly integration layer that makes Livestorm data accessible to AI assistants and automated workflows. It uses our public API routes to provide structured, context-rich information (like Events, Sessions, People and Users) in a format AI can understand and act on.

Secure, extensible and ready for innovation, Livestorm MCP is the bridge between Livestorm and your AI-powered future.

With this MCP Server, you can get immediate answers about the Livestorm API services.

Available Tools

livestorm_delete_webhooks_id_ livestorm_post_webhooks livestorm_get_webhooks livestorm_delete_users_id_ livestorm_post_users livestorm_get_users livestorm_get_jobs_id_tasks livestorm_post_events_id_sessions livestorm_get_events_id_sessions livestorm_get_sessions and 28 more.

Installation

📘

A Livestorm account is mandatory to use our Livestorm MCP
To use the Public API, it must be enabled on your workspace. You should contact support to have it activated.

Server URL

https://mcp.livestorm.co/mcp/livestorm-mcp

Raw configuration

{
  "command": "npx",
  "args": [
    "[email protected]",
    "https://mcp.livestorm.co/mcp/livestorm-mcp",
    "--header",
    "Mcp-Livestorm-Api-Key:${MCP_LIVESTORM_API_KEY}"
  ],
  "env": {
    "MCP_LIVESTORM_API_KEY": "<your-value-here>"
  }
}

To find more informations on how to install the server on Cursor, Claude Cursor, Claude Desktop, Windsurf, Gemini CLI and Codex CLI, please check the documentation here.


What’s Next