Yazio MCP
Rank #6,814io.github.fliptheweb/yazio-mcp
MCP server providing yazio-mcp capabilities
Yazio MCP is a Model Context Protocol (MCP) server published by fliptheweb. It ranks #6,814 of 132,113 servers tracked on MCP Toplist, and its repository has 62 GitHub stars. Yazio MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 6 tracked versions. It was first listed on Sep 25, 2025 and most recently updated on Feb 28, 2026.
Ranks ahead of 125,299 of 132,113 servers on MCP Toplist.
Use Yazio MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add yazio-mcp -e "YAZIO_USERNAME=<your YAZIO_USERNAME>" -e "YAZIO_PASSWORD=<your YAZIO_PASSWORD>" -- npx -y yazio-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yazio-mcp]
command = "npx"
args = ["-y", "yazio-mcp"]
[mcp_servers.yazio-mcp.env]
YAZIO_USERNAME = "<your YAZIO_USERNAME>"
YAZIO_PASSWORD = "<your YAZIO_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yazio-mcp": {
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<your YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<your YAZIO_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yazio-mcp": {
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<your YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<your YAZIO_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yazio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<your YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<your YAZIO_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yazio-mcp": {
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<your YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<your YAZIO_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yazio-mcp": {
"command": "npx",
"args": [
"-y",
"yazio-mcp"
],
"env": {
"YAZIO_USERNAME": "<your YAZIO_USERNAME>",
"YAZIO_PASSWORD": "<your YAZIO_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fliptheweb%2Fyazio-mcp)<a href="https://mcptoplist.com/server/io.github.fliptheweb%2Fyazio-mcp"><img src="https://mcptoplist.com/badge/io.github.fliptheweb%2Fyazio-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
fliptheweb
Other servers by fliptheweb
View all fliptheweb servers →Available versions (6)
| Version | Published |
|---|---|
| 0.0.13 | Feb 28, 2026 |
| 0.0.12 | Dec 24, 2025 |
| 0.0.11 | Dec 18, 2025 |
| 0.0.5 | Sep 25, 2025 |
| 0.0.2 | Sep 25, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Yazio MCP?
- Yazio MCP is maintained by fliptheweb, which publishes 2 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Yazio MCP listed on the Official MCP Registry?
- Yes — Yazio MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Yazio MCP have?
- MCP Toplist tracks 6 versions of Yazio MCP, most recently published on Feb 28, 2026.
- Where can I find the source code for Yazio MCP?
- The source code for Yazio MCP is hosted at github.com/fliptheweb/yazio-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.