Sounio Compiler
Rank #1,769io.github.agourakis82/sounio-mcp-server
Check, compile, run, and test Sounio programs locally.
Sounio Compiler is a Model Context Protocol (MCP) server published by sounio-lang. It ranks #1,769 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Sounio Compiler is listed on Official MCP, with 1 tracked version. It was first listed on Mar 5, 2026 and most recently updated on May 17, 2026.
Ranks ahead of 130,277 of 132,046 servers on MCP Toplist.
Use Sounio Compiler
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add sounio-mcp-server -- uvx sounio-mcp-server[mcp_servers.sounio-mcp-server]
command = "uvx"
args = ["sounio-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"sounio-mcp-server": {
"command": "uvx",
"args": [
"sounio-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"sounio-mcp-server": {
"command": "uvx",
"args": [
"sounio-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sounio-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"sounio-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sounio-mcp-server": {
"command": "uvx",
"args": [
"sounio-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sounio-mcp-server": {
"command": "uvx",
"args": [
"sounio-mcp-server"
]
}
}
}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.agourakis82%2Fsounio-mcp-server)<a href="https://mcptoplist.com/server/io.github.agourakis82%2Fsounio-mcp-server"><img src="https://mcptoplist.com/badge/io.github.agourakis82%2Fsounio-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sounio-lang
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 17, 2026 |
Frequently asked questions
- Who maintains Sounio Compiler?
- Sounio Compiler is maintained by sounio-lang, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Sounio Compiler listed on the Official MCP Registry?
- Yes — Sounio Compiler is listed on the Official MCP Registry.
- How many versions does Sounio Compiler have?
- MCP Toplist tracks 1 version of Sounio Compiler, most recently published on May 17, 2026.
- Where can I find the source code for Sounio Compiler?
- The source code for Sounio Compiler is hosted at github.com/sounio-lang/sounio.
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.