Skip to main content
Glama

YouTube Translate MCP

by brianshin22
__main__.py295 B
#!/usr/bin/env python3 """ YouTube Translate MCP Server - Main entry point """ import asyncio from .server import main as server_main def main(): """Main entry point for the YouTube Translate MCP server.""" asyncio.run(server_main()) return 0 if __name__ == "__main__": main()

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianshin22/youtube-translate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server