dlt
Enables large language models to retrieve up-to-date and correct information about dlt pipelines, datasets, and schemas, improving AI-assisted development.
README
<h1 align="center"> <strong>data load tool (dlt) — MCP Server</strong> </h1> <p align="center"> 🚀 Follow <a href="https://dlthub.com/docs/dlt-ecosystem/llm-tooling/llm-native-workflow">this guide</a> to create a dlt pipeline in 10mins with AI </p>
How is it useful?
Large language models (LLMs) know a lot about the world, but nothing about your specific code and data.
The Model Context Protocol (MCP) server allows the LLM to retrieve up-to-date and correct information about your dlt pipelines, datasets, schema, etc. This significantly improves the development experience in AI-enabled IDEs (Copilot, Cursor, Continue, Claude Code, etc.)
Installation
The package manager uv is required to launch the MCP server.
Add this section to your MCP configuration file inside your IDE. Add your destination(s) in the extras dlt-mcp[...]
{
"name": "dlt",
"command": "uv",
"args": [
"run",
"--with",
"dlt-mcp[duckdb]",
"dlt-mcp",
],
}
[!NOTE] The configuration file format varies slightly across IDEs
Features
Tools
The dlt MCP server provides tools that allows the LLM to take actions:
- list_pipelines: Lists all available dlt pipelines. Each pipeline consists of several tables.
- list_tables: Retrieves a list of all tables in the specified pipeline.
- get_table_schemas: Returns the schema of the specified tables.
- execute_sql_query: Executes a SELECT SQL statement for simple data analysis.
- get_load_table: Retrieves metadata about data loaded with dlt.
- get_pipeline_local_state: Fetches the state information of the pipeline, including incremental dates, resource state, and source state.
- get_table_schema_diff: Compares the current schema of a table with another version and provides a diff.
- search_docs: Searches over the
dltdocumentation using different modes (hybrid, full_text, or vector) to verify features and identify recommended patterns. - search_code: Searches the source code for the specified query and optional file path, providing insights into internal code structures and patterns.
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
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.