
Frase SEO
- frase-io/newfrase
io.frase/mcp-server is a MCP server that connects your agent to Frase for SEO, GEO, and AI visibility workflows across research, writing, optimization, publishing, and monitoring.
About
io.frase/mcp-server is the official Model Context Protocol bridge to Frase’s SEO and content platform, exposing a large surface area—95 tools—for developers and small teams who ship with Claude Code, Cursor, or similar agents. Instead of copying briefs and rank data between tabs, you register the server with stdio transport, set FRASE_API_KEY from next.frase.io, and let the agent research keywords, outline posts, optimize copy, publish, and monitor how content performs in search and AI answer engines. It fits SaaS founders, newsletter operators, and agency-of-one marketers who treat content as a growth channel and want GEO-aware optimization alongside traditional SEO. The preview is npm-first with clear env var setup; you are not installing a local skill file but a live API integration, so outcomes depend on an active Frase subscription and API access. Use it when you are past prototype and need repeatable, agent-driven content ops rather than one-off copy tweaks.
- 95 MCP tools spanning research, writing, optimization, publishing, and monitoring
- Covers SEO, GEO, and AI visibility in one Frase-connected server
- npm stdio package @frase/mcp-server (v0.3.0)
- Requires FRASE_API_KEY from Frase Settings → API
- Optional FRASE_API_URL override for non-default API endpoints
Frase SEO by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --env FRASE_API_KEY=YOUR_FRASE_API_KEY --env FRASE_API_URL=YOUR_FRASE_API_URL mcp-server -- npx -y @frase/mcp-serverAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | @frase/mcp-server |
|---|---|
| Transport | STDIO |
| Auth | Required |
| Repository | frase-io/newfrase ↗ |
What it does
Wire your coding agent into Frase so you can research topics, draft articles, tune on-page SEO, and track AI-search visibility without leaving the editor.
Who is it for?
Best when you already use Frase and want Claude Code or Cursor to drive SEO, GEO, and publishing workflows.
Skip if: Skip if you're without a Frase account or API key and only need a lightweight on-page linter with no external SaaS dependency.
What you get
After you add the server and FRASE_API_KEY, your agent can call Frase’s 95 tools to run end-to-end content and visibility tasks from a single session.
- Agent-callable Frase workflows for research, write, optimize, publish, and monitor
- Centralized SEO and GEO operations without manual Frase UI context switching
- Documented env-based connection via FRASE_API_KEY
By the numbers
- 95 MCP tools exposed per server description
- Package version 0.3.0 (@frase/mcp-server)
- Required secret: FRASE_API_KEY
Recommended MCP Servers
How it compares
Frase MCP integration for a paid SEO/GEO platform, not a local markdown writing skill or generic web scraper.
FAQ
Who is io.frase/mcp-server for?
It is for developers and small teams who use Frase for content and want their AI coding agent to research, write, optimize, and monitor SEO and AI visibility via MCP.
When should I use io.frase/mcp-server?
Use it during launch and growth content work when you need agent-driven keyword research, drafting, optimization, publishing, and visibility monitoring tied to Frase.
How do I add io.frase/mcp-server to my agent?
Install @frase/mcp-server from npm, configure stdio in your MCP client, set FRASE_API_KEY (and optionally FRASE_API_URL), then register the server per your agent’s MCP settings.