SERPHouseSERPHouse

Cursor

Connect the SERPHouse MCP Server to Cursor for AI-powered search capabilities.

Cursor is an AI-powered code editor with support for Model Context Protocol (MCP) servers.

Prerequisites

  • Cursor installed
  • An active SERPHouse account
  • A valid SERPHouse API key

Configure the SERPHouse MCP Server

Edit ~/.cursor/mcp.json and add:

{
  "mcpServers": {
    "serphouse": {
      "type": "http",
      "url": "https://mcp.serphouse.com/YOUR_SERPHouse_API_KEY/mcp"
    }
  }
}

Replace YOUR_SERPHouse_API_KEY with your actual SERPHouse API key.

Using SERPHouse

Once configured, Cursor 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
Server doesn't appearReload Cursor or start a new chat session.
401 UnauthorizedVerify your API key is valid and active in your dashboard.
Tools unavailableStart a new Cursor chat after configuration changes.

Last updated on

How is this guide?

On this page