Claude Code + TrustSEO

Connect Claude Code to TrustSEO from the terminal with a remote MCP server configuration and OAuth sign-in.

TrustSEO MCP server URL

https://trustseo.club/api/mcp

TrustSEO uses OAuth 2.0 with PKCE to connect your account and Google Search Console property. Never paste Google credentials, client secrets, or access tokens into a chat or project file.

Connect TrustSEO step by step

1

Open Claude Code

Install or update Claude Code, open a terminal, and sign in to Claude Code before adding a remote server.

2

Add TrustSEO as a remote HTTP server

Run claude mcp add --transport http trustseo https://trustseo.club/api/mcp. TrustSEO is hosted remotely, so no local MCP package is required.

3

Start the OAuth flow

Start Claude Code and use the TrustSEO server. Claude Code should open the browser when TrustSEO returns its OAuth challenge.

4

Approve account and site access

Sign in to TrustSEO, choose the workspace and connected sites, and approve the requested scopes in the browser.

5

Use TrustSEO in Claude Code

Ask Claude Code to summarize clicks, impressions, queries, or pages for an authorized site. Confirm the site when prompted.

How to create a custom connector

If you are building your own MCP connector, use these platform-compatible requirements as a checklist:

  • Use the remote HTTP transport with https://trustseo.club/api/mcp.
  • Let Claude Code discover and complete OAuth instead of adding an access token to .mcp.json.
  • Keep the TrustSEO connection scoped to the sites required for the task.
  • Use claude mcp list and claude mcp get trustseo to verify the configuration.
  • Never store OAuth access or refresh tokens in a project repository.

Official documentation

Platform features, plan availability, and menu labels can change. Use the official guide for the latest account and workspace requirements.

Open Claude Code documentation