7 Best MCP Servers for Marketers (I Run All of These)

· Claude Code

The lists of the best MCP servers for marketing will tell you what each one does. Almost none of them tell you what it costs you after you connect it.

I run all seven below. This post is about the real bill and the real setup time, including Blotato, the publishing tool whose free trial starts charging you the moment you generate the key you came for.

What These Lists Never Tell You

MCP stands for Model Context Protocol. It is the open standard that lets an AI assistant reach outside its own chat window and touch real tools, real data, and real accounts. If that idea is new to you, I wrote a plain-English breakdown of Claude Skills versus agents versus MCP that untangles which piece does what.

There is no shortage of MCP server lists. The general ones are built for engineers and point you at GitHub, Postgres, and Sentry. Those are great servers for writing software and do very little for a marketing week.

The marketing-specific lists are more useful, though several are published by vendors who rank their own server first. Worth checking who wrote the list before you trust the order.

What they rarely cover is what happens after you connect. Two things decide whether a server is worth your afternoon, and both only show up once you have used it.

The first is setup friction. A remote server usually means pasting a URL, though several still want OAuth or an API key. A local one needs a terminal and a runtime on your own machine. Those are very different afternoons.

The second is what the server actually costs, which is rarely the number on the pricing page. One tool here bills you the instant you generate an API key, and another wants a $50 deposit before it returns a single result. Two of the free ones sit in front of metered usage that a looping agent can burn through while you make coffee.

The 7 Best MCP Servers for Marketing Work

All seven of these run in my setup right now, ordered by how often I reach for them rather than by any general measure of quality. Where a tool has a real drawback, it is in the card.

ServerBest forSetupWhat it costs
BlotatoPublishing to 9 social platforms from an agentRemote URL$29/mo subscription
PostizSelf-hosting your own posting stackRemote URL or self-host$29/mo cloud, or self-host for hosting costs
DataForSEOKeyword volume and live SERP dataTerminalPay per call, $50 deposit to start
ApifyScraping competitors, SERPs, and Google MapsRemote URL with OAuthFree tier with $5 usage/mo, then metered
Chrome DevToolsPage speed and Core Web Vitals auditsTerminalFree
PlaywrightRepetitive browser tasks and form flowsTerminalFree
Google WorkspaceGmail, Sheets, Drive, and Calendar accessTerminal plus OAuth setupFree


1. Blotato (Best for publishing to social platforms)

Blotato MCP server page showing the hosted endpoint for publishing to nine social platforms
Blotato's hosted MCP server connects Claude to nine social platforms through one endpoint.


Claude can write you a post. It cannot publish one by itself. Blotato is the layer that closes that gap, and it is the server I use more than any other on this list. I publish to six platforms a week through it without opening a single social app.

I walked through the full build in the video above, from connecting the server to scheduling a week of posts in one pass.

Pros:

Cons:

 

Best for: Marketers and creators who want an agent to actually publish, not just draft.

Pricing: Starter $29/mo (20 accounts, 1,250 credits), Creator $97/mo (40 accounts, 5,000 credits), Agency $499/mo (28,000 credits). Annual billing saves roughly 17 percent. Worth knowing before you sign up: the 7-day trial covers everything except the API, so generating the key the MCP server needs ends the trial and starts the paid Starter plan at $29/mo.

Free trial: Yes for the web app, but not for MCP or API access.

Bottom line: If your week is mostly social publishing, this is the one to connect first. Postiz does the same job, so the real choice between them is hosted convenience against self-hosted control, which I broke down properly in my Postiz vs Blotato comparison.

2. Postiz (Best for self-hosting your posting stack)

Postiz MCP server homepage describing social media publishing for AI assistants
Postiz ships an official MCP server and an open-source codebase you can run yourself.


Postiz is the open-source route to the same job. It is open source with nearly 34,000 GitHub stars, so you can run the whole thing on your own server. I run it on the cloud plan, and I want to be straight that I have never set up the self-hosted version, so the notes below on self-hosting come from its documentation rather than my own week.

Pros:

Cons:

 

Best for: Technical marketers who would rather own the stack than rent it.

Pricing: Standard $29/mo (5 channels), Team $39/mo (10 channels), Pro $49/mo (30 channels), Ultimate $99/mo (100 channels). Self-hosting is free beyond your own server costs.

Free trial: Yes, 7 days on cloud plans.

Bottom line: Pick Postiz over Blotato if running your own server appeals to you. If that sentence made you tired, you already have your answer.

One licensing note for agencies. Running Postiz for your own business is fine. Repackaging a modified version and selling it to clients as a service means you have to publish your changes to the code, which is rarely what an agency wants.

3. DataForSEO (Best for keyword and SERP data)

DataForSEO MCP server GitHub repository showing the open source SEO data integration
DataForSEO's MCP server is free and open source, though the data behind it is metered.


This is the one that replaced a recurring SEO subscription for me. DataForSEO's MCP server gives an agent live search volume, real SERPs, backlink profiles, and competitor rankings. I broke the same workflow down in my post on keyword research in Claude Code.

If you have never connected a server before, that video covers the setup process end to end.

Pros:

Cons:

 

Best for: SEO work where you are comfortable in a terminal and want live data instead of a subscription dashboard.

Pricing: Pay-as-you-go with a $50 minimum deposit. The server itself is free and open source. Per-call costs vary by endpoint.

Free trial: You can register without paying, but the pricing page states a $50 minimum payment before you are pulling data.

Bottom line: Set a daily expense limit in the dashboard on day one, before you point an agent at it.

4. Apify (Best for scraping competitors and lead lists)

Apify MCP server page showing the hosted endpoint and preloaded scraping actors
Apify's remote MCP server exposes thousands of prebuilt scrapers through one URL.


Apify hands your agent thousands of prebuilt scrapers, called Actors. Google Maps listings, competitor sites, social profiles, SERPs. I used it to pull LinkedIn profile data for a client research project, which I broke down in my guide to scraping LinkedIn profiles with Claude Code.

The video shows the scrape running, including the part where you decide what is actually worth pulling.

Pros:

Cons:

 

Best for: Competitor research and lead sourcing. Check a site's terms before you point a scraper at it.

Pricing: Free tier at $0 with $5 of included usage per month. Starter $29/mo, Scale $199/mo, Business $999/mo. Usage beyond your included credit is billed per compute unit, from $0.20 on the lower plans down to $0.13 on Business.

Free trial: Yes, and the free tier is actually usable.

Bottom line: The easiest server here to try tonight. The free tier plus OAuth means you can be scraping in about five minutes.

5. Chrome DevTools (Best for page speed audits)

Chrome DevTools MCP server GitHub repository maintained by the Google Chrome team
Google's official Chrome DevTools MCP server drives a real Chrome instance for performance work.


Google maintains this one officially, and at nearly 48,000 GitHub stars it has the widest adoption of the open-source servers here. It drives a real Chrome browser, so your agent can run a performance trace and point you at the scripts costing you the most load time. Keep the distinction in mind: a local trace is lab data, and Core Web Vitals are ultimately measured from real visitors in the field.

Pros:

Cons:

 

Best for: Technical SEO audits and diagnosing why a landing page feels slow.

Pricing: Free and open source.

Free trial: Not applicable, the whole thing is free.

Bottom line: If you own a site and care about speed, install this one. Add --no-usage-statistics if you would rather not send telemetry to Google.

6. Playwright (Best for repetitive browser tasks)

Playwright MCP server GitHub repository maintained by Microsoft for browser automation
Microsoft's Playwright MCP server automates browser workflows across multiple browsers.


People confuse this with the previous entry constantly. Chrome DevTools diagnoses why a page is broken. Playwright does a job in a browser: fill the form, walk the checkout, capture the screenshots. Microsoft maintains it, and I lean on it for the screenshot work behind most of my roundup posts.

Pros:

Cons:

 

Best for: Screenshot capture, form testing, and any browser task you repeat weekly.

Pricing: Free and open source.

Free trial: Not applicable.

Bottom line: Install it alongside Chrome DevTools rather than instead of it. They solve different problems, though I switch them on for the job rather than leaving both connected.

7. Google Workspace (Best for Gmail, Sheets, and Drive)

Google Workspace MCP server GitHub repository covering Gmail, Drive, Sheets and Calendar
The most maintained community Google Workspace MCP server covers twelve Google services.


Google does not publish an official Workspace MCP server, which surprises people. The field is community projects and plenty have gone quiet. Taylor Wilsdon's build is the one I settled on: 2,900 stars, free to use commercially, and still shipping commits this week. It covers twelve services including Gmail, Sheets, Drive, and Calendar.

Pros:

Cons:

 

Best for: Marketers whose reporting lives in Sheets and who send a lot of email.

Pricing: Free. Normal Google API quotas apply.

Free trial: Not applicable.

Bottom line: It killed the weekly hour I spent pasting numbers into a client reporting sheet, but the setup really does take an afternoon. Because it holds read and write access to your email and files, connect it with a dedicated Google account and grant only the services you need.

What Are the Best MCP Servers for Marketing?

The best MCP servers for marketing work are Blotato for publishing to social platforms, DataForSEO for keyword and SERP data, Apify for scraping, Chrome DevTools for page speed audits, Playwright for browser automation, and a Google Workspace server for Gmail and Sheets. Postiz is the open-source alternative to Blotato if you would rather host it yourself. The developer-focused servers that dominate most lists, such as GitHub and Postgres, do very little for a marketing workflow.

Can Claude post to social media through an MCP server?

Yes. Claude cannot publish on its own, but connecting a publishing server such as Blotato or Postiz gives it that ability. Blotato covers nine platforms through one hosted connection and posts through each platform's official API. This is the single most useful thing a marketer can add to Claude, and it takes about five minutes to connect.

Do you need to know how to code to use MCP servers?

Not for all of them. Blotato, Postiz cloud, and Apify are remote servers, which means you paste a URL into Claude and you are finished. DataForSEO, Chrome DevTools, Playwright, and Google Workspace run locally and need a terminal, Node.js, and a config file. If you have never opened a terminal, start with the remote three.

How to Choose an MCP Server

These are the questions I ask before adding anything to my own setup. They work regardless of which servers you are weighing.


Every server here I have run myself, and I checked pricing live on each tool's own page the day I published this. Licence terms and telemetry defaults come from each project's documentation. Any number I could not verify is not in the post.

Which MCP Server Should You Install First?

Pick by the job you are trying to finish this week.


If you are setting up your first one, my walkthrough on how to set up MCPs in Claude Code covers the connection process step by step. Start with one. Connecting all seven at once eats into your context window, one of the Claude Code usage tips that saves the most tokens, so most weeks I keep only the two or three I am actually using switched on.

MCP Servers I Have Not Tested

A few marketing-adjacent servers come up often enough that leaving them unmentioned would be strange. I have not run these, so they are not ranked above. Recommending software I have not used is the fastest way to make a list like this worthless.


If you run one of these in a marketing workflow, tell me what it replaced. That is usually the detail that tells me whether something is worth a real test.

Ryan's Final Thoughts

These seven cover the work I repeat every week: publishing, keyword research, scraping, and page audits. If you buy media or live in a CRM all day, your list looks different, and you should build it the way I built this one, by connecting things and watching what they cost. Start with one, get it working, then add the second.

Disclosure: the Blotato link in this post is an affiliate link, and I may earn a commission if you subscribe through it at no extra cost to you. Blotato is also a client of mine. I only recommend tools I actually use. Full disclosure.

40+ Claude Code skills that run my business. One purchase, lifetime updates.

Get instant access

Free AI Marketing Guide

Get the free AI Marketing Guide

The exact AI tools and Claude Code skills I use to run my agency solo.

No spam. Unsubscribe anytime. Privacy policy.