Catalog
io.frase/mcp-server
OfficialFrase SEO
SEO, GEO & AI Visibility — research, write, optimize, publish & monitor content. 95 tools.
Research, write, optimize, and monitor SEO content with 95 integrated tools.
README not available yet.
Install
Configuration
Environment variables
FRASE_API_KEYrequiredsecretYour Frase API key from Settings > API (https://next.frase.io/settings/api)
FRASE_API_URLFrase API endpoint (leave default unless instructed otherwise)
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@frase/mcp-server@0.3.0"
],
"env": {
"FRASE_API_KEY": "<YOUR_FRASE_API_KEY>",
"FRASE_API_URL": "<YOUR_FRASE_API_URL>"
}
}
}
}