ImageKit Admin for Claude Desktop
io.imagekit/admin
Official ImageKit admin server: manage origins, URL endpoints, account usage and usage analytics.
client:Claude Desktop
transport:streamable-http
Install ImageKit Admin in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"admin": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://imagekit.io/mcp/admin"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs