Notion MCP Server
Servidor MCP de Claude Desktop Notion
Implementación de un servidor de Protocolo de Contexto de Modelo (MCP) de sistema de archivos para Claude Desktop. Este servidor proporciona capacidades de sistema de archivos a Claude, permitiéndole leer, escribir y manipular archivos en su sistema.
Características
Lista de archivos con coincidencia de patrones glob
Leer el contenido del archivo
Escribir en archivos
Editar archivos con salida diff
Eliminar archivos
Normalización de rutas seguras para evitar ataques de cruce de directorios
Related MCP server: Filesystem MCP Server
Prerrequisitos
Bun v1.2.5 o posterior
Instalación
Clonar el repositorio e instalar las dependencias:
git clone https://github.com/yourusername/claude-desktop-mcp.git
cd claude-desktop-mcp
bun installUso
claude_desktop_config.json
{
"mcpServers": {
"notion": {
"command": "~/.bun/bin/bun",
"args": [
"run",
"<your path>/src/notion/index.ts",
"your_notion_integration_key_here"
]
}
}
}Si no se proporciona ningún directorio base, se utilizará el directorio de trabajo actual.
Herramientas disponibles
El servidor expone las siguientes herramientas:
list_files: enumera los archivos que coinciden con un patrón globread_file: lee el contenido de un archivowrite_file: escribe contenido en un archivoedit_file: edita un archivo existente con el contenido proporcionado y muestra diferenciasdelete_file: Elimina un archivo
Seguridad
El servidor implementa la normalización y validación de rutas para garantizar que las operaciones estén restringidas al directorio base especificado, evitando ataques de recorrido de directorio.
Licencia
Instituto Tecnológico de Massachusetts (MIT)
Expresiones de gratitud
Basado en la especificación del Protocolo de Contexto de Modelo
Desarrollado con el entorno de ejecución de JavaScript de Bun
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.
Browse and manage files in your Moxt AI workspace from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA custom Model Context Protocol server that gives Claude Desktop and other LLMs access to file system operations and command execution capabilities through standardized tool interfaces.23Apache 2.0
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that extends AI capabilities by providing file system access and management functionalities to Claude or other AI assistants.2425-
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP (Model Context Protocol) server for file system operations, providing Claude and other AI assistants with access to local files and directories.2MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude Desktop to perform file operations like reading, writing, listing directories, and managing files through natural language commands.MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tkc/notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server