Apache Doris MCP Server provides AI agents with SQL query execution, data aggregation, and real-time analytics. It connects to Apache Doris, a real-time analytical database, allowing agents to interact with large-scale datasets. Developers use it for building data-driven applications requiring fast, complex queries and real-time insights.
Apache Doris MCP Server provides AI agents with SQL query execution, data aggregation, and real-time analytics. It connects to Apache Doris, a real-time analytical database, allowing agents to interact with large-scale datasets. Developers use it for building data-driven applications requiring fast, complex queries and real-time insights.
pip install doris-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"apache-doris-mcp-server-github": {
"command": "uvx",
"args": [
"pip install doris-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from doris?"
API Key Required
This server requires an API key from doris. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DORIS_API_KEY | Yes | Your doris API key |
"What resources are available in doris?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in doris"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in doris with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.