NotFair 是 AI Skill Hub 本期精选MCP工具之一。已获得 2.6k 颗 GitHub Star,综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Open-source Claude Code skills for SEO, GEO, Google Ads, Meta Ads,提高SEO和广告效果
NotFair 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Open-source Claude Code skills for SEO, GEO, Google Ads, Meta Ads,提高SEO和广告效果
NotFair 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/nowork-studio/NotFair
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"notfair": {
"command": "npx",
"args": ["-y", "notfair"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 NotFair 执行以下任务... Claude: [自动调用 NotFair MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"notfair": {
"command": "npx",
"args": ["-y", "notfair"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
The official Google & Meta Ads + SEO plugin from NotFair. Data-driven decisions, not dashboards.
NotFair gives your AI agent direct access to Google Search Console, Google Ads, and Meta Ads (Facebook + Instagram). It analyzes your traffic, surfaces what's hurting your rankings, finds wasted ad spend, diagnoses creative fatigue and audience saturation, and tells you exactly what to fix. When you have access to the repo, it goes further: rewriting meta tags, fixing headings, adding structured data, and shipping the changes.
npx notfair-cmo@latest doctor # verify env (Node, OpenClaw, LLM, data dir, port) npx notfair-cmo@latest # launch UI on http://127.0.0.1:3000
npm install -g notfair-cmo notfair-cmo ```
See notfair-cmo/README.md for full docs.
---
NotFair is a Claude Code plugin. One-time setup, automatic updates.
<details> <summary>Prefer to edit settings.json directly?</summary>
Add the marketplace and enable the plugin in ~/.claude/settings.json:
{
"extraKnownMarketplaces": {
"nowork-studio": {
"source": {
"source": "github",
"repo": "nowork-studio/notfair"
}
}
},
"enabledPlugins": {
"notfair@nowork-studio": true
}
}
</details>
The NotFair plugin is the CLI side — the skills that run inside Claude Code (and other AI agent hosts). notfair.co is the companion web app: sign in once, connect your Google Ads and Meta Ads accounts, and run audits through a browser UI. Both sides share the same engine, so an audit you run from the CLI uses the same tooling as the one on the web.
"Am I wasting money on ads right now?" "Why did my traffic drop and how do I fix it?" "How do I get more conversions without spending more?"
Free, open-source. Install in 30 seconds.
NotFair是一个开源的MCP工具,提供了 Claude Code skills for SEO、GEO、Google Ads 和 Meta Ads,提高了 SEO 和广告效果,但缺乏更多的使用场景和文档
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,NotFair 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | NotFair |
| Topics | mcpclaude-code-pluginclaude-skillsgeogoogleadsgoogleadsmcp |
| GitHub | https://github.com/nowork-studio/NotFair |
| License | MIT |
| 语言 | TypeScript |
收录时间:2026-05-24 · 更新时间:2026-05-24 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端