PipesHub
Rank #4,760io.github.pipeshub-ai/mcp
Permissioned search and cited answers over Slack, Drive, Gmail, Jira, and 50+ workplace sources.
PipesHub is a Model Context Protocol (MCP) server published by pipeshub-ai. It ranks #4,760 of 115,591 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. PipesHub is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 23, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 110,831 of 115,591 servers on MCP Toplist.
Use PipesHub
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http pipeshub-ai https://{instance_host}/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add pipeshub-ai -- npx -y @pipeshub-ai/mcp start --server-url --bearer-auth[mcp_servers.pipeshub-ai]
url = "https://{instance_host}/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.pipeshub-ai]
command = "npx"
args = ["-y", "@pipeshub-ai/mcp", "start", "--server-url", "--bearer-auth"]Add to ~/.codex/config.toml.
https://{instance_host}/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pipeshub-ai": {
"command": "npx",
"args": [
"-y",
"@pipeshub-ai/mcp",
"start",
"--server-url",
"--bearer-auth"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pipeshub-ai": {
"url": "https://{instance_host}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pipeshub-ai": {
"command": "npx",
"args": [
"-y",
"@pipeshub-ai/mcp",
"start",
"--server-url",
"--bearer-auth"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pipeshub-ai": {
"type": "http",
"url": "https://{instance_host}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"pipeshub-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pipeshub-ai/mcp",
"start",
"--server-url",
"--bearer-auth"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pipeshub-ai": {
"serverUrl": "https://{instance_host}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pipeshub-ai": {
"command": "npx",
"args": [
"-y",
"@pipeshub-ai/mcp",
"start",
"--server-url",
"--bearer-auth"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pipeshub-ai": {
"url": "https://{instance_host}/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"pipeshub-ai": {
"command": "npx",
"args": [
"-y",
"@pipeshub-ai/mcp",
"start",
"--server-url",
"--bearer-auth"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.pipeshub-ai%2Fmcp)<a href="https://mcptoplist.com/server/io.github.pipeshub-ai%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.pipeshub-ai%2Fmcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
pipeshub-ai
Available versions (1)
| Version | Published |
|---|---|
| 2.3.3 | Aug 21, 2026 |
Frequently asked questions
- Who maintains PipesHub?
- PipesHub is maintained by pipeshub-ai, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is PipesHub listed on the Official MCP Registry?
- Yes — PipesHub is listed on the Official MCP Registry, alongside Glama.
- How many versions does PipesHub have?
- MCP Toplist tracks 1 version of PipesHub, most recently published on Aug 21, 2026.
- Where can I find the source code for PipesHub?
- The source code for PipesHub is hosted at github.com/pipeshub-ai/mcp-server.