WebMCP Today
Rank #6,383io.github.robertn702/webmcp-today
Your agent gets trustworthy tools on sites without WebMCP — data-only packages you approve.
WebMCP Today is a Model Context Protocol (MCP) server published by robertn702. It ranks #6,383 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. WebMCP Today is listed on Official MCP, with 1 tracked version. It was first listed on Aug 4, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 109,208 of 115,591 servers on MCP Toplist.
Use WebMCP Today
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add webmcp-today -e "WEBMCP_TODAY_API_KEY=<your WEBMCP_TODAY_API_KEY>" -- npx -y @webmcp-today/mcp-bridgeReplace each placeholder with your own value before saving.
[mcp_servers.webmcp-today]
command = "npx"
args = ["-y", "@webmcp-today/mcp-bridge"]
[mcp_servers.webmcp-today.env]
WEBMCP_TODAY_API_KEY = "<your WEBMCP_TODAY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webmcp-today": {
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<your WEBMCP_TODAY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webmcp-today": {
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<your WEBMCP_TODAY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"webmcp-today": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<your WEBMCP_TODAY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webmcp-today": {
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<your WEBMCP_TODAY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"webmcp-today": {
"command": "npx",
"args": [
"-y",
"@webmcp-today/mcp-bridge"
],
"env": {
"WEBMCP_TODAY_API_KEY": "<your WEBMCP_TODAY_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.robertn702%2Fwebmcp-today)<a href="https://mcptoplist.com/server/io.github.robertn702%2Fwebmcp-today"><img src="https://mcptoplist.com/badge/io.github.robertn702%2Fwebmcp-today.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
robertn702
Other servers by robertn702
- Sunsama MCP Server#14,185
- Playwright MCP with Electron Support#23,325
- OpenWeatherMap MCP Server#34,522
Available versions (1)
| Version | Published |
|---|---|
| 0.3.1 | Aug 27, 2026 |
Frequently asked questions
- Who maintains WebMCP Today?
- WebMCP Today is maintained by robertn702, which publishes 4 MCP servers (1 total version) tracked on MCP Toplist.
- Is WebMCP Today listed on the Official MCP Registry?
- Yes — WebMCP Today is listed on the Official MCP Registry.
- How many versions does WebMCP Today have?
- MCP Toplist tracks 1 version of WebMCP Today, most recently published on Aug 27, 2026.
- Where can I find the source code for WebMCP Today?
- The source code for WebMCP Today is hosted at github.com/robertn702/webmcp-today.