One-click OverSkill in Cursor and Grok Bot. The plugin is the hosted MCP plus a skill. It is not a second API.
Connect URL: https://mcp.overskill.com/mcp
Human guide: https://www.overskill.com/connect
After OverSkill OAuth, the agent can:
- Create an app, internal tool, landing page, or presentation on the signed-in team
- List apps, poll a build, open preview and editor URLs
- Iterate the same app with
update_app - Publish to the live URL after you say yes
Builds land on your OverSkill team. There is no anonymous MCP trial.
Marketplace (once listed): search OverSkill in Cursor / Grok plugins.
Manual: Cursor Settings → Tools & MCP → add https://mcp.overskill.com/mcp. Sign in when the OverSkill connect card appears. Do not paste an os_ key into chat.
This plugin does not ship API keys. Auth is OAuth (apps:read, apps:write). Dynamic client registration lives at https://www.overskill.com/oauth/register. Static client id: overskill-mcp-server.
list_appsbefore creating (do not duplicate).list_generation_modelsbefore passingmodel/thinking_level. Omit them to use the account default.- Pass optional
nameon create tools, and putApp name: …on the first prompt line. - Poll
get_builduntil ready or failed. Lead withpreview_url. - Iterate with
update_appon the samebuild_id. Do not create a second app to change one. - Call
publish_apponly after an explicit yes.
create_app, create_internal_tool, create_landing_page, create_presentation, get_app, get_build, list_apps, list_generation_models, publish_app, render_build_widget, update_app.
If the connected tool list disagrees with https://www.overskill.com/SKILL.md, trust the connected tools. File/entity tools and overskill-generate-app are REST execute_tool only, not hosted /mcp.
list_apps pages with cursor / next_cursor (limit 1–50).
Always https://www.overskill.com (apex redirects drop POST bodies). Anonymous REST builds still exist (POST /api/v1/anonymous_builds) and are not on MCP.
See SUBMIT.md. Do not submit until OverSkill has reviewed.