server.json•974 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.IPv6/mcp-transcribe",
"description": "MCP-Transcribe server allows LLMs to interact with the text content of audio/video files",
"repository": {
"url": "https://github.com/transcribe-app/mcp-transcribe",
"source": "github"
},
"version": "1.0.4",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/transcribe-app/mcp-transcribe/releases/download/v1.0.4/transcribe-com-v1.0.4.mcpb",
"version": "1.0.4",
"fileSha256": "720278617e2a55372919f4ca33bb6298e1e58433f4148fe88b86463fad07bdab",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your MCP-integration URL",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MCP_INTEGRATION_URL"
}
]
}
]
}