Skip to content
Claude Desktop

Report Needs MCP Server for Claude Desktop

io.github.jarvisonm4/report-needs

MCP server for AI agents to report infrastructure needs they encounter during task execution

client:Claude Desktop transport:stdio runtime:pypi

Install Report Needs MCP Server in Claude Desktop

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

{
  "mcpServers": {
    "report-needs": {
      "command": "uvx",
      "args": [
        "report-needs"
      ]
    }
  }
}

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

Report Needs MCP Server in other clients