PluginBench
MCP Server
Active
MIT

Box Admin Analytics MCP MCP Server

io.github.shigechika/boxadm-mcp

What is the Box Admin Analytics MCP MCP server?

MCP server for Box admin-log analytics — external-sharing visibility, read-only

How to install Box Admin Analytics MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "boxadm-mcp": {
      "command": "uvx",
      "args": [
        "boxadm-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "boxadm-mcp": {
      "command": "uvx",
      "args": [
        "boxadm-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "boxadm-mcp": {
      "command": "uvx",
      "args": [
        "boxadm-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "boxadm-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "boxadm-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add boxadm-mcp -- uvx boxadm-mcp

Related MCP servers

MCP Stdio

Active

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

7
Python
MIT
View repository →

MCP server for retrieving Japanese stock market data via J-Quants API v2

2
Python
MIT
View repository →

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

1
Rust
Apache-2.0
View repository →

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

0
Python
MIT
View repository →

MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks

0
Python
MIT
View repository →

EOS MCP

Active

MCP server for Arista EOS device operations via eAPI

0
Python
View repository →