Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿƒ Sports
  3. Mvf1
Mvf1 logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:46:26 PM

Mvf1

User RatingsBe the first to rate and review this MCP server!
View Repository19 GitHub StarsTotal stargazers on GitHub for the source repository (19 stars).Visit Website
motorsportsvideo-controlmultiviewermcp

Control MultiViewer video players through a Python CLI, library, or stdio MCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "robspectre-mvf1": {
      "command": "uvx",
      "args": [
        "mvf1"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿƒ More in Sports

Overview

RobSpectre/mvf1 MCP server exposes MultiViewer video-player controls to AI agents over MCP. It runs locally through the `mvf1-cli mcp` command and communicates with an MCP client over stdio. The package can inspect players, retrieve player state, mute players, switch streams, and synchronize playback. Reach for it when an agent needs to operate an existing MultiViewer setup rather than retrieve motorsports data.

Use cases

โ€ขList active MultiViewer players
โ€ขInspect playback state for a player
โ€ขSwitch a player to the data stream
โ€ขSynchronize open players to live timing

Key features

โ€ขLocal stdio MCP server
โ€ขMultiViewer player inspection
โ€ขPlayer mute and stream controls
โ€ขPlayback synchronization
โ€ขPython package and CLI

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Mvf1.

Extracted Tool Capabilities
Local stdio MCP server
MultiViewer player inspection
Player mute and stream controls
Playback synchronization
Python package and CLI

How Mvf1 works

What RobSpectre/mvf1 MCP server does

RobSpectre/mvf1 MCP server connects an MCP-compatible agent to MultiViewer, an application used to watch Formula 1 and other motorsports broadcasts. Its focus is player control: an agent can work with the players currently available in MultiViewer instead of manipulating the application through a graphical interface.

The project is distributed as a Python package and also provides a command-line interface and a Python API. The README describes the MCP interface as suitable for AI-agent control and shows it being used as a local stdio process. MultiViewer itself remains the application that provides the video feeds; mvf1 supplies the control layer.

How it works

Install the mvf1 package, then start its MCP mode with mvf1-cli mcp. An MCP client launches that command as a stdio server and exchanges requests with it through the process. The README demonstrates this arrangement with PydanticAI's MCPServerStdio class.

Operations shown in the project examples work with individual players or groups of open players. The library can list available players, retrieve a selected player's state, mute players, change a player's stream, and synchronize playback. Synchronization can use a selected player, the broadcast commentary feed, or the current live-timing clock. The live-timing operation uses session and feed timing information to seek open players into alignment.

Setup and configuration

Install the published Python package with pip:

Terminal
pip install mvf1

Start the MCP server with:

bash
mvf1-cli mcp

Configure the MCP client to launch mvf1-cli with mcp as its argument and to use stdio transport. The README does not describe environment variables, API keys, OAuth, or a remote hosted endpoint. It also does not provide client-specific configuration for Claude Desktop, Cursor, Windsurf, or Cline.

RobSpectre/mvf1 MCP server depends on a running MultiViewer environment for the player operations to have something to control. The supplied material does not specify a MultiViewer version, operating-system requirement, or a separate connection setting.

Tools and capabilities

The documented capabilities include:

  • Listing the players exposed by MultiViewer.
  • Reading state for a selected player, including playback status, mute state, volume, live status, and timing values.
  • Muting players through the Python interface; the examples show applying this operation across all listed players.
  • Switching a player to a named stream such as the data channel.
  • Synchronizing all players to a selected player.
  • Synchronizing players to broadcast commentary.
  • Aligning open players with the current live-timing clock and session timing.

The README explicitly identifies player_sync_to_live_timing as available to MCP clients. It does not include a complete MCP tool inventory or formal schemas for every exposed operation, so implementers should inspect the package documentation or server behavior before depending on exact tool names and parameters.

Limitations and notes

The project controls MultiViewer; it is not described as a service for finding races, fetching race schedules, or streaming video itself. Its documentation also does not claim support for a hosted MCP deployment. The package is released under the MIT License and states that it is not developed or maintained by MultiViewer or Formula 1 TV.

Because the server operates through a local CLI process, the MCP client must be able to start local stdio commands and the MultiViewer application must be available to receive the requested player actions. The provided material does not document authentication, permissions, error handling, or behavior when no players are open.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Sports View all alternatives
  • Mlb API MCP logoMlb API MCP

    MCP server that acts as a proxy to the freely available MLB API, which provides player info, stats, and game information.

    ๐Ÿƒ Sports1 views
    Compare vs Mlb API MCP โ†’
  • Whoop MCP Server logoWhoop MCP Server

    WHOOP recovery, sleep, strain, and workouts with server-side analysis: trends, lag-aware correlations, training load, and full-history export. Demo mode needs no WHOOP account; one-command setup for Claude, Cursor, and VS Code.

    ๐Ÿƒ Sports2 views
    Compare vs Whoop MCP Server โ†’
  • Claudinho logoClaudinho

    Live scores, fixtures, standings, and read-only prediction-market signals for the 2026 World Cup. No API keys.

    ๐Ÿƒ Sports1 views
    Compare vs Claudinho โ†’
  • Wc26 MCP logoWc26 MCP

    FIFA World Cup 2026 data โ€” 18 tools covering matches, teams, venues, city guides, fan zones, visa requirements, injuries, odds, standings, and more. Zero API keys needed.

    ๐Ÿƒ Sports4 views
    Compare vs Wc26 MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
19
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Mvf1

Install the Python package with `pip install mvf1`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMvf1 AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/robspectre-mvf1?style=directory)](https://allmcps.com/mcp/robspectre-mvf1)
HTML Embed
<a href="https://allmcps.com/mcp/robspectre-mvf1"><img src="https://allmcps.com/api/badge/robspectre-mvf1?style=directory" alt="Mvf1 on AllMCPs" /></a>

Technical Specs & Signals

Category๐ŸƒSports
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars19
GitHub Star CountTotal stargazers on GitHub representing community popularity (19 stars).
48Quality signal: Fair ยท 48/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev ยท mvf1 (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿƒ Sports โ†’Alternatives to Mvf1 โ†’Install in Claude DesktopInstall in CursorInstall in VS Code