OMNI-MS-Access-MCP
4
MS Access MCP Explorer is designed to help users explore and query Microsoft Access databases through a Model-Command-Procedure framework. It offers tools for retrieving schema information and executing SQL queries via command-line or Python API.
MS Access MCP Explorer
A tool for exploring and querying Microsoft Access databases using MCP (Model-Command-Procedure).
Installation
Install using UV or pip.
Usage
Command Line
Start the MCP server with the path to your Access database.
Available Tools
- get_schema_tool - Get database schema information
- query_data - Execute SQL queries against the database
Requirements
- Microsoft Access Driver must be installed
- Python 3.7 or higher