web-mcp

AlexKven/web-mcp
★ 0 stars Unknown language Security Updated 6d ago
Personal MCP server to enable my agents to access the web. It keeps track of known URLs, and manages authentication and rating limiting, allowing the agents to work freely.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "web-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "AlexKven/web-mcp"
      ]
    }
  }
}