Create and install an F1 inspired MCP Server in VS Code

Visual Studio Code shares a video where Liam demonstrates creating and installing a Formula 1-inspired Model Context Protocol (MCP) server in Python using FastMCP, including how the client/server flow works, STDIO transport, and how tools are discovered and invoked.

Overview

In this video, Liam demonstrates how to create and install a Formula 1-inspired Model Context Protocol (MCP) server in Visual Studio Code (VS Code) using Python and the FastMCP library.

The walkthrough focuses on how MCP tools are exposed by a server and consumed by a client, including the transport mechanism and the discipline needed around tool schemas.

What you’ll build

Key concepts covered

Client/server model

Transport via STDIO

Tool discovery

Tool invocation

Schema discipline

Original video description (for reference)

Liam will show you how to create and install a Formula 1 inspired MCP Server in VS Code in Python using the FastMCP library. He explains and shows you the client/server model, the transport used with STDIO, tool discovery, tool invocation and the schema discipline.