---
title: "Install in Notion"
description: "Add the Spinrun gateway to Notion for run and Build surfaces."
url: https://docs.spinrun.ai/install/notion
markdown_url: https://docs.spinrun.ai/install/notion.md
---

# Install in Notion

{/* GENERATED from @spinrun/clients stepsFor() — do not edit by hand. */}

## Run surface [#run-surface]

### 1. Add a connector in Notion [#1-add-a-connector-in-notion]

Open settings, add a remote MCP server, and paste this URL.

```text
https://spinrun.ai/mcp
```

### 2. Authorize in your browser [#2-authorize-in-your-browser]

A browser window opens automatically. Sign in and choose which workspace Notion may reach — no key to copy, and you can revoke it any time from Settings → Applications.

> Fallback — If it asks for a key instead: Provide your key when Notion asks for a header or token.

```text
x-spinrun-key: YOUR_API_KEY
x-spinrun-client: notion
```

## Build surface [#build-surface]

### 1. Add a connector in Notion [#1-add-a-connector-in-notion-1]

This is the Build surface — it authors agents and workflows rather than running tools, and it accepts browser authorization only. Open settings, add a remote MCP server, and paste this URL.

```text
https://spinrun.ai/mcp/build
```

### 2. Authorize in your browser [#2-authorize-in-your-browser-1]

A browser window opens automatically. Sign in and choose which workspace Notion may author in. Tick "Build authorization" on the consent screen, or enable it later under Settings → Applications (workspace owners only). You can revoke it any time from Settings → Applications.

## Related [#related]

* [Install](https://docs.spinrun.ai/install.md)
* [Build vs run](https://docs.spinrun.ai/getting-started/build-vs-run.md)
