Skip to content
Cursor

searchapi mcp server for Cursor

io.github.ahmednsh/searchapi-mcp-server

Google Search, Shopping, Jobs, and YouTube tools backed by SearchApi.io

client:Cursor transport:stdio runtime:npm

Install searchapi mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "searchapi-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ahmednsh/searchapi-mcp-server"
      ],
      "env": {
        "SEARCHAPI_API_KEY": "<SEARCHAPI_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

searchapi mcp server in other clients