serpapi/serpapi-claude-plugin

7 stars · Last commit 2026-04-20

Claude Plugin for SerpApi API.

README preview

# <img src="https://user-images.githubusercontent.com/307597/154772945-1b7dba5f-21cf-41d0-bb2e-65b6eff4aaaf.png" width="30" height="30"/> SerpApi Plugin for Claude Code

A [Claude Code plugin](https://docs.anthropic.com/en/docs/claude-code/plugins) that gives Claude the ability to search Google, Amazon, Walmart, YouTube, Google Maps, Google Scholar, and [100+ other engines](https://serpapi.com/search-engine-apis) via the [SerpApi](https://serpapi.com) REST API.

[![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Engines](https://img.shields.io/badge/engines-107-blue.svg)](engines/)
[![CI](https://github.com/serpapi/serpapi-claude-plugin/actions/workflows/update-engines.yml/badge.svg)](https://github.com/serpapi/serpapi-claude-plugin/actions/workflows/update-engines.yml)

## Quick Start

### 1. Get an API key

Sign up at [serpapi.com](https://serpapi.com/users/sign_up?plan=free) and set the key:

> **Free tier** - 250 searches/month, no credit card required.

```bash
export SERPAPI_API_KEY="your_key_here"
```

View full repository on GitHub →