yoto-mcp-server
Enables Yoto API tools (audio upload, card management) to be used directly in Warp Agent Mode.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@yoto-mcp-serverupload audio.mp3 to Yoto as 'My Audio'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Yoto MCP Server
A Model Context Protocol (MCP) server that bridges Warp AI and the Yoto API, enabling seamless audio uploads and MYO card creation directly from your terminal.
Features
🔐 OAuth Device Flow Authentication - Secure authentication with Yoto API
🎵 Audio Upload - Upload MP3 files to Yoto with automatic transcoding
📦 MYO Card Creation - Automatically create Make Your Own cards
🔄 Token Management - Automatic token refresh and storage
🚀 Native Warp Integration - Use Yoto tools directly in Warp Agent Mode
Related MCP server: OpenCode MCP Gateway
Prerequisites
Node.js 18+
A Yoto account
Warp terminal with Agent Mode enabled
Installation
Clone or download this repository:
cd yoto-mcp-serverInstall dependencies:
npm installBuild the project:
npm run buildConfiguration
Add to Warp MCP Settings
Add this server to your Warp MCP configuration file (usually ~/.config/warp/mcp_config.json or similar):
{
"mcpServers": {
"yoto": {
"command": "node",
"args": [
"/absolute/path/to/yoto-mcp-server/dist/index.js"
]
}
}
}Or for global installation:
npm linkThen in your Warp MCP config:
{
"mcpServers": {
"yoto": {
"command": "yoto-mcp-server"
}
}
}Usage
Once configured, restart Warp and you'll have access to three new tools in Agent Mode:
1. Authenticate with Yoto
First, authenticate with your Yoto account:
In Warp Agent Mode:
Please authenticate with YotoOr explicitly:
Use the yoto-auth toolThe server will display a URL and code. Visit the URL in your browser, enter the code, and approve the connection.
2. Check Authentication Status
In Warp Agent Mode:
Check if I'm authenticated with Yoto3. Upload Audio to Yoto
In Warp Agent Mode:
Upload the file /path/to/audio.mp3 to my Yoto player with title "My Audio Track"The server will:
Upload the audio file to Yoto
Wait for transcoding (automatic conversion to Yoto-compatible format)
Create a new MYO card with the audio
Return the card ID
You can then link the card to a physical MYO card using your Yoto app or player.
4. List Your MYO Cards
In Warp Agent Mode:
List all my Yoto cardsReturns a list of all your MYO cards with their IDs and titles.
5. Get Card Details
In Warp Agent Mode:
Get details for Yoto card dyp9bReturns detailed information about a specific card including chapter and track counts.
6. Add Track to Existing Card
In Warp Agent Mode:
Add /path/to/track2.mp3 to Yoto card dyp9b with title "Track 2"Adds a new audio track to an existing MYO card as an additional chapter.
Example Workflow
User: Please authenticate with Yoto
[Server displays URL and code]
[User visits URL and approves]
✅ Successfully authenticated with Yoto API!
---
User: Upload hop-little-bunnies.mp3 to Yoto with title "Hop Little Bunnies"
[Server uploads and transcodes]
✅ Successfully uploaded audio to Yoto!
Card ID: dyp9b
Title: Hop Little Bunnies
You can now link this card to a physical MYO card using your Yoto app or player.Available Tools
Tool | Description | Parameters |
| Authenticate with Yoto API | None |
| Check authentication status | None |
| Upload audio and create MYO card |
|
| List all MYO cards | None |
| Get details of a specific card |
|
| Add audio track to existing card |
|
Configuration Storage
Authentication tokens are stored securely in ~/.yoto-mcp-config.json. The server automatically handles token refresh.
Development
Build
npm run buildWatch mode
npm run watchRun directly
npm run devTroubleshooting
Authentication Issues
Ensure you're visiting the correct URL and entering the code within the time limit
Check that your Yoto account is active
Try re-authenticating: the old token will be replaced
Upload Failures
Verify the audio file path is absolute and accessible
Ensure the file is in MP3 format
Check file size (very large files may timeout during transcoding)
Token Expiry
Tokens automatically refresh when expired
If refresh fails, re-authenticate using
yoto-auth
API Reference
This server uses the Yoto Developer API. For more information:
Documentation: https://yoto.dev/api/
MYO Cards Guide: https://yoto.dev/myo/uploading-to-cards/
License
MIT
Contributing
Contributions welcome! Please feel free to submit issues or pull requests.
Acknowledgments
Built with the Model Context Protocol SDK
Powered by the Yoto API
Designed for Warp Terminal
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bperkinspdx/yoto-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server