mcp-odbc

mcp-odbc

3.3

If you are the rightful owner of mcp-odbc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An MCP server that enables LLM tools like Claude Desktop to query databases via ODBC connections.

The ODBC MCP Server is designed to facilitate seamless interaction between large language model (LLM) tools, such as Claude Desktop, and databases through ODBC connections. This server allows users to access, analyze, and generate insights from database data while ensuring security and maintaining read-only safeguards. It supports multiple database connections and offers flexible configuration options, making it a versatile tool for data-driven applications. The server is easy to install using the UV package manager and provides detailed error reporting and logging to assist with troubleshooting.

Features

  • Connect to any ODBC-compatible database
  • Support for multiple database connections
  • Flexible configuration through config files or Claude Desktop settings
  • Read-only safeguards to prevent data modification
  • Easy installation with UV package manager

Tools

  1. list-connections

    Lists all configured database connections

  2. list-available-dsns

    Lists all available DSNs on the system

  3. test-connection

    Tests a database connection and returns information

  4. list-tables

    Lists all tables in the database

  5. get-table-schema

    Gets schema information for a table

  6. execute-query

    Executes an SQL query and returns results