Esta página se muestra en inglés. Una traducción al español está en curso.
MCP ConfigsApr 6, 2026·2 min de lectura

Notion MCP — Knowledge Base Server for AI Agents

MCP server that connects AI agents to Notion workspaces. Search pages, read content, create documents, and manage databases through natural language. 2,000+ stars.

Listo para agents

Staging seguro para este activo

Este activo primero queda en staging. El prompt copiado pide inspeccionar los archivos staged antes de activar scripts, config MCP o config global.

Stage only · 17/100Política: staging
Superficie agent
Cualquier agent MCP/CLI
Tipo
Mcp Config
Instalación
Stage only
Confianza
Confianza: Community
Entrada
Notion MCP — Knowledge Base Server for AI Agents
Comando de staging seguro
npx -y tokrepo@latest install 75851c68-2e1c-4041-876c-c7f8f5cc87d6 --target codex

Primero deja archivos en staging; la activación requiere revisar el README y el plan staged.

TL;DR
MCP server that gives AI agents read and write access to Notion pages, databases, and content through natural language.
§01

What it is

Notion MCP is a Model Context Protocol server that connects AI agents like Claude Code to Notion workspaces. It enables searching pages, reading content, creating documents, and managing databases through natural language commands. Once configured, your AI agent can query your entire Notion knowledge base as context for its work.

It is designed for developers and teams who store documentation, specs, and knowledge in Notion and want their AI tools to access that context directly.

§02

How it saves time or tokens

The token estimate for this workflow is 2,400 tokens. Instead of manually copying Notion content into prompts, the MCP server lets your agent pull the relevant pages on demand. This keeps context fresh and avoids stale copy-paste. The search functionality means the agent finds the right page without you specifying exact URLs.

§03

How to use

  1. Create a Notion integration at notion.so/my-integrations and get your API key
  2. Share relevant pages with your integration
  3. Add the MCP server config to your .mcp.json
  4. Restart your AI tool
§04

Example

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-notion"],
      "env": {
        "NOTION_API_KEY": "ntn_your_integration_token"
      }
    }
  }
}

Once configured, ask your agent:

'Search my Notion for the API design spec'
'Create a new page in the Engineering database with today\'s standup notes'
'Read the onboarding checklist and summarize the steps'
§05

Related on TokRepo

§06

Common pitfalls

  • Pages must be explicitly shared with your integration; the agent cannot access pages that have not been shared
  • The integration token has workspace-level scope; do not share it in public repositories
  • Large Notion databases with thousands of rows may hit API rate limits; use filters to narrow queries

Preguntas frecuentes

What Notion operations can the MCP server perform?+

The server supports searching pages, reading page content, creating new pages, updating existing pages, querying databases with filters, and managing database properties. It covers the most common Notion API operations.

Do I need a paid Notion plan?+

No. The Notion API is available on all plans, including the free tier. However, the free plan has limitations on the number of integrations and API requests per minute.

How do I share pages with the integration?+

In Notion, open a page, click the three-dot menu, select 'Connections', and add your integration. All child pages under a shared parent page are also accessible to the integration.

Can the agent modify my Notion content?+

Yes. The MCP server has both read and write access. The agent can create new pages, update content, and modify database entries. Review the integration permissions if you want read-only access.

Which AI tools work with Notion MCP?+

Any MCP-compatible AI tool works with Notion MCP, including Claude Code, Claude Desktop, Cursor, Windsurf, and other tools that support the Model Context Protocol.

Referencias (3)
🙏

Fuente y agradecimientos

Built on Notion API. Licensed under MIT.

mcp-notion — ⭐ 2,000+

Thanks for bridging AI agents and team knowledge bases.

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados