← Back to MCP Directory
Notion guMCP Server

Notion guMCP Server

Server for interacting with Notion

Tools

  • List All Users

    List all users in the workspace (excludes guests)

  • List All Pages

    List all pages across all databases in the workspace

  • List All Blocks

    List all blocks from a specific page

  • Get User

    Retrieve a specific user by their ID

  • Get Current User

    Retrieve information about the current bot user

  • Search Pages

    Search pages by text

  • List Databases

    List all databases

  • Get Database

    Retrieve a specific database by ID to get its schema/structure. Useful for understanding properties and types before using other database tools.

  • Query Database

    Query a Notion database with filtering, sorting, and pagination support

  • Get Page

    Retrieve a page by ID with its properties (not content). Note: Limited to 25 references per property - use get_page_property for properties with more references.

  • Get Block Children

    List content blocks of a page or block with pagination support. Returns only first level children.

  • Get Block

    Retrieve a single block by ID. Use get_block_children if the block has children.

Installation Steps

Get StartedGet Started
1

Create a Gumloop Account

To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.

2

Generate Your Server URL

Generate and copy your MCP server URL to use in your application.