Notion
Where to issue a Notion internal-integration token and connect it to Nora.Notion integrations let your agents create pages, query and edit databases, and walk page hierarchies. Nora authenticates with an internal-integration token (Bearer auth) plus the standard
Notion-Version: 2022-06-28 header.
Where to apply for credentials
Notion — My integrations
Create an internal integration
Click + New integration. Pick the workspace, name it (e.g. “Nora agent”), choose Internal as the type.
Connect in Nora
Paste the token, optionally set a workspace ID, and click Connect. Nora callsGET /v1/users/me to verify the token and reports the bot user’s name.
MCP server
Notion ships an official MCP server:- Package:
@notionhq/notion-mcp-server - Docs: github.com/makenotion/notion-mcp-server
- Env:
NOTION_TOKEN(which Nora injects automatically).
Environment variables Nora injects
| Variable | Source |
|---|---|
NOTION_TOKEN | Integration Token |

