MCP Webgate
Rank #19,188io.github.x-monk/mcp-webgate
MCP server providing webgate capabilities
MCP Webgate is a Model Context Protocol (MCP) server published by x-monk. It ranks #19,188 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. MCP Webgate is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 96,403 of 115,591 servers on MCP Toplist.
Use MCP Webgate
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-webgate -- uvx mcp-webgate[mcp_servers.mcp-webgate]
command = "uvx"
args = ["mcp-webgate"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-webgate": {
"command": "uvx",
"args": [
"mcp-webgate"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-webgate": {
"command": "uvx",
"args": [
"mcp-webgate"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-webgate": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-webgate"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-webgate": {
"command": "uvx",
"args": [
"mcp-webgate"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-webgate": {
"command": "uvx",
"args": [
"mcp-webgate"
]
}
}
}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.x-monk%2Fmcp-webgate)<a href="https://mcptoplist.com/server/io.github.x-monk%2Fmcp-webgate"><img src="https://mcptoplist.com/badge/io.github.x-monk%2Fmcp-webgate.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (2 delisted)
x-monk
Other servers by x-monk
View all x-monk servers →Available versions (7)
| Version | Published |
|---|---|
| 0.1.33 | Apr 1, 2026 |
| 0.1.32 | Apr 1, 2026 |
| 0.1.31 | Mar 24, 2026 |
| 0.1.30 | Mar 24, 2026 |
| 0.1.28 | Mar 23, 2026 |
| 0.1.27 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Webgate?
- MCP Webgate is maintained by x-monk, which publishes 2 MCP servers (18 total versions) tracked on MCP Toplist.
- Is MCP Webgate listed on the Official MCP Registry?
- Yes — MCP Webgate is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Webgate have?
- MCP Toplist tracks 7 versions of MCP Webgate, most recently published on Apr 1, 2026.
- Where can I find the source code for MCP Webgate?
- The source code for MCP Webgate is hosted at github.com/x-monk/mcp-webgate.