Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The Notion MCP Server is an implementation of the Model Context Protocol (MCP) for the Notion API, enabling integration with LLMs for tasks like commenting on pages and adding new pages.
Add this to your MCP client configuration:
{
"mcpServers": {
"makenotion-notion-mcp-server": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"env": {
"OPENAPI_MCP_HEADERS": "<JSON string containing Authorization and Notion-Version headers>"
}
}
}
}{
"id": "makenotion-notion-mcp-server",
"name": "Notion",
"description": "The Notion MCP Server is an implementation of the Model Context Protocol (MCP) for the Notion API, enabling integration with LLMs for tasks like commenting on pages and adding new pages.",
"source_url": "https://github.com/makenotion/notion-mcp-server",
"publisher_name": "makenotion",
"publisher_url": "https://github.com/makenotion",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 757677,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@notionhq/notion-mcp-server"
},
"tools_count": 19
}