Skip to content

Commit 2054488

Browse files
authored
Enhance README with detailed integration steps and images (makenotion#5)
1 parent 9e8806a commit 2054488

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@ This project implements an [MCP server](https://spec.modelcontextprotocol.io/) f
88

99
### Installation
1010

11-
Add the following to your `.cursor/mcp.json` or `claude_desktop_config.json` (MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`)
11+
#### 1 First Step:
12+
Go to https://www.notion.so/profile/integrations and create a new internal integration.
13+
<img width="918" alt="tutorial" src="tutorial0.png" />
14+
15+
16+
#### 2 Second Step:
17+
Add the following to your `.cursor/mcp.json` or `claude_desktop_config.json` (MacOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`)
1218

1319
```javascript
1420
{
@@ -25,10 +31,16 @@ Add the following to your `.cursor/mcp.json` or `claude_desktop_config.json` (Ma
2531
```
2632

2733
Don't forget to replace `ntn_****` with your integration secret. Find it from your integration configuration tab:
34+
2835
<img width="918" alt="retrieve-token" src="https://github.com/user-attachments/assets/67b44536-5333-49fa-809c-59581bf5370a" />
2936

37+
#### 3 Third Step:
3038
Ensure relevant pages and databases are connected to your integration.
3139

40+
To do this, you'll need to visit that page, and click on the 3 dots, and select "Connect to integration".
41+
<img width="918" alt="tutorial" src="tutorial.png" />
42+
43+
3244
### Examples
3345

3446
1. Using the following instruction

tutorial.png

586 KB
Loading

tutorial0.png

96.2 KB
Loading

0 commit comments

Comments
 (0)