MCP Servers / database / Azure TableStore

Azure TableStore

JSON →
httpnone6database

An MCP server for interacting with Azure Table Storage, requiring an Azure Storage connection string.

Install
How to run this server
[ { "cmd": "npx dkmaker-mcp-server-tablestore", "imports": [] } ]
server path: azure-tablestore
Tools
What this server exposes
query_table
Query an Azure Storage Table with OData filter support. Returns a limited subset of results (default: 5 items) to protect the LLM's context window.
get_table_schema
Get the schema of a table to understand its data structure.
list_tables
List all tables in the storage account.
Configuration
Environment & auth
authnone
Resources
Azure TableStore — MCP Server · libregistry