{"openapi":"3.1.0","info":{"title":"YouTube MCP Server","description":"YouTube MCP 서버로 영상 자막 추출, 댓글 조회, 채널 정보 확인을 AI 에이전트에서 수행할 수 있습니다. 자연어로 영상 내용을 요약하고 댓글 트렌드를 분석하여 콘텐츠 리서치를 자동화합니다.","version":"1.0.0","x-fusepie-id":"mcp-youtube","x-fusepie-category":"data","x-fusepie-provider":"오픈소스"},"servers":[{"url":"npx -y youtube-mcp","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_youtube","summary":"YouTube MCP Server","description":"YouTube MCP 서버로 영상 자막 추출, 댓글 조회, 채널 정보 확인을 AI 에이전트에서 수행할 수 있습니다. 자연어로 영상 내용을 요약하고 댓글 트렌드를 분석하여 콘텐츠 리서치를 자동화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-youtube":{"command":"npx","args":["-y","@fusepie/mcp-mcp-youtube"],"env":{"API_KEY":""}}}}}