Claude MCP Data Engineer Server

Claude MCP Data Engineer Server

Provides specialized tools for data engineering tasks like SQL formatting, dbt model generation, and Snowflake table creation. It enables users to analyze CSV data, validate pipeline configurations, and summarize ETL lineage through natural language.

Category
Visit Server

README

Claude MCP Data Engineer Server

A Model Context Protocol (MCP) server built for data engineers — gives Claude powerful tools to help with SQL, DBT, Snowflake, CSV analysis, pipeline validation, and ETL lineage.

Tools Available

Tool Description
format_sql Format & prettify SQL queries with proper indentation
json_to_ddl Generate CREATE TABLE DDL from a JSON sample record
analyze_csv Analyze CSV data — row count, column types, null counts
generate_dbt_model Generate a dbt model SQL file with source + deduplication CTE
validate_pipeline_config Validate a data pipeline JSON config for required fields
generate_snowflake_table Generate a Snowflake CREATE TABLE with optional CLUSTER BY
summarize_etl_lineage Summarize ETL lineage JSON into a human-readable pipeline flow

Setup

1. Install dependencies

pip install -r requirements.txt

2. Run the MCP server

python -m src.server

3. Connect to Claude Desktop

Add this to your claude_desktop_config.json (~/AppData/Roaming/Claude/ on Windows):

{
  "mcpServers": {
    "data-engineer": {
      "command": "python",
      "args": ["-m", "src.server"],
      "cwd": "C:/Users/Nikhil/claude-mcp-data-engineer"
    }
  }
}

Example Usage

Format SQL

Ask Claude:

"Format this SQL: select id,name from users where status='active' group by id"

Generate DDL from JSON

Ask Claude:

"Generate a CREATE TABLE DDL for this JSON: {"id": 1, "name": "Nikhil", "salary": 95000.0, "joined": "2024-01-15"}"

Analyze CSV

Ask Claude:

"Analyze this CSV data and tell me column types and null counts"

Generate DBT Model

Ask Claude:

"Generate a dbt model for source 'raw', table 'orders', columns: id, customer_id, amount, created_at"

Validate Pipeline Config

Ask Claude:

"Validate this pipeline config: {"source": {"type": "snowflake"}, "destination": {"type": "s3"}, "schedule": "0 2 * * *"}"

Tech Stack

  • Python 3.10+
  • MCP SDK (mcp[cli])
  • FastMCP for server definition

Author

Nikhil E — Sr. Data Engineer | BI Architect GitHub: itsnikhile

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured