RDL MCP Server for Cursor
io.github.bethmaloney/rdl-mcp
Edit SSRS reports using AI - simple tools to read and modify RDL files
client:Cursor
transport:stdio
runtime:pypi
Install RDL MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs