SERPHouseSERPHouse

Claude Code

Connect the SERPHouse MCP Server to Claude Code for native search capabilities in your terminal.

Claude Code is Anthropic's AI-powered coding assistant that runs directly in your terminal. By connecting the SERPHouse MCP Server, Claude Code can access SERPHouse tools natively using the Model Context Protocol (MCP).

Prerequisites

  • Claude Code installed
  • An active SERPHouse account
  • A valid SERPHouse API key

Configure the SERPHouse MCP Server

claude mcp add serphouse \
    --transport http \
    https://mcp.serphouse.com/YOUR_SERPHouse_API_KEY/mcp

Replace YOUR_SERPHouse_API_KEY with your actual SERPHouse API key.

Verify Configuration

claude mcp list

If configured correctly, serphouse appears in the list of available MCP servers.

Using SERPHouse

Once configured, Claude Code automatically invokes SERPHouse whenever a request requires search engine data.

Try these example prompts to get started.

  • Search Google for "Laravel Horizon".
  • Show me the top 10 search results for "AI SEO tools".
  • Search Google News for "OpenAI".

Troubleshooting

IssueSolution
401 UnauthorizedVerify your API key is valid and active in your dashboard.
Connection refusedCheck that https://mcp.serphouse.com/... is reachable from your network.
Tools not appearingRestart Claude Code after configuration.

Last updated on

How is this guide?

On this page