Skip to main content
LLM.kiwi LogoLLM.kiwi

Claude Integration

Integrate LLM.kiwi directly into Claude Desktop or other Claude-powered environments using the Model Context Protocol (MCP).

Claude Desktop App

Claude Desktop allows you to connect local or remote MCP servers. By connecting LLM.kiwi, you can ask Claude to generate images, transcribe audio, or use other models available on our platform.

Configuration

Locate your Claude Desktop config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "llm-kiwi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sse",
        "--url",
        "https://api.llm.kiwi/mcp",
        "--headers",
        "Authorization=Bearer sk-..."
      ]
    }
  }
}

Note: The above configuration is for SSE-based MCP servers. If using a direct connection, follow the specific client instructions. For now, we recommend checking our MCP Server Documentation for the latest connection string formats.