How to Use the TVMaze MCP in Windsurf
Build TV data dashboards in Windsurf. Let your AI client figure out the steps.
Works with every AI agent you already use
…and any MCP-compatible client
Connect TVMaze MCP to Windsurf
Create your Vinkius account to connect TVMaze to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Mapping a Show's Complete Data Profile
Windsurf can map a show's entire history for you using `get_show` and related tools. Start by calling `get_show` to grab the basics—genres, network, summary—and then follow up with `get_show_seasons`. This process gives you every season number, premiere date, and associated image URL. Need more detail? You can chain that result into `get_show_episodes` to list all episodes in that show, grabbing the runtime, name, and air date for each one. It's a complete picture of the series.
Discovering People and Their Roles
Want to build a profile on an actor? Windsurf uses `get_person` to pull their name, bio, birthday, and external IDs (like IMDb). Then, you can run `get_person_cast_credits` to see every show they've been in. It lists the show name, character name, and if that role was main or recurring. It’s smart because you don't have to guess what data belongs together. You simply set the goal: 'Find everything about this actor,' and Windsurf handles chaining `get_person` with `get_show_cast` to pull their starring roles in a specific show.
Finding Specific Episodes by Detail
Sometimes you only know the season number or an approximate date. Use `get_episode` when you have that ID; it returns the episode name, air date, summary, and runtime instantly. You can also use `get_show_episodes` to list all episodes for a show by season. If you’re trying to locate historical data, running `get_schedule` lets your agent check the full TV schedule for a specific country code and date range. It collects every known future episode across multiple networks.
Set up TVMaze MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the TVMaze MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my TVMaze payment history." If connected, Cascade will call the TVMaze tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"tvmaze-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by TVMaze. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about TVMaze MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the TVMaze MCP today
We host it, we monitor it, we maintain it. You just paste one token.