My Cool Proxy
Rank #15,210io.github.karashiiro/my-cool-proxy
MCP server providing my-cool-proxy capabilities
My Cool Proxy is a Model Context Protocol (MCP) server published by karashiiro. It ranks #15,210 of 115,460 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. My Cool Proxy is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 17, 2025 and most recently updated on Feb 22, 2026.
Ranks ahead of 100,250 of 115,460 servers on MCP Toplist.
Use My Cool Proxy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add my-cool-proxy -- npx -y @karashiiro/my-cool-proxy[mcp_servers.my-cool-proxy]
command = "npx"
args = ["-y", "@karashiiro/my-cool-proxy"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"my-cool-proxy": {
"command": "npx",
"args": [
"-y",
"@karashiiro/my-cool-proxy"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"my-cool-proxy": {
"command": "npx",
"args": [
"-y",
"@karashiiro/my-cool-proxy"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"my-cool-proxy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@karashiiro/my-cool-proxy"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"my-cool-proxy": {
"command": "npx",
"args": [
"-y",
"@karashiiro/my-cool-proxy"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"my-cool-proxy": {
"command": "npx",
"args": [
"-y",
"@karashiiro/my-cool-proxy"
]
}
}
}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.karashiiro%2Fmy-cool-proxy)<a href="https://mcptoplist.com/server/io.github.karashiiro%2Fmy-cool-proxy"><img src="https://mcptoplist.com/badge/io.github.karashiiro%2Fmy-cool-proxy.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
karashiiro
Other servers by karashiiro
View all karashiiro servers →Available versions (2)
| Version | Published |
|---|---|
| 1.5.4 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains My Cool Proxy?
- My Cool Proxy is maintained by karashiiro, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is My Cool Proxy listed on the Official MCP Registry?
- Yes — My Cool Proxy is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does My Cool Proxy have?
- MCP Toplist tracks 2 versions of My Cool Proxy, most recently published on Feb 22, 2026.
- Where can I find the source code for My Cool Proxy?
- The source code for My Cool Proxy is hosted at github.com/karashiiro/my-cool-proxy.