Together AI inference platform — run open-source models, manage fine-tuning jobs, and generate embeddings
TOGETHER_API_KEYnpx @getmcp/cli add together-aiConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"together-ai": {
"command": "npx",
"args": [
"-y",
"mcp-together-ai"
],
"env": {
"TOGETHER_API_KEY": ""
}
}
}
}