This MCP Server support tools and prompts for multi task data analytics on a Teradata platform.
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.
We are providing groupings of tools and associated helpful prompts to support all type of agentic applications on the data platform.
Step 1. - Identify the running Teradata System, you need username, password and host details to populate "teradata://username:password@host:1025". If you do not have a Teradata system to conect to, then leverage Teradata Clearscape Experience
Step 2. - To cofigure and run the MCP server, refer to the Getting started guide.
Step 3. - There are many client options availale, the Client Guide explains how to configure and run a sample of different clients.
A Video Library has been curated to assist.
If you want to quickly evaluate the tool, we recommend using Claude desktop, the uv package manager and Teradata Clearscape Experience.
brew install uv
git clone https://github.com/Teradata/teradata-mcp-server.git
{
"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>"
}
}
}