Skip to main content
Glama

SRT Translation MCP Server

by omd0
test-server.js299 B
import { SRTTranslationMCPServer } from './dist/mcp/server.js'; const server = new SRTTranslationMCPServer(); console.log('Starting MCP server...'); server.start().then(() => { console.log('Server started successfully'); }).catch(error => { console.error('Server failed to start:', error); });

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/omd0/srt-mcp'

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