PluginBench
MCP Server
Active
MIT

Local Model Suitability MCP MCP Server

io.github.OjasKord/local-model-suitability-mcp

What is the Local Model Suitability MCP MCP server?

Check if a task runs locally vs cloud. Save money on calls that don't need cloud inference.

How to install Local Model Suitability MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ANTHROPIC_API_KEY
    required
    secret

    Anthropic API key for Claude routing analysis

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "local-model-suitability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-model-suitability-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "local-model-suitability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-model-suitability-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "local-model-suitability-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "local-model-suitability-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "local-model-suitability-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "local-model-suitability-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add local-model-suitability-mcp --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> -- npx -y local-model-suitability-mcp

Related MCP servers

AI URL safety validator: SAFE/SUSPICIOUS/DANGEROUS verdict, trust score, threat intel.

1
JavaScript
MIT
View repository →

Company intelligence via UK Companies House and risk screening across 386 risk data sources.

0
JavaScript
MIT
View repository →

Classify data safety before storing or sharing. GDPR, HIPAA, PCI-DSS, CCPA. AI-powered.

0
JavaScript
MIT
View repository →

AI reasoning checks any document against known international standards before your agent acts on it.

0
TypeScript
MIT
View repository →

Classify products to official HS codes and validate supplier codes before customs submissions

0
TypeScript
MIT
View repository →

AI triage for quantum computing POC proposals. Screens before budget is allocated.

0
TypeScript
MIT
View repository →