# Does fal.ai have an MCP server?

**Yes — Official.** fal.ai maintains an official MCP server.

## Facts

- Verdict: Official (Yes)
- Access: Remote server — Hosted by the vendor — no install, connect over HTTP with OAuth or a token.
- Endpoint: `https://docs.fal.ai/mcp`
- Category: [Art & Culture](https://mcpyet.com/category/art-culture/)
- Verified against vendor docs: 2026-08-10
- GitHub data refreshed: 2026-08-11 (re-checked every 6 hours)

## The receipts

- **Vendor-hosted (remote):** `https://docs.fal.ai/mcp` — a remote server run by fal.ai itself, nothing to install. Documented at <https://fal.ai/docs/documentation/serverless/mcp>.
- **Community alternative:** [luminarylane/fal-mcp-server](https://github.com/luminarylane/fal-mcp-server) — ★ 52, pushed 2026-05-04. MCP server for Fal.ai - Generate images, videos, music and audio with Claude

## How to connect it

Hosted by the vendor — no install, connect over HTTP with OAuth or a token.

### Claude Code

```sh
claude mcp add --transport http falai https://docs.fal.ai/mcp
```

Add `--scope user` to make it available in every project.

### Claude Desktop

1. Open **Settings → Connectors**
2. Click **Add custom connector**
3. Paste `https://docs.fal.ai/mcp`
4. Finish the sign-in prompt, then enable it in the chat's tools menu

### Cursor

Add to `.cursor/mcp.json` in your project, or `~/.cursor/mcp.json` for every project:

```json
{
  "mcpServers": {
    "falai": {
      "url": "https://docs.fal.ai/mcp"
    }
  }
}
```

### VS Code

Add to `.vscode/mcp.json`, then pick the server from Copilot's agent-mode tools menu:

```json
{
  "servers": {
    "falai": {
      "type": "http",
      "url": "https://docs.fal.ai/mcp"
    }
  }
}
```

### ChatGPT

1. Enable **Developer mode** under Settings → Apps & Connectors → Advanced
2. Choose **Create** and paste `https://docs.fal.ai/mcp`
3. Complete sign-in, then enable the connector in a new chat

## How we know

fal hosts an official MCP server at docs.fal.ai/mcp — scoped to docs search and model discovery across 1,000+ models, not model execution. Community servers (luminarylane/fal-mcp-server) cover generation. Seed said COMMUNITY-ONLY.

- GitHub data refreshed 2026-08-11, then every 6 hours.
- Vendor docs verified on 2026-08-10.
- Corrections: hello@mcpyet.com.

## Also in Art & Culture

- [Kling](https://mcpyet.com/mcp/kling.md) — Community only (Sort of)
- [Kie.ai](https://mcpyet.com/mcp/kie-ai.md) — Community only (Sort of)
- [Blender](https://mcpyet.com/mcp/blender.md) — Community only (Sort of)
- [Canva](https://mcpyet.com/mcp/canva.md) — Official (Yes)
- [Spotify](https://mcpyet.com/mcp/spotify.md) — Community only (Sort of)
- [LabelGrid](https://mcpyet.com/mcp/labelgrid.md) — Official (Yes)

---

Source: https://mcpyet.com/mcp/fal-ai/ — data refreshed 2026-08-11
