Odel
Notion_connect

Notion_connect

@pipeworx-ioDeveloper ToolsTypeScriptMITUpdated 2w ago

Notion MCP Pack

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

mcp-notion_connect

Notion MCP Pack

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
notion_searchSearch your Notion workspace by keyword. Returns matching page/database titles, IDs, and types to locate content quickly.
notion_get_pageGet a Notion page by ID. Returns full properties, metadata, and content structure for reading or editing.
notion_get_databaseGet a Notion database schema by ID. Returns all properties, field types, and configuration to understand structure.
notion_query_databaseQuery a Notion database with filters and sorting (e.g., status='Done', sort by date). Returns matching rows with property values.
notion_list_pagesList all accessible pages in your Notion workspace. Returns titles and IDs to discover available content.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Notion_connect data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT