Comunio
Rank #14,691io.github.josetorronteras/comunio
Read and operate a Comunio fantasy football team: squad, market, offers, lineup
Comunio is a Model Context Protocol (MCP) server published by josetorronteras. It ranks #14,691 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Comunio is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 22, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 117,422 of 132,113 servers on MCP Toplist.
Use Comunio
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add comunio -e "COMUNIO_USERNAME=<your COMUNIO_USERNAME>" -e "COMUNIO_PASSWORD=<your COMUNIO_PASSWORD>" -e "COMUNIO_TIMEZONE=<your COMUNIO_TIMEZONE>" -e "COMUNIO_USER_AGENT=<your COMUNIO_USER_AGENT>" -- docker run -i --rm ghcr.io/josetorronteras/comunio-mcp:1.0.2Replace each placeholder with your own value before saving.
[mcp_servers.comunio]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/josetorronteras/comunio-mcp:1.0.2"]
[mcp_servers.comunio.env]
COMUNIO_USERNAME = "<your COMUNIO_USERNAME>"
COMUNIO_PASSWORD = "<your COMUNIO_PASSWORD>"
COMUNIO_TIMEZONE = "<your COMUNIO_TIMEZONE>"
COMUNIO_USER_AGENT = "<your COMUNIO_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comunio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<your COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<your COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<your COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<your COMUNIO_USER_AGENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comunio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<your COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<your COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<your COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<your COMUNIO_USER_AGENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"comunio": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<your COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<your COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<your COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<your COMUNIO_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comunio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<your COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<your COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<your COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<your COMUNIO_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"comunio": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/josetorronteras/comunio-mcp:1.0.2"
],
"env": {
"COMUNIO_USERNAME": "<your COMUNIO_USERNAME>",
"COMUNIO_PASSWORD": "<your COMUNIO_PASSWORD>",
"COMUNIO_TIMEZONE": "<your COMUNIO_TIMEZONE>",
"COMUNIO_USER_AGENT": "<your COMUNIO_USER_AGENT>"
}
}
}
}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.josetorronteras%2Fcomunio)<a href="https://mcptoplist.com/server/io.github.josetorronteras%2Fcomunio"><img src="https://mcptoplist.com/badge/io.github.josetorronteras%2Fcomunio.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
josetorronteras
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Sep 9, 2026 |
Frequently asked questions
- Who maintains Comunio?
- Comunio is maintained by josetorronteras, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Comunio listed on the Official MCP Registry?
- Yes — Comunio is listed on the Official MCP Registry, alongside Glama.
- How many versions does Comunio have?
- MCP Toplist tracks 1 version of Comunio, most recently published on Sep 9, 2026.
- Where can I find the source code for Comunio?
- The source code for Comunio is hosted at github.com/josetorronteras/comunio-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.