rankgoat for Cursor
io.github.madrzak/rankgoat
SEO for AI agents: plan content, publish posts, earn dofollow backlinks, track Domain Rating.
client:Cursor
transport:stdio
runtime:npm
Install rankgoat in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rankgoat": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rankgoat"
],
"env": {
"RANKGOAT_API_KEY": "<RANKGOAT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs