ArtificialIntelligence.io

Claude Skills · 11 in this category

Marketing

SEO, content, social and analytics — the skills that make Claude a usable marketing operator.

← All skillsDocumentsDesignEngineeringResearchProductivityOperations

ahrefs-mcp

Ahrefs

Ahrefs' MCP server connecting Claude to backlink, keyword, and site audit data. Local version deprecated for remote.

The backlink database that matters, now agent-readable. Use the remote server; the repo is the paper trail.

npm install -g @ahrefs/mcp (deprecated — use Ahrefs' hosted remote MCP server per their docs)

brand-guidelines

Anthropic

Anthropic's official skill for applying consistent brand styling and voice to generated content and artifacts.

Off-brand AI output is the new Comic Sans. This is the template for teaching Claude your visual identity.

/plugin marketplace add anthropics/skills, then /plugin install example-skills@anthropic-agent-skills

dataforseo-mcp-server

DataForSEO

Official DataForSEO MCP server exposing SERP, keyword, backlink, and on-page API data to Claude.

Raw SEO data on tap without the dashboard tax. The workhorse behind most 'AI SEO agent' demos.

claude mcp add dataforseo -- npx -y dataforseo-mcp-server@latest

ghost-mcp

MFYDev

MCP server for Ghost CMS: manage posts, members, and newsletters from Claude via the Admin API.

Draft in Claude, publish to Ghost without touching the editor. Content ops for one-person media companies.

claude mcp add ghost -- npx -y @fanyangmeng/ghost-mcp

google-analytics-mcp

Google Analytics

Google's official MCP server for querying Google Analytics properties and running reports from Claude.

GA4's interface is famously unusable. Asking Claude for the numbers is genuinely the better UI.

claude mcp add analytics-mcp -e GOOGLE_APPLICATION_CREDENTIALS=path -e GOOGLE_PROJECT_ID=id -- pipx run analytics-mcp

mailchimp-mcp

Damien Tilman

227 tools covering Mailchimp campaigns, audiences, reports, segments, and automations, with read-only and dry-run guardrails.

The rare community server with real safety rails. Email marketing automation you can let an agent near.

claude mcp add mailchimp -- uvx mailchimp-mcp

mcp-server-gsc

ahonn

Google Search Console MCP server: query performance data, impressions, clicks, and indexing from Claude.

Search Console holds your real SEO truth. This puts it one question away instead of six clicks deep.

claude mcp add gsc -- npx -y mcp-server-gsc

reddit-mcp-buddy

karanb192

Browse Reddit, search posts, and analyze users from Claude. No API keys needed for public content.

Reddit is where buying decisions actually happen. Zero-setup social listening beats another SaaS subscription.

claude mcp add reddit -- npx -y reddit-mcp-buddy

semrush-mcp

mrkooblu

Community Semrush MCP server and CLI: 77 tools for keywords, backlinks, traffic, and competitor analysis.

Competitive intel as a conversation. Bring your own Semrush API key and skip the tab-hopping.

npm install -g github:mrkooblu/semrush-mcp

twitter-mcp

Enes Cinar

Post tweets and search X/Twitter from Claude via a lightweight MCP server.

Minimal by design: post and search, nothing else. Sometimes that is exactly the social pipeline you need.

claude mcp add twitter -- npx -y @enescinar/twitter-mcp

wordpress-mcp-adapter

WordPress

Official WordPress MCP adapter exposing plugin, theme, and core abilities to AI agents via the Abilities API.

43% of the web just grew an agent interface. If your content lives on WordPress, this is the front door.

git clone https://github.com/WordPress/mcp-adapter into wp-content/plugins (standard WP plugin install; see README)