Add Xquik third-party MCP plugin - #223
Open
kriptoburak wants to merge 1 commit into
Open
Conversation
kriptoburak
force-pushed
the
codex/add-xquik-mcp-plugin
branch
from
August 19, 2026 02:57
1c802d3 to
665734a
Compare
Author
|
Rebased onto current Revalidated the exact tree with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Xquik publishes a live Streamable HTTP MCP server with OAuth 2.1 discovery, but Cursor users must configure it manually. The official plugin marketplace has no Xquik entry, setup guidance, or operational guardrails for its read, export, monitoring, and connected-account surfaces.
Solution
third_party/xquikas a complete marketplace pluginhttps://xquik.com/mcpthrough automatic OAuth discoveryxquikSkill that uses live operation discovery and bounded requestsThe integration is additive and does not modify the existing official X plugin. Xquik remains a separately named service with its own hosted MCP endpoint and authorization flow.
Verification
node scripts/validate-plugins.mjsquick_validate.py)https://xquik.com/mcpS256initializerequest returns the expected401authentication challengegit diff --checkAuthenticated tool calls were not exercised because they require a user-owned Xquik authorization. The public transport, challenge, discovery metadata, schemas, and documentation were verified live.
Note
Low Risk
Additive marketplace and plugin scaffolding only; no changes to core app logic or the existing X plugin, though agents can reach external OAuth-backed APIs after user install.
Overview
Adds Xquik as a new third-party Cursor marketplace plugin so users can install a hosted MCP integration without hand-editing config.
The change registers
xquikin marketplace.json and the root README plugin table, and introducesthird_party/xquikwith manifest,mcp.jsonpointing athttps://xquik.com/mcp, logo, MIT license, changelog, and user-facing README (OAuth discovery, install/verify prompts).It also ships an
xquikSkill that routes agents through liveexplore/xquikdiscovery, defaults to public read-only calls, and requires explicit confirmation before private reads, writes, monitors, webhooks, exports, or other metered/persistent work. The existing officialxplugin is unchanged.Reviewed by Cursor Bugbot for commit 665734a. Bugbot is set up for automated code reviews on this repo. Configure here.