spresh mcp for Cursor
io.github.prashantbtkl/spresh-mcp
Search Facebook ads, decode competitor creative strategy, and track brand ad history.
client:Cursor
transport:stdio
runtime:npm
Install spresh mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"spresh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"spreshapp-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs