Teradata
A collection of tools for managing the platform, addressing data quality and reading and writing to Teradata Database.
Overview
The Teradata MCP server provides sets of tools and prompts, grouped as modules for interacting with Teradata databases. Enabling AI agents and users to query, analyze, and manage their data efficiently.
Key features
Available tools and prompts
We are providing groupings of tools and associated helpful prompts to support all type of agentic applications on the data platform.
- Search tools, prompts and resources to search and manage vector stores.
- RAG Tools rapidly build RAG applications.
- Query tools, prompts and resources to query and navigate your Teradata platform:
- Table tools, to efficiently and predictably access structured data models:
- Feature Store Tools to access and manage the Teradata Enterprise Feature Store.
- Semantic layer definitions to easily implement domain-specific tools, prompts and resources for your own business data models.
- Data Quality tools, prompts and resources accelerate exploratory data analysis:
- DBA tools, prompts and resources to facilitate your platform administration tasks:
Quick start with Claude Desktop (no installation)
Prefer to use other tools? Check out our Quick Starts for VS Code/Copilot, Open WebUI, or dive into simple code examples! You can use Claude Desktop to give the Teradata MCP server a quick try, Claude can manage the server in the background using
uv
. No permanent installation needed.
Pre-requisites
- Get your Teradata database credentials or create a free sandbox at Teradata Clearscape Experience.
- Install Claude Desktop.
- Install uv. If you are on MacOS, Use Homebrew:
brew install uv
.
Configure the claude_desktop_config.json (Settings>Developer>Edit Config) by adding the configuration below, updating the database username, password and URL:
{
"mcpServers": {
"teradata": {
"command": "uvx",
"args": ["teradata-mcp-server"],
"env": {
"DATABASE_URI": "teradata://<USERNAME>:<PASSWORD>@<HOST_URL>:1025/<USERNAME>"
}
}
}
}
Setting up your environment
Follow this process to install your server, connect it to your Teradata platform and integrated your tools.
Step 1. - Identify the running Teradata System, you need username, password and host details. If you do not have a Teradata system to connect to, then leverage Teradata Clearscape Experience
Step 2. - To install, configure and run the MCP server, refer to the Getting started guide, or see below for a quick CLI installation. You can easily customize the server with your own tools, prompts and resources.
Step 3. - There are many client options available, the Client Guide explains how to configure and run a sample of different clients.
Check out our documentation and libraries of curated examples or video guides.
CLI Installation
We recommend uv
or pipx
to install teradata-mcp-server as a CLI tool on your system.
They provide isolated environments and ensure the teradata-mcp-server
command is available system-wide without interfering with system Python.
uv tool install "teradata-mcp-server"
or with pipx
pipx install "teradata-mcp-server"
To install the optional Enterprise Feature Store (fs) and Enterprise Vector Store (evs) packages:
uv tool install "teradata-mcp-server[fs,evs]"
Alternatively, you may use pip in a virtual environment (Python>=3.11):
pip install teradata-mcp-server
For usage:
teradata-mcp-server --help
Build from Source (Development)
For development or customization, you can build from source:
- Install uv. If you are on macOS, use Homebrew:
brew install uv
- Clone this repository:
git clone https://github.com/Teradata/teradata-mcp-server.git
- Navigate to the directory:
cd teradata-mcp-server
- Run the server:
uv run teradata-mcp-server
For Claude Desktop with development build, use this configuration:
{
"mcpServers": {
"teradata": {
"command": "uv",
"args": [
"--directory",
"<PATH_TO_DIRECTORY>/teradata-mcp-server",
"run",
"teradata-mcp-server"
],
"env": {
"DATABASE_URI": "teradata://<USERNAME>:<PASSWORD>@<HOST_URL>:1025/<USERNAME>",
"MCP_TRANSPORT": "stdio"
}
}
}
}
Contributing
Please refer to the Contributing guide and the Developer Guide.
Certification
Related Servers
TalkHub Store
Integrates with Supabase to allow AI assistants to access and manage store data.
FinDataMCP
Provides financial data. Requires external Python dependencies installed with the uv package manager.
Borsa MCP
Provides programmatic access to Borsa Istanbul (BIST) stock data, financials, news, and analysis using KAP and Yahoo Finance.
Pinecone
Connect AI tools with Pinecone projects to search, configure indexes, generate code, and manage data.
BigQuery Analysis
Execute and validate SQL queries against Google BigQuery. It safely runs SELECT queries under 1TB and returns results in JSON format.
Macrostrat
Access geologic data from the Macrostrat API, including units, columns, minerals, and timescales.
Movies MCP Server
A comprehensive movie database server supporting advanced search, CRUD operations, and image management via a PostgreSQL database.
Memory
Knowledge graph-based persistent memory system
DROMA MCP Server
Interact with DROMA drug-omics association analysis databases using natural language.
MCP Database Server
Connects to and interacts with various database systems like SQLite, PostgreSQL, SQL Server, and MongoDB.