Skip to content

serpapi/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serpapi-search-skill MIT

Search the web from any AI agent — 100+ engines via one MCP tool.

Quick Start

  1. Get your key: serpapi.com/dashboard
  2. Add to your MCP config (Claude Desktop, Cursor, Windsurf, Codex — same shape):
{
  "mcpServers": {
    "serpapi": {
      "type": "http",
      "url": "https://mcp.serpapi.com/YOUR_SERPAPI_API_KEY/mcp"
    }
  }
}

Claude Code CLI:

claude mcp add --transport http serpapi https://mcp.serpapi.com/YOUR_SERPAPI_API_KEY/mcp

Verify

Ask your agent: "What search tools do you have?" — expect search.

Self-Hosting

git clone https://github.com/serpapi/serpapi-mcp.git && cd serpapi-mcp
uv sync && uv run src/server.py

Then point config to http://localhost:8000/YOUR_SERPAPI_API_KEY/mcp.

Why MCP

Method Agent discovery rate
MCP tool registration ~100%
Skill file on disk 0%

CI/CD

Set SERPAPI_KEY as a repo secret. Never commit keys.

See Also

License

MIT

About

Universal web search skill for AI coding agents with support for 100+ search engines

Resources

License

Stars

6 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors