The adx MCP server allows AI agents to query and analyze Azure Data Explorer databases using KQL. It exposes a standardized interface for executing Kusto Query Language commands and retrieving results. The server connects directly to Azure Data Explorer instances, enabling developers to build AI-driven analytics tools and automate data exploration tasks.
The adx MCP server allows AI agents to query and analyze Azure Data Explorer databases using KQL. It exposes a standardized interface for executing Kusto Query Language commands and retrieving results. The server connects directly to Azure Data Explorer instances, enabling developers to build AI-driven analytics tools and automate data exploration tasks.
pip install adx-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"pab1it0-adx-mcp-server-github": {
"command": "uvx",
"args": [
"pip install adx-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from adx?"
API Key Required
This server requires an API key from adx. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ADX_API_KEY | Yes | Your adx API key |
"What resources are available in adx?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in adx"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in adx with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.