SEO Experts MCP
Enables AI assistants to query distilled SEO expert tactics from public content, returning actionable insights linked to original source videos.
README
That's Heaps — SEO Experts MCP
Query the distilled point of view of real SEO experts, straight from your AI assistant.
This MCP server gives Claude, Cursor, or any MCP client a set of tools to ask "what does [SEO expert] actually say about [topic]?" and get back concrete, actionable tactics, each linked to the expert's original source video.
Built by That's Heaps, a fractional growth consultancy specialising in SEO and GEO (getting brands cited by AI answer engines).
What's in it
Each expert is a separate "brain": their public content, transcribed and distilled into topic-tagged tactics.
| Expert | Source | Tactics |
|---|---|---|
| Harry Sanders (@harrysandersseo, StudioHawk) | 200 Instagram reels | 639 |
More experts are added over time. Each stays a distinct voice, never blended.
Tools
list_seo_experts— who's in the corpus, with each expert's POV summaryquery_seo_experts— filter tactics by topic / keyword / expert; every result links to the source videoget_expert_pov— an expert's signature view and where their corpus is rich vs thin
Install
Requires Node 22+.
git clone https://github.com/thatsheaps/experts.git
cd experts && npm install
Add to your Claude Code / Claude Desktop MCP config:
{
"mcpServers": {
"seo-experts": {
"command": "node",
"args": ["/absolute/path/to/experts/server.mjs"]
}
}
}
Then ask your assistant things like "query the SEO experts on GEO" or "what's Harry Sanders' take on link building?".
Attribution & how this was made
Every tactic links back to the expert's original video. These are distillations of public content, published to point people toward each expert's work, not to replace it. If you're one of the featured experts and want changes or removal, open an issue or email hello@thatsheaps.com and we'll action it promptly.
Method: public content scraped, transcribed (Whisper), distilled into tactics (Claude), stored as a queryable SQLite brain per expert. The same pipeline That's Heaps uses to ground client SEO/GEO work in real practitioner POV.
License
MIT (code). Distilled tactics remain the intellectual output of the named experts; this tool indexes and links to their work.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.