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)
Navigate to Settings > Integrations (for Teams) or Settings > Data management (for Enterprise)
Locate the "Integrations" section
Click "Add more"
Add the invideo MCP server URL:
https://mcp.invideo.io/sse
Finish configuring your integration by clicking "Add"
For Claude Max
Navigate to Settings > Profile
Locate the "Integrations" section
Click "Add more"
Add the invideo MCP server URL:
https://mcp.invideo.io/sse
Finish configuring your integration by clicking "Add"
Enabling the invideo Integration
Open a chat with Claude
Access the Search and tools menu in the chat interface
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"
]
}
}
}