# YouTube Shorts Viral Agent - MCP Configuration Example
## Add this to your MCP client config (e.g., Claude Desktop):
{
"mcpServers": {
"youtube-shorts-viral": {
"command": "uvx",
"args": ["--from", "youtube-shorts-viral-agent", "shorts-server"],
"env": {
"YOUTUBE_API_KEY": "your_youtube_api_key_here"
}
}
}
}
## Get YouTube API Key:
# 1. Visit https://console.cloud.google.com/apis/credentials
# 2. Create a new project or select existing
# 3. Enable YouTube Data API v3
# 4. Create API Key
# 5. Copy key to config above