mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
2601fe9913
Intuit publishes no generally available hosted MCP endpoint (the one at mcp.quickbooks.intuit.com is an invitation-only partner pilot gated by IP allowlisting and restricted scopes), and its official `intuit/quickbooks-online-mcp-server` is a local stdio server that is not on npm. The plugin therefore installs it from GitHub with `npx` and passes the user's own Intuit app client ID/secret, refresh token, realm ID, and environment; no credentials ship with the plugin. Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>