---
title: 'SerpApi: Integrations'
description: Easy integration. SerpApi provides APIs and integrations for multiple
  programming languages and AI tools, including Model Context Protocol (MCP).
url: https://serpapi.com/integrations
site: SerpApi – Real-time search engine results API
signup: https://serpapi.com/users/sign_up
docs:
  pricing: https://serpapi.com/pricing.md
  integrations: https://serpapi.com/integrations.md
  markdown_output: https://serpapi.com/markdown-output.md
---

# Integrations

Start integration with your preferred language or tool.

## Libraries

| Language | Repository | Status |
|----------|------------|--------|
| Ruby | [serpapi-ruby](https://github.com/serpapi/serpapi-ruby) | Available |
| Python | [serpapi-python](https://github.com/serpapi/serpapi-python) | Available |
| JavaScript | [serpapi-javascript](https://github.com/serpapi/serpapi-javascript) | Available |
| Golang | [serpapi-golang](https://github.com/serpapi/serpapi-golang) | Available |
| PHP | [serpapi-php](https://github.com/serpapi/serpapi-php) | Available |
| Java | [serpapi-java](https://github.com/serpapi/serpapi-java) | Available |
| Rust | [serpapi-rust](https://github.com/serpapi/serpapi-rust) | Available |
| .NET | [serpapi-dotnet](https://github.com/serpapi/serpapi-dotnet) | Available |
| MCP | [serpapi-mcp](https://github.com/serpapi/serpapi-mcp) | Available |
| Swift | [serpapi-swift](https://github.com/serpapi/serpapi-swift) | Available |
| C++ | [serpapi-cpp](https://github.com/serpapi/serpapi-cpp) | Available |
| CLI | [serpapi-cli](https://github.com/serpapi/serpapi-cli) | Available |

The [MCP integration](https://github.com/serpapi/serpapi-mcp) allows any MCP-compatible AI agent (Claude, ChatGPT, Cursor, etc.) to use SerpApi as a web search tool.

## Getting Started

Install the library for your language and use your API key to start searching:

```
GET https://serpapi.com/search?q=Coffee&engine=google&api_key=YOUR_API_KEY
```

All libraries return structured JSON results from 20+ search engines.

[Sign up](https://serpapi.com/users/sign_up) to get your API key. For detailed usage, see each library's README on GitHub.

## Pricing

See [Plans and Pricing](https://serpapi.com/pricing.md) for available plans, search quotas, and feature comparisons.

