VS Code MCP setup

Connect Rankizz.com MCP to GitHub Copilot in VS Code

Add Rankizz.com to VS Code's MCP server configuration and use its SEO tools with GitHub Copilot agent mode.

Connect Rankizz.com

.vscode/mcp.json
{
  "servers": {
    "rankizz": {
      "type": "http",
      "url": "https://www.rankizz.com/mcp"
    }
  }
}
  1. 1

    Run MCP: Add Server from the VS Code command palette or create .vscode/mcp.json.

  2. 2

    Save the remote HTTP configuration and start the server from the MCP servers view.

  3. 3

    Complete browser authorization, then select Agent mode in Copilot Chat.

Verify the connection

Ask the agent to list your Rankizz.com projects. A successful response confirms that OAuth completed, tools were discovered, and the account scope is available. Use the returned project ID for project-specific requests, or omit it when the tool supports the default project.

Open the client’s official MCP documentation

Next steps