Teradata MCP Server
@arturborycki
About Teradata MCP Server
MCP Server for Teradata database
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-teradata": {
"command": "uv",
"args": [
"build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Teradata MCP Server?
The Teradata MCP Server is a Model Context Protocol implementation that enables running SQL queries, analyzing business data, and exploring Teradata database schemas. It is designed for users who want to interact with Teradata through AI assistants like Claude Desktop.
How to use Teradata MCP Server?
Configure the server in your Claude Desktop configuration file (claude_desktop_config.json) by specifying the uv command and environment variable DATABASE_URI pointing to your Teradata instance. Then you can invoke the provided tools (e.g., query, list_db, show_tables) through Claude.
Key features of Teradata MCP Server
- Execute SELECT queries on Teradata databases
- List all databases in the system
- List objects within a specific database
- Show detailed table column information
- Analyze missing values in tables
- Compute standard deviation and mean for columns
Use cases of Teradata MCP Server
- Query and retrieve business data from Teradata using natural language via an AI assistant
- Explore database schemas and table structures without direct SQL clients
- Perform quick data analysis like missing value detection and distribution checks
- Integrate Teradata business intelligence into AI-driven workflows
FAQ from Teradata MCP Server
What dependencies are required?
The server requires uv (Python package manager) and a Teradata database accessible via the provided connection URI.
How do I authenticate to Teradata?
Authentication is handled through the DATABASE_URI environment variable, which includes user credentials in the format teradata://user:passwd@host.
What tools are available?
There are eight tools: query, list_db, list_objects, show_tables, list_missing_values, list_negative_values, list_distinct_values, and standard_deviation.
Can I use this server with other MCP clients besides Claude Desktop?
The README only documents usage with Claude Desktop, but it may work with any MCP-compatible client that supports stdio transport.
What is the license?
This project is licensed under the MIT License.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments