mcpbeat Sign in

MCP Data Pipeline Connector MCP Server

local only

MCP Data Pipeline Connector runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 24 Mar 2026.

Universal data connector for CSV, Postgres, and REST APIs via DuckDB

Installs per day peak 24 · avg 6 · +10% w/w
a month agotoday
24
Installs / week
npm · mcp-data-pipeline-connector
0
Stars
0 open issues
24 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Data Pipeline Connector every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-data-pipeline-connector -- npx -y mcp-data-pipeline-connector
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-data-pipeline-connector": {
      "args": [
        "-y",
        "mcp-data-pipeline-connector"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-data-pipeline-connector]
command = "npx"
args = ["-y", "mcp-data-pipeline-connector"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-data-pipeline-connector": {
      "args": [
        "-y",
        "mcp-data-pipeline-connector"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-data-pipeline-connector": {
      "args": [
        "-y",
        "mcp-data-pipeline-connector"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Data Pipeline Connector

same job, measured the same way
DB Connect MCP
by yugui923

Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse

390 installs/wk local only
Postgres
by waystation

Connect to your PostgreSQL database to query data and schemas.

answering
MCP DB Connect
by phatngoit

MCP server for Oracle, MSSQL, PostgreSQL, MySQL, SQLite, MongoDB, and Qdrant vector search access.

61 installs/wk local only
Database MCP
by cocaxcode

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.

139 installs/wk local only
U2 MCP Server
by bpamiri

Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP.

77 installs/wk local only
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
Orbit
by orbitapps

An app builder for agents. Your agent creates screens, a Postgres database, and a live URL.

answering
PostgreSQL MCP Server
by musaddiq-dev

Python MCP server for PostgreSQL database inspection and querying

77 installs/wk local only

MCP Data Pipeline Connector — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Data Pipeline Connector?
MCP Data Pipeline Connector runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-data-pipeline-connector was installed 24 times last week.
How do I connect MCP Data Pipeline Connector?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-data-pipeline-connector straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Data Pipeline Connector?
The npm package mcp-data-pipeline-connector was installed 24 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Data Pipeline Connector open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.