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

# Notion

> Access and manage Notion workspaces - search pages, read content, create and update pages, and sync documentation

## Connect Firebender to Notion

Connect Firebender to Notion to access your workspace, manage pages, and sync documentation.

<video autoPlay loop muted playsInline style={{width: '100%', borderRadius: '12px'}}>
  <source src="https://mintcdn.com/firebendercorp/JSX-KE-pMIQ-3Nqc/assets/mcp/notion.webm?fit=max&auto=format&n=JSX-KE-pMIQ-3Nqc&q=85&s=7fddba23b63def5b51cfb58b4fe2705c" type="video/webm" data-path="assets/mcp/notion.webm" />
</video>

## What is Notion?

Notion is an all-in-one workspace for notes, documentation, project management, and collaboration.

With the Notion MCP integration, Firebender can:

* Search across your workspace
* Read page content and databases
* Create and update pages
* Sync code documentation to Notion
* Access project information

## Installation

Click the button below to install the Notion MCP server:

[Add to Firebender](jetbrains://studio/firebender/add_mcp?id=notion)

Or manually configure in your `mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "notion": {
      "url": "https://mcp.notion.com/mcp"
    }
  }
}
```

## Use Cases

* **Documentation Sync**: Keep code and Notion docs in sync
* **Project Management**: Access project information while coding
* **Knowledge Base**: Query your team's knowledge base
* **Meeting Notes**: Create and update meeting notes from your IDE
