npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@node2flow/notion-mcp

v1.0.4

Published

MCP server for Notion API — manage pages, blocks, databases, data sources, comments, and users

Readme

@node2flow/notion-mcp

smithery badge

MCP server for the Notion API — manage pages, blocks, databases, data sources, comments, and users.

Quick Start

Claude Desktop / Cursor / VS Code

Add to your MCP client config:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@node2flow/notion-mcp"],
      "env": {
        "NOTION_API_KEY": "ntn_your_integration_token"
      }
    }
  }
}

HTTP Mode (Streamable HTTP)

NOTION_API_KEY=ntn_xxx npx @node2flow/notion-mcp --http

MCP endpoint: http://localhost:3000/mcp

Cloudflare Worker

https://notion-mcp-community.node2flow.net/mcp?NOTION_API_KEY=ntn_xxx

Configuration

| Variable | Required | Description | |----------|----------|-------------| | NOTION_API_KEY | Yes | Notion Internal Integration Token (starts with ntn_ or secret_) |

Getting a Notion API Key

  1. Go to notion.so/my-integrations
  2. Click New integration
  3. Give it a name and select the workspace
  4. Copy the Internal Integration Token
  5. Share your pages/databases with the integration (click "..." > "Connections" > add your integration)

Tools (25)

Search (1)

| Tool | Description | |------|-------------| | notion_search | Search pages and databases by title |

Pages (5)

| Tool | Description | |------|-------------| | notion_create_page | Create a new page | | notion_get_page | Get page by ID | | notion_update_page | Update page properties, icon, cover | | notion_move_page | Move page to new parent | | notion_get_page_property | Get a specific property value |

Blocks (5)

| Tool | Description | |------|-------------| | notion_get_block | Get a block by ID | | notion_get_block_children | Read page/block content | | notion_append_blocks | Add content blocks to page/block | | notion_update_block | Update block content | | notion_delete_block | Delete (archive) a block |

Data Sources (5)

| Tool | Description | |------|-------------| | notion_create_data_source | Create a data source table | | notion_get_data_source | Get data source by ID | | notion_update_data_source | Update data source schema | | notion_query_data_source | Query pages with filters/sorts | | notion_list_data_source_templates | List data source templates |

Databases — Legacy (3)

| Tool | Description | |------|-------------| | notion_get_database | Get database by ID | | notion_query_database | Query database with filters/sorts | | notion_create_database | Create inline database in page |

Comments (3)

| Tool | Description | |------|-------------| | notion_create_comment | Comment on page or reply to thread | | notion_get_comments | List comments on page/block | | notion_get_comment | Get single comment by ID |

Users (3)

| Tool | Description | |------|-------------| | notion_list_users | List all workspace users | | notion_get_user | Get user by ID | | notion_get_bot_user | Get bot integration info |

License

MIT