swsd for Claude Desktop
io.github.mikimatsub/swsd
MCP server for SolarWinds Service Desk tickets, catalog, knowledge, ITSM operations, and workflows.
client:Claude Desktop
transport:stdio
runtime:npm
Install swsd in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"swsd": {
"command": "npx",
"args": [
"-y",
"swsd-mcp"
],
"env": {
"SWSD_TOKEN": "<SWSD_TOKEN>",
"SWSD_BASE_URL": "<SWSD_BASE_URL>",
"SWSD_PROFILE": "<SWSD_PROFILE>",
"SWSD_WRITE_MODE": "<SWSD_WRITE_MODE>",
"SWSD_ATTACHMENT_ROOT": "<SWSD_ATTACHMENT_ROOT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs