AI Provider for Cursor
by Rafa Carvalhido 1 (1 reviews)

AI Provider for Cursor

AI Provider for Cursor Cloud Agents for the WordPress AI Client.

AI Provider for Cursor ranks #64,433 among WordPress.org plugins with 1+ active installations, a 1/5 rating from 1 reviews, and was last updated Aug 2, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v0.1.7 Current Version v0.1.7
Updated 1 month ago Last Update on 02 Aug, 2026
Refreshed 13 hours ago Last Refreshed on
View on WordPress.org
Rank
#64,433
No change
Active Installs
1+
-50%
KW Avg Position
147.7
21.4 worse
Downloads
197
+2 today
Support Resolved
0%
No change
Rating
20%
Review 1 out of 5
1 (1 reviews)

Next Milestone 10

Total Progress 10%
0+ 10+
51,496
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 9 more installs to reach 10+

Rank Changes

57,821 60,202 62,582 64,962 67,343 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
48,192 53,294 58,396 63,497 68,599 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #64,433
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

1.0
1 reviews
Overall 20%
5
1 (100%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Track This Plugin

Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.

Start Tracking Free

Plugin Details

Version
0.1.7
Last Updated
Aug 02, 2026
Requires WP
7.0+
Tested Up To
7
PHP Version
7.4 or higher
Author
Rafa Carvalhido

Support & Rating

Rating
★ ☆ ☆ ☆ ☆ 1
Reviews
1
Support Threads
0
Resolved
0%

Keywords

Upgrade to Pro

Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.

Upgrade Now

Frequently Asked Questions

Common questions about AI Provider for Cursor

On Settings → Connectors. For production, prefer defining CURSOR_API_KEY in wp-config.php (see Configuration). Cursor-specific poll and model options are on Settings → AI Provider for Cursor.
Open wp-config.php in the root of your WordPress install and add this line above /* That's all, stop editing! */: define( 'CURSOR_API_KEY', 'your-cursor-api-key-here' ); Replace the placeholder with your real Cursor API key. Reload Settings → Connectors — WordPress should detect the constant as the key source.
When the Cursor provider is used, WordPress sends your API key and the prompt text for that request (including system instructions and any content included by the calling feature) to https://api.cursor.com. See External services for endpoints, timing, and links to Cursor's terms and privacy policy.
Yes. The WordPress AI Client and Connectors API shipped in WordPress 7.0.
Cursor Cloud Agents run asynchronously. This plugin creates an agent, polls the run until it finishes, then returns the final result text. Increase the poll timeout if your host allows longer PHP execution times.
The maximum number of seconds WordPress will wait for a Cursor Cloud Agent run to finish. If Cursor has not finished by then, the request fails with a timeout error. Default is 120 seconds. Increase it if answers often fail with timeout; lower it only if you want failures to surface faster.
How many seconds to wait between each status check while a Cloud Agent is still running. For example, with interval 2, WordPress asks Cursor roughly every 2 seconds whether the run is finished. The default (2) is a good balance for most sites: lower values check more often (slightly more API traffic); higher values check less often (slightly slower to notice completion). Most users can leave this at the default.
Each text generation creates a Cloud Agent on Cursor's side. When this option is enabled (the default), the plugin asks Cursor to archive that agent after a successful reply, so finished agents do not pile up in your Cursor dashboard. Turn it off only if you want to keep those agents visible in Cursor for inspection or follow-up. Archiving is best-effort: if the archive call fails, your generated text is still returned.
For most sites: poll timeout 120, poll interval 2, and keep Archive agent after run enabled. Change them only if you hit timeouts, want fewer status checks, or need to keep agents listed in Cursor.
After configuring the API key on Settings → Connectors (or via CURSOR_API_KEY): AiClient::prompt( 'Write a short product description.' )->usingProvider( 'cursor' )->generateTextResult(); You can also select a model with usingModel( 'composer-2' ) (exact IDs come from your Cursor account via GET /v1/models).

Sign In / Register

You need to sign in or register to use this feature.