semrush appcenter for Cursor
com.mcparmory/semrush-appcenter
Manage subscriptions, users, and send event notifications for Semrush apps
client:Cursor
transport:stdio
runtime:pypi
Install semrush appcenter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"semrush-appcenter": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-semrush-appcenter"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs