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/mcpReplace YOUR_SERPHouse_API_KEY with your actual SERPHouse API key.
Verify Configuration
claude mcp listIf 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
| Issue | Solution |
|---|---|
| 401 Unauthorized | Verify your API key is valid and active in your dashboard. |
| Connection refused | Check that https://mcp.serphouse.com/... is reachable from your network. |
| Tools not appearing | Restart Claude Code after configuration. |
Related Links
Last updated on
How is this guide?