by Teradata
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 connect to, then leverage Teradata Clearscape Experience
Step 2. - To configure and run the MCP server, refer to the Getting started guide.
Step 3. - There are many client options available, the Client Guide explains how to configure and run a sample of different clients.
A Video Library has been curated to assist.
Claude Desktop can get and start the Teradata MCP server in the background using uv
. No permanent installation needed.
Pre-requisites
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:
*Configuration content*
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 development or customization, you can build from source:
brew install uv
git clone https://github.com/Teradata/teradata-mcp-server.git
cd teradata-mcp-server
uv run teradata-mcp-server
For Claude Desktop with development build, use this configuration:
*Configuration content*
Please refer to the Contributing guide and the Developer Guide.
No version information available
0 contributors