Lamina Labsdocs

MCP server

Use Simi from Claude, Cursor, and other MCP clients.

Simi ships a remote MCP server (streamable HTTP) named lamina-simi. It exposes tools to submit a video job and fetch the finished video, so an agent can turn the document you are discussing into an explainer without leaving the conversation.

Endpoint

https://api.laminalabs.ai/mcp

Claude Code

claude mcp add --transport http simi https://api.laminalabs.ai/mcp

Generic client configuration

{
  "mcpServers": {
    "simi": {
      "type": "http",
      "url": "https://api.laminalabs.ai/mcp"
    }
  }
}

Authentication uses OAuth: clients that support it will open a browser window to sign in to your Simi account on first use.