MCP Hub
Back to servers

Notion_connect

Notion MCP Pack

Registry
Updated
Apr 15, 2026

mcp-notion_connect

Notion MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
notion_searchSearch pages and databases in the Notion workspace. Returns matching results with titles and IDs.
notion_get_pageGet a Notion page by ID. Returns page properties and metadata.
notion_get_databaseGet a Notion database by ID. Returns database schema, properties, and metadata.
notion_query_databaseQuery a Notion database with optional filters and sorts. Returns matching pages/rows.
notion_list_pagesList all pages the Notion integration has access to. Uses search with page filter.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "notion_connect": {
      "url": "https://gateway.pipeworx.io/notion_connect/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use notion_connect

License

MIT

Reviews

No reviews yet

Sign in to write a review