Provides filesystem capabilities to Claude, allowing it to read, write, and manipulate files on your system.
Connect Notion to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Provides filesystem capabilities to Claude, allowing it to read, write, and manipulate files on your system. The notion mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
list_files — Lists files matching a glob patternread_file — Reads the content of a filewrite_file — Writes content to a fileedit_file — Edits an existing file with the provided content and shows diffdelete_file — Deletes a fileSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Notion's toolset — list_files, read_file, write_file and 2 more — is a fair guide to whether it matches your workflow. It is maintained by tkc; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Notion's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_files | Lists files matching a glob pattern |
| read_file | Reads the content of a file |
| write_file | Writes content to a file |
| edit_file | Edits an existing file with the provided content and shows diff |
| delete_file | Deletes a file |
## Usage
claude_desktop_config.json
```bash
{
"mcpServers": {
"notion": {
"command": "~/.bun/bin/bun",
"args": [
"run",
"<your path>/src/notion/index.ts",
"your_notion_integration_key_here"
]
}
}
}Configuration as documented by the project. Restart the client after saving.
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.