Pipes Hub MCP Server

This guide covers how to connect PipesHub's remote MCP server to Cursor, Claude Code, Gemini CLI, Codex CLI, Claude.ai (Web), and LibreChat using static OAuth credentials or bearer tokens.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 6 · #13 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Pipes Hub

before you install - you'll need

Set PIPESHUB_INSTANCE_URL, PIPESHUB_CLIENT_ID, PIPESHUB_BEARER_TOKEN before connecting.

Claude Code

claude mcp add pipeshub-ai-mcp-server --transport http https://{instance_host}/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pipeshub-ai-mcp-server": {
      "url": "https://{instance_host}/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://{instance_host}/mcp

transport: streamable-http

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to {instance_host}

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @pipeshub-ai/mcp - published under the repo owner's npm scope (@pipeshub-ai)

registry namespace io.github.pipeshub-ai is GitHub-verified and matches the repo owner

03 · What Pipes Hub can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.3.3 · 2026-08-21

ship contributor AGENTS.md, a customer skill, and MCP registry manifest · release 2.3.3

v2.3.2 · 2026-08-15

rewrite the Use with QM operator guide · treat an uncited ask as absence, not a confidence bug · only write a Dockerfile where one can actually run · release 2.3.2

v2.3.1 · 2026-08-14

report a rejected credential instead of an empty result · release 2.3.1 · install bun in the publish workflow

04 · Who maintains Pipes Hub

PipesHub is maintained by pipeshub-ai. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
communication - ranked #13 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-08-21)
registry
io.github.pipeshub-ai/mcp (active, first published 2026-08-21)
packages
npm:@pipeshub-ai/mcp

06 · Pipes Hub FAQ

What is Pipes Hub?

This guide covers how to connect PipesHub's remote MCP server to Cursor, Claude Code, Gemini CLI, Codex CLI, Claude.ai (Web), and LibreChat using static OAuth credentials or bearer tokens.

Is Pipes Hub still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Pipes Hub?

Run `npx -y @pipeshub-ai/mcp`. The README documents 3 environment variables (PIPESHUB_INSTANCE_URL, PIPESHUB_CLIENT_ID, PIPESHUB_BEARER_TOKEN) to set first. Set PIPESHUB_INSTANCE_URL, PIPESHUB_CLIENT_ID, PIPESHUB_BEARER_TOKEN before connecting. You can also paste the ready-made client config above.

Does Pipes Hub run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Pipes Hub

More communication MCP servers · Slack (pulsemcp) · Twist · Aiogram MCP · Mup · Runframe MCP Server

More TypeScript MCP servers · Football Data · Pip Rail · Pixdata Org Coderide · Plateau Creative MCP · Vigilis · see all