Want a free personalized recommendation for your software stack?Get yours
That Marketing Buddy
Home/MCP/Frase
Frase

Frase MCP Server

Yes. Frase ships its MCP as an npm server you run locally with your own API key, and it is included from $39/mo with no add-on, so usage just counts against the plan limits you already pay for.

OFFICIAL MCP✓ alivePublic APIOpenAPI specAuth: Personal Frase API key, held in your local configLLMs: Claude Code, Claude (Desktop/Web), Cursor
MCP status verified 2026-08-06Agent-readiness 8/10
Data from Buddy's database, auto-rechecked weekly

What is the Frase MCP server?

Frase publishes an official MCP server as @frase/mcp-server on npm. You run it locally through npx and authenticate with a personal Frase API key, so the key stays in your local configuration and is never shared with your assistant's provider. Frase is explicit that the one-time setup needs someone with basic technical skills and takes a few minutes; after that you work entirely in plain language.

The tool coverage is where Frase gets interesting: 63 tools spanning research, content generation, brief creation, content audits, AI visibility tracking, analytics, optimization, competitive analysis, and CMS publishing. That's a lot of surface area. An agent isn't just fetching a keyword list, it can research a topic, build a brief, draft against it, audit the result, and push it live.

Coverage is 63 tools spanning research, content generation, brief creation, content audits, AI visibility tracking, analytics, optimization, competitive analysis and CMS publishing. Frase is equally explicit about the guardrail: the server proposes the brief, the draft and the changes, every content type starts in review, and a page only publishes to your CMS once you give the go-ahead.

For the rest of the picture see the Frase review or full pricing breakdown.

Inside Claude / Cursor / Codex

What you can build with the Frase MCP

Illustrative workflow examples. Exact tool names, parameters, and outputs come from Frase's MCP server schema, so check the docs for the live surface.

frase-mcplive
>Show me my top 10 keywords by traffic this month
frase.get_top_keywords({ limit: 10 })
TOP 5 KEYWORDS · LAST 30 DAYS
marketing automation12,400 visits
email marketing software8,920 visits
seo tools 20266,310 visits
best crm small business4,580 visits
mcp marketing tools2,140 visits
Scale to top 50? Just ask.
frase-mcplive
>Which competitors rank for keywords I'm losing positions on?
frase.compare_competitor_overlap()
LOSING POSITIONS · 3 KEYWORDS
marketing automation tools→ rival.com (#3)
best email marketing 2026→ competitor.io (#1)
ai marketing assistant→ newentrant.ai (#5)
Want a full SERP gap report?
frase-mcplive
>Audit my newest blog post and flag low-effort SEO fixes
frase.audit_url({ url: "mysite.com/post" })
QUICK WINS · 3 FOUND
Missing meta descriptionfix in 30s
H1 doesn't match target keywordfix in 1m
No internal links to top pagesfix in 2m
TMB SCORE FOR FraseMCP: OfficialAgent fit: 8/10
Read review →

Access, auth, and limits

Auth is a personal Frase API key supplied to the local process, and Frase makes a point of the boundary: the key reaches only your account data, the connection is encrypted, and the key stays in your local config rather than being handed to whoever runs your assistant. That is the right trade for a tool that can publish to your CMS.

Pricing is refreshingly simple. The MCP server is included with Frase from $39/mo billed yearly, with no separate add-on, and activity through the server counts against the same plan limits as the app, so the briefs, audits and content you already pay for are the same pool. Seats and audit credits are the things you add as a team grows.

One thing worth knowing if you go looking: Frase publishes a /.well-known/mcp.json that also declares a hosted server at next.frase.io/api/mcp using OAuth 2.0, and that endpoint does answer. It is not mentioned anywhere on Frase's MCP page, which documents the npm route only, so treat the hosted endpoint as undocumented rather than as a supported alternative until Frase says otherwise.

Where it works and what to build

The natural workflow: tell your agent "research 'best CRM for small business,' build a content brief from the top-ranking pages, draft a 1,500-word article against it, then audit the draft for optimization gaps." Frase's tools cover every step of that chain, so the agent doesn't hand you a half-finished job.

Claude Code gets native support, which is the sweet spot for anyone running content ops from a terminal or a repo. Cursor and Claude Desktop can run the same npx server, though it's a bridge rather than a named integration, so expect to do a little config work rather than picking Frase from a dropdown.

Which AI clients can use Frase MCP?

Not every AI assistant supports MCP natively. Per-client picture for Frase:

ClientSupportNotes
Claude CodeNative MCPInstall via `claude mcp add frase -- npx -y @frase/mcp-server`; authenticate with FRASE_API_KEY.
Claude (Desktop/Web)Third-party bridgenpm-based local MCP server (@frase/mcp-server) run via npx; documented for AI coding assistants and custom workflows.
CursorThird-party bridgeLocal MCP server runnable via npx; not explicitly named but MCP is aimed at AI coding assistants.

Does Frase MCP cost extra?

Included with subscription

Frase ships an official MCP server that uses your existing subscription credentials.

  • No separate MCP licence to buy. You pay for your Frase plan, the MCP server queries that account.
  • Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.

Frase also publishes a REST API

Frase publishes an API, but per-tier gating wasn't extracted automatically.

Auth method
api_key
SDK languages
OpenAPI spec
Webhooks
available
Structured outputs
See Frase API page

What you can do with Frase from an AI agent

Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.

INDIE / SOLO

Skip the dashboard, ask Claude

  • "What keywords moved this week?" answered in seconds
  • Quick one-off questions without leaving the editor
  • Pipe Frase data into your personal notes / docs without writing a script
Effort: 30 seconds — paste the config, restart Claude
AGENCY

Run client analysis at agent speed

  • Hand the MCP server to your team — every consultant can ask Claude about any client's Frase account
  • Multi-account workflows without context-switching the Frase UI
  • Reports you'd normally spend hours on, done before standup
Effort: An afternoon — set up auth per client
IN-HOUSE TEAM

Production agent workflows

  • Embed in your internal Codex / Cursor agents that triage Frase data daily
  • Combine with other MCP servers in a multi-step agent chain
  • Constrain agents to read-only roles to keep production Frase safe
Effort: Days — security review + role config

Limits and gotchas

  • Official MCP server — published by Frase themselves, so it should track product changes.
  • Fallback: the REST API works for any flow the MCP server doesn't cover.
  • Auth flow: MCP servers usually inherit the underlying API auth method (api_key). Expect to configure that on first install.
  • OpenAPI spec is published — easy to validate which endpoints the MCP server actually exposes vs the full API surface.
  • Rate limits: MCP calls count against your underlying Frase API quota. Burst usage from a curious agent can drain a daily allowance fast.
8/10

Agent-readiness verdict

A 63-tool surface covering research through publishing, included in the plan you already pay for rather than sold as an add-on, with an approval gate before anything reaches your CMS. The cost is a one-time local install rather than a click-to-connect URL.

Moderate agent-fit with community MCP support. Frase offers a documented public API and native Claude integration, but lacks official MCP hosting, OpenAPI specs, and structured outputs that would unlock fuller agentic capabilities. The community MCP server bridges some gaps, though relying on third-party maintenance introduces continuity risk.

Scored by Joonas (TMB).

Frase MCP & API FAQ

Is the Frase MCP server official?+
Yes — an official, vendor-maintained server at null.
Can I use the Frase MCP with Cursor or Codex?+
Not confirmed as a native integration. MCP is an open protocol, so it may still work with Cursor or Codex, but Frase's own docs don't explicitly list them as supported clients. See the client-compatibility table above before relying on it.
Does Frase have a public API?+
Yes — public REST API at frase.io/features/mcp, auth via api_key.
Does Frase publish an OpenAPI / Swagger spec?+
Yes — next.frase.io/openapi.json. Auto-generate typed clients from it.
Does Frase support webhooks?+
Yes — webhooks are available on standard plans.

Sources

Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.

Joonas Rotko
Joonas RotkoAuthor & Founder of That Marketing Buddy

10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

Frase

Try Frase
WEEKLY NEWSLETTER

The marketing tools worth your money, scored for AI agent readiness

Every week I score the tools for MCP, API, and agent-readiness, then email you the ones that actually deliver, what plugs into Claude and Cursor, the pricing changes, and what to skip. No fluff, no daily spam.

Join for free. One email a week, unsubscribe anytime.