Self-hostable AGPL SEO manager backend: keyword research, content queue, SERP tracking over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Website Β Β·Β Discord Β Β·Β Discussions Β Β·Β Hosted version
Self-hosted has zero feature limitations. Everything the paid
cloud does, this repo does today, in your own accounts, at $0.
The backend is deliberately boring: state, scheduling, and an approval gate. The thinking happens in your agent, where your product knowledge already lives.
![]() | |
![]() | ![]() |
![]() | ![]() |
DispatchSEO talks to your agent over MCP, so "which agent" is a real question with a real answer β including the parts that aren't finished yet.
| Agent | Connect + every tool | Unattended overnight builder |
|---|---|---|
| Claude Code | β | β |
| Codex | β | β |
| Cursor | β one-paste connect, all 61 tools | β via its API key (any plan mints one) |
| Gemini CLI Β· Copilot Β· any MCP client | β | β |
Connecting is one paste and gets you the whole tool set: research, the queue, approvals, backlinks, reports, and building a guide when you ask for one. The overnight builder is the separate thing β scheduled jobs that run an agent with nobody watching β and all three do that. Every workflow carries every agent and asks the dashboard which to run, so switching agent takes effect on the next scheduled run with no repo change.
The honest difference is who pays: Claude Code runs on a subscription you already have, Cursor runs on your Cursor plan's API key, and Codex is metered by OpenAI per run.
docs/AGENTS.md has the details, the support tiers, and how to add an agent.
That's the whole list. No API keys to buy, and no account on our side.
Everything is at dispatchseo.com/docs - every page, every setting, every tool.
| New here | What DispatchSEO is Β· How it works Β· Cloud or self-hosted |
| Install | Quickstart - your own computer, a VPS, or from source |
| Set up | Install Claude Code Β· Install Codex Β· Install Cursor Β· The setup wizard Β· Search Console Β· Keyword data Β· Publishing Β· Connect your site |
| Use it | Day to day Β· The dashboard Β· Automations Β· Agent commands |
| Reference | Concepts Β· MCP tools Β· Environment variables Β· Schedules Β· Architecture |
| Help | Troubleshooting Β· Common questions Β· Security Β· Upgrading |
Pointing an agent at this? Add .md to any docs URL for clean markdown, or
fetch the entire documentation set in one request:
llms-full.txt. There's an index at
llms.txt and a SKILL.md that
walks an agent through connecting a site.
Stuck during setup? The troubleshooting page covers the errors people actually hit. If yours isn't there, ask in the Discord or in Discussions - questions get answered and usually turn into a docs fix.
Once the wizard is done, the loop is small on purpose:
| When | You do | It does |
|---|---|---|
| Once a week, 5 minutes | Open the dashboard, work through the queue - approve, reject, reorder | Refills the queue with researched ideas and the reasoning behind each one |
| Every morning | Nothing | Builds the oldest approved idea into a pull request on your repo |
| When a PR lands | Review and merge (or let auto-merge do it) | Logs the page, requests indexing, starts tracking its keyword |
| Whenever you want | Ask your agent: "research keywords for me", "what should I write next?", "how are we ranking?" | Answers from live data over MCP - same state the dashboard shows |
The dashboard's Home page always names the next action, so you don't have to work out what to do when you open it.
Nothing, unless you want paid data. The tiers stack:
| Tier | Price | What you get |
|---|---|---|
| Search Console only | $0 | Rankings from GSC, keyword ideas from Autocomplete plus your own impression data |
| + SerpApi free key | $0 | Live SERP checks, real positions weekly (250 free searches/month) |
| + DataForSEO | pay per call | Search volume, keyword difficulty, domain rating |
Free mode finds keywords you can win. Paid mode also knows which ones are worth winning.
There's a hosted version for people who'd rather not run a machine: we host it, bundle the SERP + volume data into one bill, and replace the Google service-account ritual with one click. It's at dispatchseo.com. Self-hosting stays feature-complete either way - the cloud sells convenience, not capability.
This is the contributor path, not the way to self-host - that's the one-command
Docker install behind the button at the top. Fill in .env.local (Supabase +
the three secrets) before starting, then open the dashboard on
localhost:3000.
pnpm build is the typecheck - run it before opening a PR. There is no
separate lint or test setup.
Next.js App Router, Postgres for state (a bundled container when self-hosted,
Supabase in the cloud version), mcp-handler for the MCP server at /api/mcp.
Schedules and builds run in-stack (cron + builder containers) or on GitHub
Actions. One deployment is multi-tenant: the MCP bearer token selects the
project, crons loop over all projects, the dashboard switches with a cookie.
Architecture covers this properly. CLAUDE.md has the full conventions; it's written for agents, which turns out to make it decent documentation for people.
Issues before PRs, and you must understand every line you submit, including the AI-assisted ones. Details in CONTRIBUTING.md. Questions go to Discussions or the Discord; vulnerabilities go through private reporting.
AGPL-3.0. Use it, self-host it, fork it. If you run a modified version as a service, share the source. That's the whole deal.
Built by NeoZi12 Β· If DispatchSEO is useful to you, a β helps other people find it.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dispatchseo)<a href="https://allmcps.com/mcp/dispatchseo"><img src="https://allmcps.com/api/badge/dispatchseo?style=directory" alt="Dispatchseo on AllMCPs" /></a>