Best MCP Servers for Data & Analytics
Top-ranked MCP servers for data pipelines, analytics, ETL, and data processing. Scored from the AgentRank index.
Data and analytics MCP servers connect AI agents to data pipelines, transformation tools, and analytics platforms. They let agents query processed data, trigger pipeline runs, inspect data quality, and build automated data workflows.
This guide ranks the top data and analytics MCP servers from the AgentRank index — covering dbt, Apache Kafka, Airflow, Spark, Snowflake connectors, and general ETL tooling. These are the tools data engineers reach for when adding AI to their stack.
Top Data & Analytics MCP servers
Ranked by the composite AgentRank score — a weighted blend of stars (15%), freshness (25%), issue health (25%), contributors (10%), and inbound dependents (25%). Average score across these 8 tools: 87.7.
| # | Repository | Score | Stars | Lang | Updated |
|---|---|---|---|---|---|
| 1 | mark3labs/mcp-go A Go implementation of the Model Context Protocol (MCP), enabling seamless integration bet… | 96.1 | 8.4k | Go | 8d ago |
| 2 | zongmin-yu/semantic-scholar-fastmcp-mcp-server A FastMCP server implementation for the Semantic Scholar API, providing comprehensive acce… | 90.0 | 106 | Python | 2d ago |
| 3 | redis/mcp-redis The official Redis MCP Server is a natural language interface designed for agentic applica… | 88.8 | 454 | Python | 1d ago |
| 4 | saidsurucu/borsa-mcp MCP Server for Turkish & American Stock Exchange and Fund Data | 86.5 | 516 | Python | 9d ago |
| 5 | lanbaoshen/mcp-jenkins The Model Context Protocol (MCP) is an open-source implementation that bridges Jenkins wit… | 85.5 | 95 | Python | 9d ago |
| 6 | massive-com/mcp_massive An MCP server for Massive.com Financial Market Data | 85.5 | 268 | Python | 1d ago |
| 7 | imbenrabi/Financial-Modeling-Prep-MCP-Server A Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI ass… | 84.8 | 125 | TypeScript | 1d ago |
| 8 | tableau/tableau-mcp Tableau's official MCP Server. Helping Agents see and understand data. | 84.3 | 202 | TypeScript | 1d ago |
Choosing by use case
- dbt & data transformation
- Run dbt models, execute tests, and query compiled SQL from inside your agent.
- Data warehouses (Snowflake, BigQuery)
- Query data warehouses for BI-level aggregations, segmentations, and reporting.
- Streaming & event data (Kafka)
- Produce and consume Kafka events, inspect topic state, and manage consumer groups.
- Visualization & reporting
- Generate charts, trigger dashboard refreshes, and embed analytics outputs in agent workflows.
Quick setup
Most MCP servers follow the same config pattern. Add this to your Claude Desktop, Cursor, or Windsurf MCP config file:
{
"mcpServers": {
"dbt": {
"command": "uvx",
"args": ["dbt-mcp"]
}
}
} See the integrations page for platform-specific setup guides for Claude Code, Cursor, VS Code, Windsurf, and Cline.
Reading the AgentRank signals
Each tool in this guide is scored on five signals that predict long-term reliability:
| Signal | Weight | What it means |
|---|---|---|
| Stars | 15% | Raw popularity — how many developers have found and bookmarked this tool |
| Freshness | 25% | Days since last commit — tools with no recent commits decay hard after 90 days |
| Issue health | 25% | Ratio of closed to total issues — measures maintainer responsiveness |
| Contributors | 10% | More contributors = less bus-factor risk, broader review surface |
| Dependents | 25% | How many other repos depend on this — the strongest signal of real-world adoption |
Query this live from your editor: Install AgentRank in Cursor, VS Code, or Claude Code — your AI agent can query live rankings on demand.
Missing a tool? Submit it to the index — new tools are scored in the next nightly crawl.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.