MCP Data Pipeline Connector
Rank #44,216io.github.dbsectrainer/mcp-data-pipeline-connector
MCP server providing data-pipeline-connector capabilities
MCP Data Pipeline Connector is a Model Context Protocol (MCP) server published by dbsectrainer. It ranks #44,216 of 115,591 servers tracked on MCP Toplist. MCP Data Pipeline Connector is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Mar 23, 2026.
Ranks ahead of 71,375 of 115,591 servers on MCP Toplist.
Use MCP Data Pipeline Connector
claude mcp add mcp-data-pipeline-connector -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y mcp-data-pipeline-connectorReplace each placeholder with your own value before saving.
[mcp_servers.mcp-data-pipeline-connector]
command = "npx"
args = ["-y", "mcp-data-pipeline-connector"]
[mcp_servers.mcp-data-pipeline-connector.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-data-pipeline-connector": {
"command": "npx",
"args": [
"-y",
"mcp-data-pipeline-connector"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-data-pipeline-connector": {
"command": "npx",
"args": [
"-y",
"mcp-data-pipeline-connector"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-data-pipeline-connector": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-data-pipeline-connector"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-data-pipeline-connector": {
"command": "npx",
"args": [
"-y",
"mcp-data-pipeline-connector"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-data-pipeline-connector": {
"command": "npx",
"args": [
"-y",
"mcp-data-pipeline-connector"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.dbsectrainer%2Fmcp-data-pipeline-connector)<a href="https://mcptoplist.com/server/io.github.dbsectrainer%2Fmcp-data-pipeline-connector"><img src="https://mcptoplist.com/badge/io.github.dbsectrainer%2Fmcp-data-pipeline-connector.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
dbsectrainer
Other servers by dbsectrainer
- MCP Agent Trace Inspector#44,214 · 2 vers
- MCP Cost Tracker Router#44,215 · 2 vers
- MCP Eval Runner#44,217 · 2 vers
- MCP Legal Doc Analyzer#44,218 · 2 vers
- MCP Server Health Monitor#44,219 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Data Pipeline Connector?
- MCP Data Pipeline Connector is maintained by dbsectrainer, which publishes 6 MCP servers (12 total versions) tracked on MCP Toplist.
- Is MCP Data Pipeline Connector listed on the Official MCP Registry?
- Yes — MCP Data Pipeline Connector is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Data Pipeline Connector have?
- MCP Toplist tracks 2 versions of MCP Data Pipeline Connector, most recently published on Mar 23, 2026.
- Where can I find the source code for MCP Data Pipeline Connector?
- The source code for MCP Data Pipeline Connector is hosted at github.com/dbsectrainer/mcp-data-pipeline-connector.