by community · 3.8k installs
Read and write Notion pages, databases, and blocks. Build AI-powered knowledge workflows.
Full Notion integration for reading, creating, and updating pages and databases from your AI assistant.
A Notion integration token. Create one at notion.so/my-integrations and share relevant pages with the integration.
searchSearch across all pages and databases in the workspace.
get_pageRetrieve a page with all its content blocks.
create_pageCreate a new page in a parent page or database.
query_databaseQuery a database with filters, sorts, and pagination.
update_pageUpdate page properties or content blocks.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/notion-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}