mcp for Cline
io.github.x402-video/mcp
Pay-per-call AI video generation over x402 (USDC on Base). No accounts, no API keys.
client:Cline
transport:stdio
runtime:npm
Install mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"x402-video-mcp"
],
"env": {
"BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>",
"MAX_USD_PER_CALL": "<MAX_USD_PER_CALL>",
"GATEWAY_URL": "<GATEWAY_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs