# How to connect Notion to Claude

Published: 2025-12-03T18:00:00.000Z
Canonical: https://wow.pjh.is/journal/how-to-connect-notion-to-claude

Claude can search for information from Notion, create or edit pages, add or retrieve comments, and [much else](https://developers.notion.com/docs/mcp-supported-tools).

![Granola Notion connection](https://wow.pjh.is/static/images/blog/claude-granola-summary.jpeg)

To enable that: open your [Claude Connector settings](https://claude.ai/settings/connectors), then click "Browse connectors > Notion > Connect".

![Notion Claude connection](https://wow.pjh.is/static/images/blog/claude-add-notion-connector.jpeg)

The connector works well, but it's often slow, because it has to do a bunch of searching to find the relevant documents every time. Just like with [Asana](https://wow.pjh.is/journal/create-asana-tasks-claude), you can speed things up (a lot) by adding information about how to navigate your Notion (e.g. links to key pages; the names of databases you often use) to your [system instructions](https://claude.ai/settings/general) (currently called "personal preferences" in the web app).

If you run into a slow query, just say something like:

**Prompt**

Hey Claude, I'm finding that the Notion connector is rather slow. Please help me write some instructions for the "personal preferences" settings dialog to speed things up. They should contain key information such as the URLs or IDs of the most important pages and folders and databases in my Notion account, so that you don't have to keep searching for them. Give me the instructions in a markdown block so I can easily copy-paste.

You should end up with something like this:

**Prompt**

```

# Notion configuration

## Key locations (use directly without searching)
* Tasks database: collection://[your-data-source-id]
* Meeting notes database: collection://[your-data-source-id]
* Projects database: collection://[your-data-source-id]
* Personal wiki root page: [page-id]

## Database schemas (to avoid fetching before creating pages)
Tasks database properties:
- Title (title)
- Status (select): To Do, In Progress, Done, Blocked
- Priority (select): High, Medium, Low
- Due Date (date)
- Project (relation to Projects database)
- Assignee (people)

Meeting notes properties:
- Title (title)
- Date (date, datetime)
- Attendees (multi_select)
- Link (url)

## Workflow preferences
* When I ask about "my tasks" or "to-dos", query the Tasks database directly.
* When I ask about "meetings" or "transcripts", query the Meeting notes database.
* When creating new tasks, default Status to "To Do" and leave Priority blank unless I specify.
* When creating meeting notes, always set the date field to datetime (not date-only).

```
