> ## 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 Miro MCP server

> Connect Miro's hosted MCP server to Spojit with OAuth to read and create content on your boards, including Enterprise admin enablement.

Miro hosts an MCP server that connects AI agents to your boards. Connect it to Spojit to turn a workflow's output into a board, or pull the content of a planning board into an agent's context.

<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. Miro maintains it and decides which tools it offers; see [Miro's MCP documentation](https://developers.miro.com/docs/miro-mcp) for the current list.
</Note>

## Before you start

* A Miro account with access to the boards you want to use.
* On the Enterprise plan, an admin must enable the MCP server first. See Miro's [admin guide](https://help.miro.com/hc/en-us/articles/31625761037202-Miro-MCP-Server-admin-guide).

## Server URL

```
https://mcp.miro.com/
```

## Connect in Spojit

<Steps>
  <Step title="Add a custom server">
    Go to **Connections** and click **Add custom server**. Enter a **Name** such as `Miro` 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="Approve access and pick a team">
    Miro opens its authorization page. Sign in, select the **team** that contains your boards, 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 Miro 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 board cannot be found">
    The connection is tied to one team. Click **Reconnect** and select the team that contains the board, or add a second connection for another team.
  </Accordion>
</AccordionGroup>

## Learn more

* [Miro's MCP Server](https://developers.miro.com/docs/miro-mcp)
* [Getting started with Miro's MCP Server](https://developers.miro.com/docs/connecting-to-miro-mcp)

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