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