Getting Started
Connect VibeSEO to the AI app you already use. In Claude and ChatGPT it is one click — VibeSEO is listed in Claude's connector directory and the ChatGPT app directory. Everywhere else, follow the setup button or command, then approve access in the browser when prompted.
Hosted assistants with an official listing — connect from the directory, or add the MCP URL by hand.
Claude
Official VibeSEO connector — 1-click add.
ChatGPT
Official VibeSEO app — add it in one click.
Editors and desktop clients with the fastest install path.
Cursor
Install the VibeSEO MCP server in Cursor.
VS Code
Install as an HTTP MCP server in VS Code.
Terminal clients you can configure with one copied command.
Claude Code
Add VibeSEO MCP from your terminal.
claude mcp add --transport http vibeseo https://mcp.vibeseo.dev/mcp
Run /mcp in Claude Code, then authorize VibeSEO in the browser. Already connected VibeSEO in Claude? Claude Code picks it up automatically while you are signed in with that same claude.ai account.
Gemini CLI
Add VibeSEO MCP to Gemini CLI.
gemini mcp add --transport http vibeseo https://mcp.vibeseo.dev/mcp
Codex CLI
Add VibeSEO MCP to Codex CLI.
codex mcp add vibeseo --url https://mcp.vibeseo.dev/mcp
Use the raw HTTP OAuth configuration for any compatible MCP client.
Other
Use any MCP client that supports HTTP OAuth.
{
"mcpServers": {
"vibeseo": {
"url": "https://mcp.vibeseo.dev/mcp"
}
}
}MCP authorizations
Every client that completed the OAuth flow shows up here. Disconnect a client to revoke its access immediately.
No connected clients yet. Follow the instructions above to authorize one.