Home › Other › RDL MCP Server

RDL MCP Server

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

Python
★ 11 stars Last pushed 2025-11-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.1.0)

uvx rdl-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "rdl-mcp": {
      "command": "uvx",
      "args": [
        "rdl-mcp"
      ],
      "env": {
        "RDL_MCP_LOG_LEVEL": "<YOUR_VALUE>",
        "RDL_MCP_LOG_FILE": "<YOUR_VALUE>"
      }
    }
  }
}
  • RDL_MCP_LOG_LEVEL — Log level for the RDL MCP server (DEBUG, INFO, WARNING, ERROR)
  • RDL_MCP_LOG_FILE — Path to log file for the RDL MCP server

Related servers

Data from the Official MCP Registry