> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect the Webflow MCP server

> Connect Webflow's hosted MCP server to Spojit with OAuth to manage CMS collections, pages, and site data from your workflows.

Webflow hosts an official MCP server with Data API tools for collections, CMS items, pages, and site data, plus Designer tools. Connect it to Spojit to publish CMS items from a content pipeline or update page metadata in bulk.

<Note>
  Spojit connects to this server through a [custom MCP server](/connectors/remote-mcp-servers/custom) connection, so you add it with **Add custom server** rather than from the connector catalog. Webflow maintains it and decides which tools it offers; see [Webflow's MCP documentation](https://developers.webflow.com/mcp/reference/getting-started) for the current list.
</Note>

## Before you start

* A Webflow account with at least one site you can access.

## Server URL

```
https://mcp.webflow.com/mcp
```

## Connect in Spojit

<Steps>
  <Step title="Add a custom server">
    Go to **Connections** and click **Add custom server**. Enter a **Name** such as `Webflow` and paste the **Server URL**.
  </Step>

  <Step title="Keep Auto authentication">
    Leave **Authentication** on **Auto**, choose a visibility, and click **Save & connect**.
  </Step>

  <Step title="Authorize your sites">
    Webflow opens its authorization page. Choose the sites to authorize and approve. Spojit marks the connection **Connected** and refreshes the token automatically.
  </Step>
</Steps>

## Use it in a workflow

Add a **Connector** node, pick your Webflow server under **Custom Servers**, and choose **Agent Mode** or **Direct Mode**. See [Use a custom server in a workflow](/connectors/remote-mcp-servers/custom#use-a-custom-server-in-a-workflow).

## Troubleshooting

<AccordionGroup>
  <Accordion title="A site is missing">
    Only the sites you authorized are available. Click **Reconnect** on the connection and authorize the site.
  </Accordion>
</AccordionGroup>

## Learn more

* [Webflow MCP: Getting started](https://developers.webflow.com/mcp/reference/getting-started)
* [webflow/mcp-server on GitHub](https://github.com/webflow/mcp-server)

<Snippet file="start-free.mdx" />
