Skip to main content
Glama

Notion MCP Server

by arre-ankit

Servidor MCP de Notion

Este es un servidor MCP simple que le permite consultar páginas de Notion.

Instalación

git clone https://github.com/arre-ankit/notion-mcp-server.git cd notion-mcp-server
npm install

Ejecutando el servidor

npm run build

Agregar integración de Notion

  • Vaya a https://www.notion.so/my-integrations
  • Haga clic en "Nueva integración"
  • Llámalo "Servidor Claude MCP"
  • Seleccione los permisos de "Lectura" y "Escritura" para "Páginas"
  • Copiar el "Token de integración"

Añadir la integración de Claude

claude_desktop_config.json

{ "mcpServers": "notion-mcp-server": { "command": "node", "args": [ "Copy Path" ], "env": { "NOTION_API_TOKEN": "Your Notion Token" } } } }

Cómo utilizar

texto alternativo

Indicación: Cree una nueva entrada en la base de datos de Notion con esta lista de películas para ver en 2024 Enlace de página https://www.notion.so/154916e48026802f97d4df6086787817 Agregue la base de datos de películas en esta página

texto alternativo

texto alternativo

🤯 ¡Guau, se actualizará en tu página de Notion!

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor simple que se integra con Claude para permitir la consulta y manipulación de páginas y bases de datos de Notion a través de indicaciones en lenguaje natural.

  1. Instalación
    1. Ejecutando el servidor
      1. Agregar integración de Notion
        1. Añadir la integración de Claude
          1. Cómo utilizar

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
              Last updated -
              7
              180
              45
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              An MCP server implementation that integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata for querying, modifying, and managing objects and records.
              Last updated -
              7
              18
              4
              TypeScript
              MIT License
              • Apple
              • Linux
            • -
              security
              F
              license
              -
              quality
              A server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.
              Last updated -
              Python
            • A
              security
              F
              license
              A
              quality
              A bridge between Claude AI and Notion that enables users to interact with Notion databases and pages through natural language, supporting operations like creating, reading, updating, and deleting content.
              Last updated -
              10
              10
              JavaScript
              • Apple

            View all related MCP servers

            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/arre-ankit/notion-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server