Skip to main content
Glama
steventswu

YotoMCP Local

by steventswu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YOTO_CLIENT_IDYesYour public client ID from the Yoto Developer Dashboard.
YOTO_AUDIO_ROOTNoAbsolute path to the directory containing MP3/M4A files for upload. Required when YOTO_ENABLE_WRITES=true and upload tools are used.
YOTO_ENABLE_WRITESNoSet to true to enable write operations (create/delete card, upload audio). Disabled by default for safety.false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
yoto_auth_startA

Start Yoto Authorization Code + PKCE login. Open the returned URL, then call yoto_auth_complete.

yoto_auth_completeA

Finish the pending local PKCE login after the browser callback arrives.

yoto_auth_statusA

Show whether this local server has a Yoto refresh token, without returning tokens.

yoto_logoutA

Delete the local Yoto token record. This does not call a remote API.

yoto_list_cardsA

Read the authenticated user’s MYO cards. No write operation.

yoto_get_cardA

Read one MYO card by ID. No write operation.

yoto_list_devicesA

Read linked Yoto player names and status. Does not control or modify devices.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources