Novada-mcp

NovadaLabs/Novada-mcp
★ 2 stars TypeScript AI/LLM Updated today
One MCP server for all web data — search, scrape, crawl, proxy, and AI research in a single npx install. Works with Claude, Cursor, and any MCP client.
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": {
    "novada-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "NovadaLabs/Novada-mcp"
      ]
    }
  }
}

README Excerpt

This repository holds **two artifacts** for the same product (Novada's web-data MCP tools). They share tool logic but ship on different rails. ``` novada-mcp/ ← monorepo root (you are here) ├── npm-package/ ← the `novada-mcp` npm package (local stdio server) │ ├── src/ ← tool logic lives here ← EDIT TOOLS HERE

Topics

ai-agentsclaudellmmcpweb-scraping