Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"uchicago-data-analytics": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/core/scripts/run_mcp.py",
"${CLAUDE_PLUGIN_ROOT}/core/mcp_server/uchicago_analytics_mcp.py"
],
"env": {
"UDA_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
UDA_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub uchicago-its-abis/uchicago-claude-plugins --plugin uchicago-data-analytics