Create the SearchSignal token
Sign in, open Connect AI, and issue or rotate the credential for the workspace.
SearchSignal connects the SEO workspace to Cursor through MCP, so the agent can retrieve the latest audit, opportunity queue, keyword research, and project context before it proposes or applies a change.
Cursor can inspect the routes, templates, metadata components, content files, and build system. SearchSignal supplies the search evidence. Together, they create a much stronger loop than pasting an audit screenshot into chat and asking the model to guess where the problem lives.
{{
"mcpServers": {{
"searchsignal": {{
"command": "npx",
"args": [
"-y",
"https://searchsignal.pro/mcp/searchsignal-mcp-1.0.1.tgz"
],
"env": {{
"SEARCHSIGNAL_TOKEN": "YOUR_TOKEN"
}}
}}
}}
}}Sign in, open Connect AI, and issue or rotate the credential for the workspace.
Use Cursor Settings → MCP and paste the exact generated global or project configuration.
Request the latest audit or workspace pack, then tell Cursor to inspect the repository and map findings to files.
Connection alone is not the product. The value comes from asking the model to retrieve evidence and produce an action that fits the environment.
Retrieve page-level audit evidence, identify the shared component causing the issue, and create a safe implementation and verification plan.
Use keyword clusters and intent to design route templates, data schemas, internal links, and unique content requirements.
Compare performance or audit movement with recent commits and identify the most plausible code-level causes.
Use query and page intent to audit title, description, canonical, robots, and structured-data components across the application.
Turn orphaned-page or link-gap findings into component, navigation, and contextual-link edits inside the codebase.
Use a SearchSignal brief and the existing design system to build a complete SEO landing page without switching tools.
These prompts combine SearchSignal context with the strengths of Cursor.
The published connection uses MCP with an npx-compatible package path, so the primary setup is through Cursor's MCP settings rather than a proprietary editor extension.
Yes. latest_audit and list_opportunities are core examples of the SearchSignal agent workflow.
That depends on the permissions you give Cursor in the repository. SearchSignal supplies the evidence and project context; Cursor's own agent permissions control edits and commands.
No. Keep the token in secure client configuration or environment settings and never commit it to source control.
Create a free SearchSignal workspace, generate the exact Cursor configuration, and ask for your first live project briefing.