LogoSTMCP
Download
Notion MCP Server

Notion MCP Server

The Notion MCP Server is an official remote server that enables streamlined multi-client protocol (MCP) integration with the Notion API, making it easier to connect and use AI tools.

Tools

1. search_notion_pages

Search for pages in Notion workspace using keywords and filters.

2. get_notion_page_content

Retrieve the complete content of a specific Notion page using its page ID.

3. create_notion_page

Create a new page in Notion workspace with specified title and content.

4. update_notion_page

Update existing Notion page content, properties, or metadata.

5. search_notion_databases

Search and query Notion databases with filtering and sorting capabilities.

6. get_notion_database_content

Retrieve all entries and structure information from a specific Notion database.

7. create_notion_database_entry

Add a new entry to an existing Notion database with specified properties.

8. update_notion_database_entry

Modify existing database entry properties and content.

9. add_notion_comment

Add comments to specific Notion pages or database entries.

10. get_notion_comments

Retrieve all comments from a specific Notion page or database entry.

11. get_notion_block_content

Fetch content of specific blocks within Notion pages.

12. create_notion_block

Create new content blocks (text, images, tables, etc.) in Notion pages.

13. update_notion_block

Modify existing content blocks in Notion pages.

14. get_notion_user_info

Retrieve information about Notion workspace users and permissions.

15. search_notion_workspace

Perform comprehensive search across the entire Notion workspace.

JSON Config

{
  "mcpServers": {
    "notionApi": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "NOTION_TOKEN": "ntn_****"
      }
    }
  }
}

Information

Categories