We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Xeron2000/viral-shorts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 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