enhance mcp for Cursor
io.github.avclabs/enhance-mcp
HTTP MCP Client-Server for video enhancement API
client:Cursor
transport:stdio
runtime:npm
Install enhance mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"enhance-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avclabs.ai/enhance-mcp"
],
"env": {
"HTTP_API_KEY": "<HTTP_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs