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