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

n8n-nodes-onepage-mcp

v0.2.0

Published

OnePage.io MCP server as an n8n AI Agent tool

Readme

n8n-nodes-onepage-mcp

OnePage Node

License

An n8n Community Node that exposes the OnePage MCP server to your AI Agent – every OnePage tool, with its own input schema, over the Model Context Protocol.

Looking for the OnePage Trigger (real-time new-lead webhook)? That node lives in its own package: n8n-nodes-onepage.


What is n8n?

n8n is a workflow automation tool that lets you automate processes between different web applications – such as OnePage, CRM systems, Slack, email, or databases.

Instead of manual work, processes run automatically in the background as soon as an event occurs.


⚖️ Legal Notice

This community node uses the public OnePage MCP server and is not officially affiliated with OnePage.

All trademarks and product names are the property of their respective owners.

Note: This is a community-developed integration. For official support, please contact OnePage directly.


🤖 Overview

The Onepage MCP node is an AI Agent tool sub-node: attach it to the Tools input of an n8n AI Agent and it exposes all tools of the Onepage MCP server (https://mcp.onepage.io/) to the agent — each as its own tool with its own input schema. Tool calls are forwarded to the MCP server via the Model Context Protocol (Streamable HTTP). Authentication uses OAuth 2.1 (no manual API key).

It can only be used as an AI tool — it has no main workflow input/output. Optionally restrict which tools the agent sees via Tools to Expose (All / Selected / All Except), and set a Timeout under Options.

The agent sees each tool as <NodeName>_<mcpToolName> (for example Onepage_MCP_list_pages), so two MCP tool nodes on the same agent never collide. Calls are always forwarded to the MCP server under the tool's original name. All tool calls of one workflow execution share a single MCP session.


📦 Installation

Requirements

  • n8n 2.32.0 or newer (or the 2.30.8 / 2.31.5 patch releases). Older versions cannot read a tool collection supplied by a community node, because n8n-core only started matching it structurally in those releases — the node would connect but the agent would see no tools.

  • Active OnePage account.

  • Self-hosted n8n: community tool nodes must be enabled via the environment variable:

    N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true

Installation via Community Nodes

  1. Open your n8n instance

  2. Go to Settings → Community Nodes

  3. Click Install

  4. Install one of the following packages:

Option 1 – Scoped (recommended)

@rjsebening/n8n-nodes-onepage-mcp

Option 2 – Unscoped

n8n-nodes-onepage-mcp
  1. Restart n8n → Node is available

🔐 Configuration

Authentication uses an Onepage MCP OAuth2 API credential (OAuth 2.1 / PKCE, automatic discovery and Dynamic Client Registration). There is nothing to fill in — no Client ID, no server URL.

  1. Add the Onepage MCP node to a workflow and open it.
  2. Click Connect, log in on the Onepage login page and approve.
  3. Done — n8n discovers the endpoints, registers a client, and stores the tokens.

Full details, including token lifetime and when a manual reconnect is needed: CREDENTIALS.md.


🧩 Example workflow

  1. Add an AI Agent node and a Chat Model.
  2. Add the Onepage MCP node and connect it to the agent's Tools input.
  3. Select your Onepage MCP OAuth2 API credential on the node.
  4. Ask the agent a question that needs Onepage data — it sees and calls every Onepage MCP tool.

📖 Typical Use Cases

  • Let an agent answer questions about your OnePage pages, forms and leads
  • Automated research and reporting across your OnePage data
  • Assistants that create or update OnePage content on request
  • Combine OnePage tools with other MCP servers on the same agent

📬 About the author

I am Rezk Jörg Sebening – a business automation expert for n8n, APIs, and scalable processes in the DACH region.

I develop n8n nodes and systems that consistently eliminate manual work.

👉 Follow me on GitHub for more practical community nodes and integrations.

📋 Disclaimer

This unofficial community Node is not affiliated with, supported, or sponsored by OnePage.
It only provides an interface to the publicly available OnePage MCP server under its terms of use.

Important Notes:

  • This Node is developed and maintained by the community
  • For issues with the OnePage MCP server itself, please contact official OnePage support
  • All OnePage trademarks and logos belong to OnePage
  • This Node only acts as a connector to the public MCP server