Swiss Health MCP
Rank #26,261io.github.remoprinz/swiss-health-mcp
MCP server providing swiss-health-mcp capabilities
Swiss Health MCP is a Model Context Protocol (MCP) server published by remoprinz. It ranks #26,261 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Swiss Health MCP is listed across 4 registries — Official MCP, Smithery, PulseMCP and Glama, with 8 tracked versions. It was first listed on Dec 27, 2025 and most recently updated on Dec 27, 2025.
Ranks ahead of 89,330 of 115,591 servers on MCP Toplist.
Use Swiss Health MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add swiss-health-mcp -e "SUPABASE_URL=<your SUPABASE_URL>" -e "SUPABASE_SERVICE_ROLE_KEY=<your SUPABASE_SERVICE_ROLE_KEY>" -- npx -y @prinz_esox/swiss-health-mcpReplace each placeholder with your own value before saving.
[mcp_servers.swiss-health-mcp]
command = "npx"
args = ["-y", "@prinz_esox/swiss-health-mcp"]
[mcp_servers.swiss-health-mcp.env]
SUPABASE_URL = "<your SUPABASE_URL>"
SUPABASE_SERVICE_ROLE_KEY = "<your SUPABASE_SERVICE_ROLE_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-health-mcp": {
"command": "npx",
"args": [
"-y",
"@prinz_esox/swiss-health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-health-mcp": {
"command": "npx",
"args": [
"-y",
"@prinz_esox/swiss-health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"swiss-health-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@prinz_esox/swiss-health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-health-mcp": {
"command": "npx",
"args": [
"-y",
"@prinz_esox/swiss-health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"swiss-health-mcp": {
"command": "npx",
"args": [
"-y",
"@prinz_esox/swiss-health-mcp"
],
"env": {
"SUPABASE_URL": "<your SUPABASE_URL>",
"SUPABASE_SERVICE_ROLE_KEY": "<your SUPABASE_SERVICE_ROLE_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.remoprinz%2Fswiss-health-mcp)<a href="https://mcptoplist.com/server/io.github.remoprinz%2Fswiss-health-mcp"><img src="https://mcptoplist.com/badge/io.github.remoprinz%2Fswiss-health-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
remoprinz
Other servers by remoprinz
View all remoprinz servers →Available versions (8)
| Version | Published |
|---|---|
| 1.0.8 | Dec 27, 2025 |
| 1.0.7 | Dec 27, 2025 |
| 1.0.6 | Dec 27, 2025 |
| 1.0.5 | Dec 27, 2025 |
| 1.0.4 | Dec 27, 2025 |
| 1.0.3 | Dec 27, 2025 |
| 1.0.2 | Dec 27, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Swiss Health MCP?
- Swiss Health MCP is maintained by remoprinz, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Swiss Health MCP listed on the Official MCP Registry?
- Yes — Swiss Health MCP is listed on the Official MCP Registry, alongside Smithery, PulseMCP and Glama.
- How many versions does Swiss Health MCP have?
- MCP Toplist tracks 8 versions of Swiss Health MCP, most recently published on Dec 27, 2025.
- Where can I find the source code for Swiss Health MCP?
- The source code for Swiss Health MCP is hosted at github.com/remoprinz/swiss-health-mcp.