Skip to main content

Claude Code

Add the MCP server via the CLI:
claude mcp add --transport http fireworks-docs https://docs.fireworks.ai/mcp
Or add it to your project’s mcp.json:
{
  "mcpServers": {
    "fireworks-docs": {
      "url": "https://docs.fireworks.ai/mcp"
    }
  }
}

Cursor

One-click install: Install Fireworks Docs MCP Or manually add to your workspace’s mcp.json:
{
  "mcpServers": {
    "fireworks-docs": {
      "url": "https://docs.fireworks.ai/mcp"
    }
  }
}

Using the MCP Server

Once configured, your AI coding agent can search the full Fireworks AI documentation. Example queries:
  • “How do I configure autoscaling for deployments?”
  • “What parameters does the chat completions endpoint accept?”
  • “Show me examples of function calling with Fireworks models”
  • “Find the API reference for batch inference”