Skip to main content

Invideo Model Context Protocol Server

Updated yesterday

The invideo Model Context Protocol (MCP) Server implements the Model Context Protocol standard, providing a bridge between AI assistants and Invideo AI.

NOTE - The invideo MCP Server is currently in Beta.

Remote MCP Server

The remote MCP is recommended because it doesn’t require any authorisation..

Invideo now offers a hosted remote MCP server at:

https://mcp.invideo.io/sse

Integration with AI Assistants

Claude.ai Integration. Add the invideo MCP Server to Claude:

For Claude Enterprise & Teams (Owners and Primary Owners)

  1. Navigate to Settings > Integrations (for Teams) or Settings > Data management (for Enterprise)

  2. Locate the "Integrations" section

  3. Click "Add more"

  4. Add the invideo MCP server URL: https://mcp.invideo.io/sse

  5. Finish configuring your integration by clicking "Add"

For Claude Max

  1. Navigate to Settings > Profile

  2. Locate the "Integrations" section

  3. Click "Add more"

  4. Add the invideo MCP server URL: https://mcp.invideo.io/sse

  5. Finish configuring your integration by clicking "Add"

Enabling the invideo Integration

  1. Open a chat with Claude

  2. Access the Search and tools menu in the chat interface

  3. Enable specific invideo tools


Claude Desktop

Remote MCP

Add an entry to claude_desktop_config.json:

{
"mcpServers": {
"mcp_invideo_ai": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.invideo.io/sse"
]
}
}
}

Cursor Integration

To connect Cursor with the invideo MCP server:

Remote MCP

Choose Type: "Command" and in the Command field, enter:

https://mcp.invideo.io/sse

Windsurf Integration

Connect the invideo MCP server to Windsurf by editing the mcp_config.json:

Remote MCP

{
"mcpServers": {
"mcp_invideo_ai": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.invideo.io/sse"
]
}
}
}
Did this answer your question?