
PipesHub MCP
Supports UIby pipeshub-ai
A powerful remote MCP server exposing 300+ tools for organization, knowledge base, and agent management via OAuth.
What it does
Provides a comprehensive interface to the PipesHub API, allowing AI agents to manage organizations, users, knowledge bases, semantic search, and agent execution. It supports both remote HTTP and local stdio transports.
Tools
list_tools,describe_tool,execute_tool: Meta-tools for progressive discovery in dynamic mode.- 300+ specific tools for
org,user,kb,semantic,conversation,agent,connector,config, anddocumentmanagement.
Installation
For Claude Desktop via npm:
{
"mcpServers": {
"pipeshub": {
"command": "npx",
"args": [
"@pipeshub-ai/mcp",
"start",
"--server-url",
"PIPESHUB_INSTANCE_URL",
"--bearer-auth",
"YOUR_BEARER_TOKEN"
]
}
}
}
Supported hosts
- Claude
- Cursor
- Claude Code
- Gemini CLI
- Claude.ai
- LibreChat
- VS Code
- Windsurf
Quick install
npx @pipeshub-ai/mcp start --server-url PIPESHUB_INSTANCE_URL --bearer-auth YOUR_BEARER_TOKENInformation
- Pricing
- freemium
- Published
- 4/28/2026
- stars






