Notion MCP Server
@orbit-logistics/notion-mcp-server
Un servidor MCP que refleja todo el SDK de API de Notion como una colección de herramientas, lo que permite que los modelos de lenguaje grandes (LLM) interactúen con Notion sin problemas.
Descripción general
@orbit-logistics/notion-mcp-server se basa en el Protocolo de Contexto de Modelo (MCP) y expone la API completa de Notion como herramientas que los LLM pueden usar. Esto permite realizar operaciones como leer, crear, actualizar y eliminar páginas de Notion directamente mediante instrucciones en lenguaje natural.
Related MCP server: Notion MCP Server
Configuración de integración de Notion
Antes de usar este servidor con Cursor o Claude Desktop, debe crear una integración con Notion y otorgarle acceso a sus páginas. Siga las instrucciones de la documentación de Notion para crear una integración y agregar los permisos necesarios:
Introducción a la integración de Notion
Uso
Uso con cursor
Para integrar @orbit-logistics/notion-mcp-server con Cursor, siga estos pasos:
Abra la configuración del cursor.
Vaya a Características y desplácese hacia abajo hasta "Servidores MCP".
Haga clic en "Agregar nuevo servidor MCP".
Ingrese un nombre de su elección y seleccione "comando" como tipo.
En el campo de comando, ingrese lo siguiente (reemplace
<notion_integration_token>con su token real):
npx -y @orbit-logistics/notion-mcp-server -t <notion_integration_token>Este comando inicia el servidor con su token de integración de Notion. Cursor usará este servidor MCP para acceder a las herramientas de la API de Notion.
Uso con Claude Desktop
En Claude Desktop, las configuraciones del servidor MCP se almacenan en un archivo de configuración JSON. Agregue la siguiente entrada a su archivo claude_desktop_config.json (reemplace <notion_integration_token> con su token real):
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"mcp-sequential-thinking-test",
"-t",
"<notion_integration_token>"
]
}
}
}Esta configuración permite que Claude Desktop invoque el servidor MCP de Notion para interactuar con Notion.
Licencia
Este proyecto está licenciado bajo la licencia MIT.
Contribuyendo
¡Agradecemos sus contribuciones! No dude en abrir un problema o enviar una solicitud de incorporación de cambios con sus sugerencias y mejoras.
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 Servers
- AlicenseNot gradedqualityDmaintenanceEnables Language Models to interact with Notion workspaces through standardized tools for searching, reading, creating, and updating pages and databases.119MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API. Provides tools to search, read, create, and update Notion pages and databases with real-time synchronization.991MIT
- FlicenseBqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API. Supports creating, retrieving, and updating Notion pages and their properties, allowing users to manage Notion content through natural language.4
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Notion workspaces through the Notion API, allowing users to search, read, comment on, and create pages and databases using natural language commands.172,212MIT
Related MCP Connectors
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
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/orbit-logistics/notion-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server