To add the MCP server in any config driven MCP Client, following is how the commands and arguments will look like
Install `uv`
We need to install uv first.
For macOS/Linux:
For Windows:
You can also visit the installation steps of
uv
for more details
hereRun the MCP Server
You can run the MCP server using uvx
using the following command
Add the VideoDB Director MCP Server in your favorite Client
Claude Desktop
To configure VideoDB Director MCP server in Claude, you can run the following command
uvx videodb-director-mcp --install=claude
You can manually configure the MCP Server by following these steps:
- Open the
claude_desktop_config.json
fileIn MacOS/Linux:In Windows:
- Add the VideoDB Director MCP Server inside the
mcpServers
key:
Cursor
To configure VideoDB Director MCP server in Cursor, you can run the following command
uvx videodb-director-mcp --install=cursor
You can manually configure the MCP Server by following these steps:
- Inside Cursor, go to Settings > Cursor Settings
- Click on MCP
- Click on Add new Global MCP Server
- Add the VideoDB Director MCP Server under the
mcpServers
key
Install in Claude and Cursor at the same time.
You can configure VideoDB Director MCP server in Claude and Cursor together, by running the following command
Install for Claude Code
Update VideoDB Director MCP package
To ensure you're using the latest version of the MCP server with uvx
, start by clearing the cache:
This command removes any outdated cached packages of videodb-director-mcp
, allowing uvx
to fetch the most recent version.
If you always want to use the latest version of the MCP server, update your command as follows:
To add the MCP server in any config driven MCP Client, following is how the commands and arguments will look like
Install `uv`
We need to install uv first.
For macOS/Linux:
For Windows:
You can also visit the installation steps of
uv
for more details
hereRun the MCP Server
You can run the MCP server using uvx
using the following command
Add the VideoDB Director MCP Server in your favorite Client
Claude Desktop
To configure VideoDB Director MCP server in Claude, you can run the following command
uvx videodb-director-mcp --install=claude
You can manually configure the MCP Server by following these steps:
- Open the
claude_desktop_config.json
fileIn MacOS/Linux:In Windows:
- Add the VideoDB Director MCP Server inside the
mcpServers
key:
Cursor
To configure VideoDB Director MCP server in Cursor, you can run the following command
uvx videodb-director-mcp --install=cursor
You can manually configure the MCP Server by following these steps:
- Inside Cursor, go to Settings > Cursor Settings
- Click on MCP
- Click on Add new Global MCP Server
- Add the VideoDB Director MCP Server under the
mcpServers
key
Install in Claude and Cursor at the same time.
You can configure VideoDB Director MCP server in Claude and Cursor together, by running the following command
Install for Claude Code
Update VideoDB Director MCP package
To ensure you're using the latest version of the MCP server with uvx
, start by clearing the cache:
This command removes any outdated cached packages of videodb-director-mcp
, allowing uvx
to fetch the most recent version.
If you always want to use the latest version of the MCP server, update your command as follows: