youfiliate_connect_youtube
ActiveTool of youfiliate-mcp
Initiate YouTube OAuth connection. Returns a URL the user must open in their browser. The user must open the returned URL in their web browser to authorize Youfiliate to access their YouTube channel. The OAuth callback is handled in the browser — this tool only returns the authorization URL. Does NOT read or modify any YouTube data. The OAuth flow is completed in the user's browser. Common errors: - Already connected: disconnect first with `youfiliate_disconnect_youtube`.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"ConnectYouTubeInput": {
"type": "object",
"title": "ConnectYouTubeInput",
"properties": {
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' or 'json'"
}
},
"description": "Input for initiating YouTube OAuth connection.",
"additionalProperties": false
}
},
"title": "youfiliate_connect_youtubeArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/ConnectYouTubeInput"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries