F
Fireworks AI
Call Fireworks AI hosted models.
·No reviews yet
Share:
About
Auto-generated
Fireworks AI is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Fireworks AI.
- What is the primary function of the Fireworks AI MCP?
- The Fireworks AI MCP allows users to access and interact with models hosted on Fireworks AI. It acts as an intermediary, enabling communication between your client and Fireworks AI's services.
- How do I install and configure Fireworks AI MCP in a client such as Cline?
- Installation typically involves adding the Fireworks AI MCP repository to your client's configuration. You would then specify 'fireworks-ai' as the desired provider in your client's settings. Refer to your MCP client's documentation for exact steps.
- Does the Fireworks AI MCP require an API key for authentication?
- Yes, the Fireworks AI MCP uses an API key for authentication. You will need to obtain a valid API key from Fireworks AI and configure it within your MCP client to access their hosted models.
- What kind of capabilities does the Fireworks AI MCP expose?
- The Fireworks AI MCP exposes capabilities related to calling Fireworks AI hosted models. This typically includes functionalities for sending model requests and receiving responses, facilitating the use of various AI models.
- What is the cost associated with using the Fireworks AI MCP?
- The Fireworks AI MCP itself is provided under a community license. The cost for using the underlying models and services depends on your Fireworks AI subscription or usage plan, which is separate from the MCP.
- Are there any limitations or prerequisites for using the Fireworks AI MCP?
- A key prerequisite for using the Fireworks AI MCP is an active Fireworks AI account and a valid API key. Additionally, performance and available models are subject to the Fireworks AI service's offerings and any associated rate limits.
Install Fireworks AI
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"fireworks-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireworks-ai"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"fireworks-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireworks-ai"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"fireworks-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fireworks-ai"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.