Connect Cursor
ProductAtlas public MCP is anonymous and read-only. It provides
search_blueprints and get_blueprint over Streamable HTTP.
Last verified: July 16, 2026
Configure the server
Open Cursor's MCP settings and add a remote server named productatlas with the
production URL. In Cursor's JSON configuration, the URL-based entry is:
{
"mcpServers": {
"productatlas": {
"url": "https://productatlas.app/mcp"
}
}
}
No headers or environment secrets are required.
After saving, use Cursor's MCP settings to confirm the server is enabled and that its tools were discovered.
Refresh or troubleshoot
Open Cursor Settings > Tools & MCP and confirm that productatlas is
enabled and connected. The server's available-tools list should contain exactly
search_blueprints and get_blueprint. If the connection is stale or failed,
use the native server toggle there to disable and re-enable it.
Start a new chat after enabling or reconnecting the server so the agent receives the current tool list. If the tools are visible but disabled in the chat's available-tools list, enable them there before sending the verification prompt.
Verify
Ask:
Use ProductAtlas to search for public blueprints related to incident investigation. Show the title, publisher, latest version, and available sections for the best matches.
Cursor should call search_blueprints. ProductAtlas marks Blueprint content as
untrusted third-party data; review it before following links or commands.
See the official Cursor MCP documentation for the current configuration location and controls.