Development Setup with Fireworks Docs MCP ↗
noSummary: Configure the Fireworks AI Docs MCP server for Claude Code and Cursor
Original Documentation
Documentation Index#
Fetch the complete documentation index at: https://docs.fireworks.ai/llms.txt Use this file to discover all available pages before exploring further.
Configure the Fireworks AI Docs MCP server for Claude Code and Cursor
Claude Code#
Add the MCP server via the CLI:
claude mcp add --transport http fireworks-docs https://docs.fireworks.ai/mcpOr add it to your project’s mcp.json:
{
"mcpServers": {
"fireworks-docs": {
"url": "https://docs.fireworks.ai/mcp"
}
}
}Cursor#
One-click install:
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”
Link last verified
June 7, 2026.
View original ↗
Source: Fireworks AI Docs
Link last verified: 2026-06-07