Back to Apps

PipesHub MCP
Supports UIby pipeshub-ai
A powerful remote MCP server exposing 300+ tools for organization, knowledge base, and agent management via OAuth.
0 stars
Works in:CursorGemini CLIlibrechatWindsurf
Exposes:ToolsResources
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
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Configure in .cursor/mcp.json using npx @pipeshub-ai/mcpWindsurf
Configure in mcp_config.jsonclaude-ai
Use the remote MCP server URL: PIPESHUB_INSTANCE_URL/mcplibrechat
Add as a Custom Connector with Streamable HTTPS transportGemini CLI
Add to ~/.gemini/settings.json mcpServers blockClaude Desktop
{
"mcpServers": {
"pipeshub": {
"command": "npx",
"args": ["@pipeshub-ai/mcp", "start", "--server-url", "PIPESHUB_INSTANCE_URL", "--bearer-auth", "YOUR_BEARER_TOKEN"]
}
}
}





