Notion MCP Server

by tkc

Integrations

  • Provides integration with Notion by allowing Claude to interact with Notion's API using an integration key, likely enabling access to Notion workspaces, pages, and content.

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

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 install

Uso

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 glob
  • read_file : lee el contenido de un archivo
  • write_file : escribe contenido en un archivo
  • edit_file : edita un archivo existente con el contenido proporcionado y muestra diferencias
  • delete_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

-
security - not tested
F
license - not found
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor de protocolo de contexto de modelo de sistema de archivos que proporciona a Claude Desktop capacidades para leer, escribir y manipular archivos en su sistema.

  1. Features
    1. Prerequisites
      1. Installation
        1. Usage
          1. Available Tools
            1. Security
              1. License
                1. Acknowledgments

                  Related MCP Servers

                  • A
                    security
                    A
                    license
                    A
                    quality
                    A Model Context Protocol server that enables enhanced file system operations including reading, writing, copying, moving files with streaming capabilities, directory management, file watching, and change tracking.
                    Last updated -
                    12
                    6
                    TypeScript
                    MIT License
                  • A
                    security
                    A
                    license
                    A
                    quality
                    A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
                    Last updated -
                    2
                    14
                    TypeScript
                    MIT License
                    • Apple
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A 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.
                    Last updated -
                    22
                    Python
                    Apache 2.0
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    A server that lets Claude desktop app execute terminal commands on your computer and edit files through Model Context Protocol, featuring command execution, process management, and advanced file operations.
                    Last updated -
                    6,675
                    MIT License
                    • Linux
                    • Apple

                  View all related MCP servers

                  ID: rf4itkypny