Run SEO from Your IDE

Use VibeCom's MCP tools to review keywords, act on SEO recommendations, and kick off research passes without leaving your editor.

VibeCom exposes its SEO workflow over MCP (Model Context Protocol), so you can inspect keywords, review recommendations, and trigger research directly from Cursor, Claude Code, Codex, VS Code, or any MCP-compatible client β€” without switching to the dashboard.

How It Works

The MCP server gives your coding agent three SEO-specific tools it can call on your behalf:

  • list_keywords β€” returns your tracked SEO keywords. You can filter by status, priority, and category, and sort the results.
  • list_seo_recommendations β€” returns open recommendations from the SEO audit. Supports filtering by status, priority, recommendation type, keyword, and page.
  • update_seo_recommendation β€” marks a recommendation as applied or dismissed.

These tools read and update existing data in VibeCom. They do not run the audit themselves. To kick off multi-step work β€” like researching new keywords or running a full SEO audit pass β€” use the growth_task tool, which is a Growth plan ($100/mo) feature. growth_task accepts a plain-language goal and handles planning and tool orchestration internally. When you have exactly one product connected, it resolves which product you mean automatically.

Example Prompts

Type natural language to your coding agent. It picks the right tools.

Show me all high-priority SEO recommendations that are still open. List my active keywords sorted by search volume. Mark the recommendation for the pricing page title as applied. Run a keyword research pass for my product using growth_task.

You do not need to reference tool names β€” your agent resolves them. The prompts above illustrate the range from quick reads to longer research runs.

What the Agent Can and Cannot Do

The MCP tools are scoped to reading and updating data VibeCom has already collected. After you apply a recommendation (update a page title, add internal links, adjust meta copy), you mark it applied via update_seo_recommendation or through the dashboard. VibeCom tracks which recommendations are pending, applied, and dismissed β€” it does not control how or when Google re-crawls your pages.

Getting Connected

You need the VibeCom MCP server installed and authenticated before any of the above works. The setup guide walks through generating your token, adding the server to your IDE config, and confirming the connection.

Next Steps

  • β€” connect the MCP server
  • β€” what you're applying
Run SEO from Your IDE | VibeCom Docs