Cursor Plugin - Submit as company, not individual?

We’re getting ready to submit our plugin to Cursor for potential inclusion in the Marketplace, but noticed on the submission page that the Owner field is set to the email address of our logged in Cursor account, and underneath the field is the notation ‘Submitting as an individual.’ . The field is greyed out and can’t be changed.

Is this information simply for Cursor’s reference, or will it be shown somewhere in the Marketplace? We’d prefer to submit as a company and provide a suitable contact email that’s different from the one we use for our Cursor subscription.

Hey @rsb good to see you again from the plugin thread.

Right now, the form at cursor.com/marketplace/publish is tied to your account, and there’s no way to switch it to a company. That’s a limitation of the current flow.

One thing I can confirm: in the plugin.json manifest, there’s an author field where you can put your company name:

"author": { "name": "Your Company Name" }

Since every plugin goes through manual review, as a workaround you can add a note in the description when you submit that this is a company submission, and include the preferred contact email.

1 Like

Thanks, Dean! I just checked our plugin.json, and we do indeed specify our company and a support email address, so we should be good. We are excited to share what we’ve built – stay tuned for a post in the Showcase section!

1 Like

Hi @deanrie , is there a time by which we should expect to hear back regarding our Marketplace submission? @saif_shines was also curious about this in the other thread. I’ve emailed [email protected] (the address listed on the submission page) a couple of times but have never received a response.

Hey @rsb, unfortunately we don’t have a specific SLA for reviews right now. The marketplace is curated, and every submission goes through a manual review, so timelines can vary.

I know it’s not OK that you haven’t gotten a reply from [email protected]. I’ll flag that too.

Let me know if anything changes on your side, and if you still don’t get a response.

1 Like

Much appreciated. As an aside, I found it curious that Cursor’s marketplace submission page didn’t ask for test credentials to sign in with as some other app submission platforms do. When the review occurs, will your reviewers create a new account to test with (in our case, we have a free tier as well as paid options), or reach out to the submitter to obtain access?

This is a rather long way of saying that Cursor would benefit from having a FAQ page on this topic much like other AI companies do (e.g. Submit and maintain your app – Apps SDK | OpenAI Developers ). Having this would also save you a lot of time responding to the same questions.

Good question about test credentials.

And I totally agree with the feedback about the FAQ page, I’ll pass it to the team. Right now the docs only cover the submission checklist, but nothing about what happens after you submit. The link to the OpenAI submission docs is a good example of how we can do this.