Integration

ContextBolt SEO in Cline (2026 Setup Guide)

Beginner 3 minutes setup By David Hamilton

Cline is the open-source AI coding agent for VS Code. It supports the Model Context Protocol, including remote servers, so you can connect ContextBolt SEO and pull live keyword, SERP, domain, and competitor data into the editor you already work in.

Cline has file access, so every lookup you run is mirrored to a ./seo-findings/ folder in your workspace as markdown. Your research lives next to your code, searchable and version-controlled.

SEO in your VS Code flow

When you are building a page, deciding what it should rank for shouldn’t mean opening a separate dashboard. With ContextBolt SEO in Cline you ask “what should this target, and who already owns it?” right in the chat and the numbers come back inline.

Because these are MCP tools, Cline chains them. “Find five low-difficulty keywords for my landing page, check who ranks for each, and list the gaps” is one prompt that calls several tools and writes the session to disk.

Adding it as a remote server

ContextBolt SEO is hosted, so it goes under Cline’s Remote Servers tab, not the local option. Open the MCP Servers panel in Cline, switch to Remote Servers, give it a name like contextbolt-seo, and paste your MCP URL. Cline saves it to cline_mcp_settings.json and loads the tools.

Your URL contains a personal token, so treat it like a password and keep the settings file off public repos. Once the tools appear, ask “what SEO tools do you have?” to confirm. The full tour of tools and workflows is in the ContextBolt SEO guide.

How to connect ContextBolt SEO to Cline

  1. Subscribe and get your MCP URL

    Subscribe to ContextBolt SEO ($35/month for 1,000 lookups). Your private MCP URL arrives by email and looks like https://seo.contextbolt.app/mcp/YOUR_TOKEN. Keep it private, like a password.

  2. Open Cline's MCP servers panel

    In VS Code, open Cline, click the MCP Servers icon at the top of the panel, and switch to the Remote Servers tab. This is where Cline manages hosted MCP servers like ContextBolt SEO.

  3. Add the server

    Enter a name (contextbolt-seo) and paste your MCP URL, then click Add. Cline writes it to cline_mcp_settings.json for you. The server appears in the list and its tools load automatically.

  4. Check it and connect Search Console (optional, free)

    In the chat, ask 'what SEO tools do you have?' to confirm the tools loaded. Then ask 'connect my Google Search Console' and approve read-only access to read your real clicks, positions, and quick wins. The Search Console tools are free and never spend your monthly lookups.

Example prompts for ContextBolt SEO + Cline

Once connected, try asking Cline:

What keywords should my open-source project's site target?

Cline calls keyword_research and returns related terms with volume, difficulty, and intent, so you get a content shortlist without leaving VS Code.

How hard is 'self hosted analytics' to rank for, and who's in the top 10?

Chains keyword_difficulty and serp_overview so you get a difficulty score and the live page-one results to model your page on.

What does posthog.com rank for, and who else competes?

Runs ranked_keywords then competitor_keywords for a content map plus the rivals chasing the same keywords.

Who links to my biggest competitor but not to me?

Calls backlink_gap and returns a spam-scored prospect list, a ready-made outreach shortlist. Backlink calls cost three lookups each.

What you can do with ContextBolt SEO in Cline

Run keyword research in plain English inside VS Code

Score how hard a keyword is to rank for before you write

See who ranks in Google's top 10 for any query

Size up any domain's traffic, keywords, and authority

Find the keywords a competitor already ranks for

Spot backlink gaps: who links to rivals but not you

Connect your own Google Search Console, read-only and free

Save every lookup to ./seo-findings/ in your workspace as markdown

ContextBolt SEO + Cline: FAQs

Do I add ContextBolt SEO as a local or remote server? +
Remote. ContextBolt SEO is a hosted HTTP server, so use Cline's Remote Servers tab, not the local stdio option. You give it a name and your MCP URL, and Cline handles the rest. There is nothing to install on your machine.
Can I edit the settings file directly? +
Yes. Cline stores MCP servers in cline_mcp_settings.json, reachable from the MCP Servers panel. Add contextbolt-seo with your URL there if you prefer editing JSON to using the Add server form. The UI Remote Servers tab is the simpler path.
What is the ./seo-findings/ folder? +
Every lookup writes a markdown file into a ./seo-findings/ folder in your workspace, one file per keyword or domain plus an INDEX. You can search it, commit it to git, or open it in Obsidian. The files are free and do not count against your 1,000 monthly lookups.
How many lookups does a question cost? +
The six research tools cost one lookup each. The three backlink tools cost three each. The plan includes 1,000 a month, top-ups never expire, and checking your balance is free.
Does it remember past research? +
Yes. Ask about the same keyword again and the answer leads with what has changed since last time, like a difficulty or volume delta, at no extra cost. Memory is automatic and free.