Notion API MCP Config
Create and manage Notion pages, databases, and blocks through your AI agent.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/notion.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/notion.json to fetch programmatically.
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y","@modelcontextprotocol/server-notion"],
"env": {
"NOTION_TOKEN": "ntn_..."
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/notion.jsonEnvironment Variables
NOTION_TOKENReplace ntn_... with your actual notion token
Endpoints
POST
/v1/pagesCreate a page
POST
/v1/databases/{database_id}/queryQuery a database
GET
/v1/blocks/{block_id}/childrenGet block children