For the complete documentation index, see llms.txt. This page is also available as Markdown.

Smithery

Install the SERPHouse MCP Server via Smithery.

Smithery Setup

Smithery is a platform that simplifies MCP server installation and management. It provides an easy way to discover, install, and configure MCP servers for various AI clients. Installing the SERPHouse MCP Server through Smithery automatically configures your selected client and helps you get started quickly.


View on Smithery

Smithery is a platform that simplifies MCP server installation and management. It provides an easy way to discover, install, and configure MCP servers for various clients.


Installation

Install the SERPHouse MCP Server using the Smithery CLI:

npx -y @smithery/cli install serphouse/serphouse-mcp --client claude

This command will:

  • Automatically download and configure the SERPHouse MCP Server.

  • Set up the required MCP configuration for your selected client.

  • Prompt you for your SERPHouse API key during setup.

  • Register the SERPHouse MCP Server with your selected AI client so it can access SERPHouse tools.


Supported Clients

The SERPHouse MCP Server can be installed for any AI client currently supported by Smithery.

During installation, specify your preferred client using the --client option.

For example:

The list of supported clients is maintained by Smithery and may change over time.


Configuration

After installation, Smithery configures your MCP client automatically. You may need to:

  1. Provide your API key – Enter your SERPHouse API key when prompted.

  2. Restart your AI client – Restart your AI client if it is already running.

  3. Verify the connection – Ask your AI assistant to perform a SERPHouse search.

Example:

or


API Key

A valid SERPHouse API key is required to use the MCP server.

You can generate an API key from your SERPHouse Dashboard after creating an account.


Alternative Installation Methods

While Smithery offers the easiest installation experience, you can also connect to the SERPHouse MCP Server directly.

Remote HTTP Endpoint

Use the hosted MCP endpoint without installing anything locally:

Replace YOUR_SERPHouse_API_KEY with your actual SERPHouse API key. See the Remote MCP documentation for manual configuration instructions.


Why Use Smithery

Smithery is recommended if you:

  • Prefer automatic installation and configuration.

  • Want to avoid manually editing MCP configuration files.

  • Manage multiple MCP servers from a single platform.

  • Want a quick setup experience with supported AI clients.


Troubleshooting

If you encounter issues while installing through Smithery:

  1. Check Node.js installation – Ensure Node.js is installed (npx requires Node.js).

  2. Verify your API key – Confirm your SERPHouse API key is valid.

  3. Restart your AI client – Some clients require a restart before detecting newly installed MCP servers.

  4. Try manual configuration – If Smithery installation doesn't work, configure the server using the Remote HTTP endpoint instead.


Last updated