PluginBench
MCP Server

io.github.yifanyifan897645/mcp-checkup MCP Server

io.github.yifanyifan897645/mcp-checkup

What is the io.github.yifanyifan897645/mcp-checkup MCP server?

Analyze your MCP setup: token costs, grades, duplicates, and optimization tips

How to install io.github.yifanyifan897645/mcp-checkup

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": {
    "mcp-checkup": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-checkup"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-checkup": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-checkup"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-checkup": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-checkup"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-checkup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-checkup"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-checkup -- npx -y mcp-checkup

Related MCP servers

Git repo intelligence: summaries, blame, changelogs, branch health, and history search

View repository →

Website health analysis: SEO, accessibility, performance, security, and broken links

View repository →