SERP-based content scoring and optimization with 7 SEO categories.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y content-optimizer-mcp
MCP client config
{
"mcpServers": {
"content-optimizer": {
"command": "npx",
"args": [
"-y",
"content-optimizer-mcp"
]
}
}
}