Claude Desktop Notion MCP Server
@tkc
Claude Desktop Notion MCP Server について
Notion MCP Server
基本情報
設定
ツール
5Lists files matching a glob pattern
Reads the content of a file
Writes content to a file
Edits an existing file with the provided content and shows diff
Deletes a file
概要
What is Claude Desktop Notion MCP Server?
It is a filesystem Model Context Protocol (MCP) server for Claude Desktop that enables Claude to read, write, and manipulate files on your system. It is built with Bun and includes secure path normalization.
How to use Claude Desktop Notion MCP Server?
Clone the repository, run bun install, then configure Claude Desktop by adding the server to claude_desktop_config.json with the Bun command and your Notion integration key as an argument. Optionally, provide a base directory; otherwise the current working directory is used.
Key features of Claude Desktop Notion MCP Server
- List files with glob pattern matching
- Read file contents
- Write content to files
- Edit files and display diff output
- Delete files with secure path normalization
Use cases of Claude Desktop Notion MCP Server
- Allow Claude to read configuration or log files
- Let Claude write or edit project files during a conversation
- Automate file deletion or cleanup tasks
- Preview changes via diff before applying edits
FAQ from Claude Desktop Notion MCP Server
What runtime is required?
Bun v1.2.5 or later.
How do I install the server?
Clone the repository and run bun install to install dependencies.
How do I configure Claude Desktop to use this server?
Add an entry to claude_desktop_config.json with the command set to bun, args including run <path>/src/notion/index.ts and your Notion integration key.
What security measures are implemented?
Path normalization and validation ensure operations are restricted to the specified base directory, preventing directory traversal attacks.
What tools does the server expose?
list_files, read_file, write_file, edit_file, and delete_file.
「メモリとナレッジ」の他のコンテンツ
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
コメント