Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.together.ai/llms.txt

Use this file to discover all available pages before exploring further.

Model Context Protocol (MCP) lets AI coding agents call external tools and pull in external data. The Together AI docs MCP server gives your agent direct access to this documentation site without leaving your editor.

Install

The fastest install is the universal npx add-mcp shortcut, which detects your active client and configures the server in one step. The other tabs cover client-specific install commands and manual configuration.
npx add-mcp https://docs.together.ai/mcp

What you can do

Once installed, your AI coding agent will have direct knowledge of Together AI and can answer prompts like:
  • “Write a script to process data with batch inference”
  • “Build a simple chat app with Together AI’s chat completions API”
  • “Find the best open-source model for frontier coding”
  • “How do I fine-tune a model on my own data?”
The MCP server provides tools to search and retrieve documentation content, so your agent can get accurate answers without leaving your coding environment.