Yandex Speechkit MCP
Rank #26,988io.github.theYahia/yandex-speechkit-mcp
MCP server providing yandex-speechkit-mcp capabilities
Yandex Speechkit MCP is a Model Context Protocol (MCP) server published by theyahia. It ranks #26,988 of 115,460 servers tracked on MCP Toplist. Yandex Speechkit MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 88,472 of 115,460 servers on MCP Toplist.
Use Yandex Speechkit MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add yandex-speechkit-mcp -e "YANDEX_API_KEY=<your YANDEX_API_KEY>" -- npx -y @theyahia/yandex-speechkit-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yandex-speechkit-mcp]
command = "npx"
args = ["-y", "@theyahia/yandex-speechkit-mcp"]
[mcp_servers.yandex-speechkit-mcp.env]
YANDEX_API_KEY = "<your YANDEX_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-speechkit-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-speechkit-mcp"
],
"env": {
"YANDEX_API_KEY": "<your YANDEX_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-speechkit-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-speechkit-mcp"
],
"env": {
"YANDEX_API_KEY": "<your YANDEX_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yandex-speechkit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-speechkit-mcp"
],
"env": {
"YANDEX_API_KEY": "<your YANDEX_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-speechkit-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-speechkit-mcp"
],
"env": {
"YANDEX_API_KEY": "<your YANDEX_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yandex-speechkit-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/yandex-speechkit-mcp"
],
"env": {
"YANDEX_API_KEY": "<your YANDEX_API_KEY>"
}
}
}
}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.theYahia%2Fyandex-speechkit-mcp)<a href="https://mcptoplist.com/server/io.github.theYahia%2Fyandex-speechkit-mcp"><img src="https://mcptoplist.com/badge/io.github.theYahia%2Fyandex-speechkit-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
theyahia
Other servers by theyahia
- 1c-rest-mcp#7,056 · 3 vers
- yandex-direct-mcp#8,154 · 3 vers
- moysklad-mcp#11,885 · 3 vers
- Yandex Webmaster MCP#16,025 · 2 vers
- Tilda MCP#17,422 · 2 vers
- Chestnyznak MCP#19,155 · 2 vers
- @theyahia/wildberries-mcp#21,021
- yandex-metrika-mcp#21,410 · 3 vers
- paymongo-mcp#23,130 · 1 ver
- Cbr MCP#24,143 · 2 vers
- Retailcrm MCP#24,144 · 2 vers
- yandexgpt-mcp#24,145 · 3 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Yandex Speechkit MCP?
- Yandex Speechkit MCP is maintained by theyahia, which publishes 82 MCP servers (108 total versions) tracked on MCP Toplist.
- Is Yandex Speechkit MCP listed on the Official MCP Registry?
- Yes — Yandex Speechkit MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Yandex Speechkit MCP have?
- MCP Toplist tracks 2 versions of Yandex Speechkit MCP, most recently published on Mar 31, 2026.
- Where can I find the source code for Yandex Speechkit MCP?
- The source code for Yandex Speechkit MCP is hosted at github.com/theyahia/yandex-speechkit-mcp.