Odel
openwebninja mcp

openwebninja mcp

Local
@openweb-ninja36TypeScriptMITUpdated 2mo ago

Official MCP server for OpenWeb Ninja APIs - 40+ real-time web data and SERP APIs as MCP tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@openwebninja/mcp-serverv0.1.1

Run

npx -y @openwebninja/mcp-server

MCP client config

{
  "mcpServers": {
    "openwebninja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@openwebninja/mcp-server"
      ]
    }
  }
}