[GH-ISSUE #260] [FEATURE] Wix MCP integration with ALwrity #177

Closed
opened 2026-03-02 23:34:13 +03:00 by kerem · 14 comments
Owner

Originally created by @AJaySi on GitHub (Sep 25, 2025).
Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/260

Originally assigned to: @uniqueumesh on GitHub.

@uniqueumesh
Explore Wix MCP with cursor. Understand MCP and then how to use Wix MCP. This will help us create webpages directly in Wix. And it will be very powerful, as we can host a lot of tools there and also make complex ones.

So, for your tools on alwrity.com, we also need login for only the tool pages.
With this MCP, we wont have to use streamlit and can create UI in wix itself, thus faster and bettter.

This is not a priority, but start reading and understanding it, as and when you can spare time.

Originally created by @AJaySi on GitHub (Sep 25, 2025). Original GitHub issue: https://github.com/AJaySi/ALwrity/issues/260 Originally assigned to: @uniqueumesh on GitHub. @uniqueumesh Explore Wix MCP with cursor. Understand MCP and then how to use Wix MCP. This will help us create webpages directly in Wix. And it will be very powerful, as we can host a lot of tools there and also make complex ones. So, for your tools on alwrity.com, we also need login for only the tool pages. With this MCP, we wont have to use streamlit and can create UI in wix itself, thus faster and bettter. This is not a priority, but start reading and understanding it, as and when you can spare time.
kerem 2026-03-02 23:34:13 +03:00
Author
Owner

@AJaySi commented on GitHub (Sep 27, 2025):

Any updates ?

<!-- gh-comment-id:3341282458 --> @AJaySi commented on GitHub (Sep 27, 2025): Any updates ?
Author
Owner

@uniqueumesh commented on GitHub (Sep 27, 2025):

I have started reading the blog and understanding the process. Yet to explore more and implement it. I will take a few more days to fully understand and implement it.

Thank you

<!-- gh-comment-id:3341379284 --> @uniqueumesh commented on GitHub (Sep 27, 2025): I have started reading the blog and understanding the process. Yet to explore more and implement it. I will take a few more days to fully understand and implement it. Thank you
Author
Owner

@AJaySi commented on GitHub (Sep 27, 2025):

Yes, thats not a problem, but do keep reading on it.
Refer: https://dev.wix.com/docs/sdk/articles/use-the-wix-mcp/about-the-wix-mcp

<!-- gh-comment-id:3341430735 --> @AJaySi commented on GitHub (Sep 27, 2025): Yes, thats not a problem, but do keep reading on it. Refer: https://dev.wix.com/docs/sdk/articles/use-the-wix-mcp/about-the-wix-mcp
Author
Owner

@uniqueumesh commented on GitHub (Sep 28, 2025):

I have connected the Wix MCP to my cursor AI app. Next, I have to explore how to use it.

<!-- gh-comment-id:3343156450 --> @uniqueumesh commented on GitHub (Sep 28, 2025): I have connected the Wix MCP to my cursor AI app. Next, I have to explore how to use it.
Author
Owner

@AJaySi commented on GitHub (Sep 29, 2025):

Great:

  • Lets consider one of your app: AI Business name generator app.
  • We are presently, iframing a streamlit cloud app. Now, we want to edit this page with cursor to include the inputs and the gemini logic in wix page itself.
  • This way we will not have to depend on streamlit cloud and gain in performance and control.

In short, we want to write wix specific code using javascript sdk and do the same thing without streamlit.

<!-- gh-comment-id:3345073733 --> @AJaySi commented on GitHub (Sep 29, 2025): Great: - Lets consider one of your app: AI Business name generator app. - We are presently, iframing a streamlit cloud app. Now, we want to edit this page with cursor to include the inputs and the gemini logic in wix page itself. - This way we will not have to depend on streamlit cloud and gain in performance and control. In short, we want to write wix specific code using javascript sdk and do the same thing without streamlit.
Author
Owner

@uniqueumesh commented on GitHub (Sep 29, 2025):

@AJaySi

Thank you for your help and suggestion. I will explore and try to test the above process by this week.

<!-- gh-comment-id:3345215152 --> @uniqueumesh commented on GitHub (Sep 29, 2025): @AJaySi Thank you for your help and suggestion. I will explore and try to test the above process by this week.
Author
Owner

@uniqueumesh commented on GitHub (Oct 2, 2025):

@AJaySi

I did explore more on Wix MCP and found that currently, the cursor is not able to create a tool/tool page directly to website from the cursor. Through MCP, it can only call the Wix API and does not have access to Velo (Wix developer). We have to edit in Velo manually.

<!-- gh-comment-id:3358706140 --> @uniqueumesh commented on GitHub (Oct 2, 2025): @AJaySi I did explore more on Wix MCP and found that currently, the cursor is not able to create a tool/tool page directly to website from the cursor. Through MCP, it can only call the Wix API and does not have access to Velo (Wix developer). We have to edit in Velo manually.
Author
Owner

@AJaySi commented on GitHub (Oct 2, 2025):

Wix velo is not the right way, its manual and complicated. I had tried it and didnt like it.
I have had success with wix APIs and SDKs and they seem like the right way to go.

  • Please try Wix API and SDK option. Its the right way to create tool pages directly in wix website.
  • Cursor can only work with APIs and SDKs, so dont use velo. This way you will also get to work programmatically with wix and cursor.

Important: Cursor settings has a option for Docs and indexing. Provide the main Wix documentation link in the settings. You will get much better results from cursor. Read more about cursor and its settings.

<!-- gh-comment-id:3359119415 --> @AJaySi commented on GitHub (Oct 2, 2025): Wix velo is not the right way, its manual and complicated. I had tried it and didnt like it. I have had success with wix APIs and SDKs and they seem like the right way to go. - Please try Wix API and SDK option. Its the right way to create tool pages directly in wix website. - Cursor can only work with APIs and SDKs, so dont use velo. This way you will also get to work programmatically with wix and cursor. Important: Cursor settings has a option for Docs and indexing. Provide the main Wix documentation link in the settings. You will get much better results from cursor. Read more about cursor and its settings.
Author
Owner

@uniqueumesh commented on GitHub (Oct 12, 2025):

I've researched Wix MCP extensively, including watching several explanatory videos. I'm now beginning the testing phase and will provide updates on my progress here.

<!-- gh-comment-id:3394000991 --> @uniqueumesh commented on GitHub (Oct 12, 2025): I've researched Wix MCP extensively, including watching several explanatory videos. I'm now beginning the testing phase and will provide updates on my progress here.
Author
Owner

@AJaySi commented on GitHub (Oct 12, 2025):

@uniqueumesh

This is just awesome. Thank you so much Umesh, this is just great progress.

<!-- gh-comment-id:3394011597 --> @AJaySi commented on GitHub (Oct 12, 2025): @uniqueumesh This is just awesome. Thank you so much Umesh, this is just great progress.
Author
Owner

@uniqueumesh commented on GitHub (Oct 14, 2025):

I have successfully posted blog post on my testing website with Cursor via Wix MCP. Now exploring how to create tool pages.

<!-- gh-comment-id:3400270050 --> @uniqueumesh commented on GitHub (Oct 14, 2025): I have successfully posted [blog post on my testing website](https://upaudel750.wixsite.com/my-site-1/post/free-ai-hashtag-generator-generate-perfect-social-media-hashtags-instantly?referral=business-feed) with Cursor via Wix MCP. Now exploring how to create tool pages.
Author
Owner

@AJaySi commented on GitHub (Oct 14, 2025):

@uniqueumesh Congratulations Umesh. This is cool.
I am closing this and will assign a new issue: Explore how to create tool pages with wix MCP.

<!-- gh-comment-id:3400377859 --> @AJaySi commented on GitHub (Oct 14, 2025): @uniqueumesh Congratulations Umesh. This is cool. I am closing this and will assign a new issue: Explore how to create tool pages with wix MCP.
Author
Owner

@uniqueumesh commented on GitHub (Oct 14, 2025):

@AJaySi
I have able to launch tool directly in the wix through MCP. Please check the Image below:

Image
<!-- gh-comment-id:3400836679 --> @uniqueumesh commented on GitHub (Oct 14, 2025): @AJaySi I have able to launch tool directly in the wix through MCP. Please check the Image below: <img width="1920" height="1080" alt="Image" src="https://github.com/user-attachments/assets/b0f35439-51a5-4af4-a2f9-cfc49a98b282" />
Author
Owner

@AJaySi commented on GitHub (Oct 14, 2025):

Wooohoo. This is Super Cool. You have climbed a mountain.
Too good. This opens up a lot of avenue for us. Thanks Umesh.

<!-- gh-comment-id:3401226640 --> @AJaySi commented on GitHub (Oct 14, 2025): Wooohoo. This is Super Cool. You have climbed a mountain. Too good. This opens up a lot of avenue for us. Thanks Umesh.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#177
No description provided.