MCP Directory

RobSpectre/mvf1

GitHub
Other

MCP server that controls [MultiViewer](https://multiviewer.app), an app for watching motorsports like Formula 1, World Endurance Championship, IndyCar and others.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mvf1

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from RobSpectre/mvf1 your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mvf1": {
      "command": "npx",
      "args": [
        "-y",
        "mvf1"
      ]
    }
  }
}

Route RobSpectre/mvf1 intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mvf1

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use RobSpectre/mvf1 directly without routing

npx -y mvf1

New to Agent-CoreX? View setup guide →

RobSpectre/mvf1 MCP Server — Agent-CoreX