Back to MCP Servers

Mvf1

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

sports

Installation

npx -y mvf1

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub