Claude Integration
⚡ 5 min readAdd the Transcodes MCP server to Claude Desktop. Prerequisites: AI Agent Overview (token ready).
Open Settings → Developer → Edit Config
Claude Desktop → Settings → Developer → Edit Config

Edit claude_desktop_config.json
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"transcodes": {
"command": "npx",
"args": ["-y", "@bigstrider/transcodes-mcp-server"],
"env": {
"TRANSCODES_TOKEN": "JWT_TOKEN..."
}
}
}
}
Fully quit and relaunch Claude Desktop after saving. Confirm transcodes-mcp shows as running under Settings → Developer.
Last updated on