RDL MCP Server for Grok
io.github.bethmaloney/rdl-mcp
Edit SSRS reports using AI - simple tools to read and modify RDL files
client:Grok
transport:stdio
runtime:pypi
Install RDL MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rdl-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"rdl-mcp"
],
"env": {
"RDL_MCP_LOG_LEVEL": "<RDL_MCP_LOG_LEVEL>",
"RDL_MCP_LOG_FILE": "<RDL_MCP_LOG_FILE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs