Skip to content
Claude Desktop

RDL MCP Server for Claude Desktop

io.github.bethmaloney/rdl-mcp

Edit SSRS reports using AI - simple tools to read and modify RDL files

client:Claude Desktop transport:stdio runtime:pypi

Install RDL MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rdl-mcp": {
      "command": "uvx",
      "args": [
        "rdl-mcp"
      ],
      "env": {
        "RDL_MCP_LOG_LEVEL": "<RDL_MCP_LOG_LEVEL>",
        "RDL_MCP_LOG_FILE": "<RDL_MCP_LOG_FILE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RDL MCP Server in other clients