Teradata
A collection of tools for managing the platform, addressing data quality and reading and writing to Teradata Database.
Teradata MCP Server
Model Context Protocol (MCP) server for Teradata
✨ Quickstart with Claude Desktop or your favorite tool in <5 minute ✨
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:
- Data Scientist tools, prompts, and resources to build powerful AI agents and workflows for data-driven applications.
- BAR tools, prompts and resources for database backup and restore operations:
- BAR Tools integrate AI agents with Teradata DSA (Data Stream Architecture) for comprehensive backup management across multiple storage solutions including disk files, cloud storage (AWS S3, Azure Blob, Google Cloud), and enterprise systems (NetBackup, IBM Spectrum).
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, on Windows you may usepip install uvas an alternative to the installer.
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>"
}
}
}
}
Installation Instructions
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 Teradata MCP Server Documentation.
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 libraries of curated examples or video guides.
Contributing
Please refer to the Contributing guide and the Developer Guide.
Certification
संबंधित सर्वर
Mantora
Mantora is a local-first MCP observer: a lightweight UI + proxy for inspecting LLM data access (sessions, tool calls, results) with protective defaults.
SVM-MCP
Interact with SOON and other SVM-based blockchains. Check balances, fetch recent transactions, and view token holdings.
Cursor10x MCP
A memory system for the Cursor code editor, providing persistent context awareness for Claude via a Turso database.
MCP Database Server
Connects to and interacts with various database systems like SQLite, PostgreSQL, SQL Server, and MongoDB.
CData AlloyDB MCP Server
A read-only MCP server for AlloyDB, enabling LLMs to query live data directly from AlloyDB databases.
CData SAP Ariba Procurement Server
A read-only MCP server for querying live SAP Ariba Procurement data. Requires the CData JDBC Driver for SAP Ariba Procurement.
PostgreSQL
Provides read-only access to PostgreSQL databases, allowing LLMs to inspect schemas and execute queries.
MongoDB
Interact with MongoDB databases using natural language to query collections, inspect schemas, and manage data.
Aster Info MCP
Provides structured access to Aster DEX market data, including candlesticks, order books, trades, and funding rates.
Kusto MCP Server
Provides access to Azure Data Explorer (ADX) clusters, requiring Azure credentials for configuration.