Skip to main content

Upstox Plugin Marketplace for Claude

Effective July 7, 2026

The Upstox MCP server and Agent Skill are now installable from a single Claude plugin marketplace. Do a one-time marketplace add, then install the plugin you want — no config file or Node.js for the plugin path. This is now supported in Claude Code and the Claude Desktop and web app.

What's New

  • One marketplace, two pluginsupstox-mcp gives read-only account access for analysis and questions, while upstox-skill builds and runs trading workflows. Use upstox-mcp to analyze and ask questions; use upstox-skill to place and manage orders.

  • One-command install in Claude Code — add the marketplace, then install either plugin:

    /plugin marketplace add upstox/upstox-plugin-marketplace
    /plugin install upstox-mcp@upstox-plugins-official

    Swap upstox-mcp for upstox-skill to install the Agent Skill instead.

  • Claude app support — in the Claude Desktop or web app, add the upstox/upstox-plugin-marketplace marketplace under Settings → Plugins, then install the plugin — no CLI needed.

  • No Node.js for the plugin path — Claude Code connects to the hosted server (https://mcp.upstox.com/mcp) over HTTP, so no config file or Node.js install is required.

/plugin marketplace add takes the repository name (upstox-plugin-marketplace), while /plugin install takes the marketplace name (@upstox-plugins-official).

How to Get Started

  1. In Claude Code, add the marketplace: /plugin marketplace add upstox/upstox-plugin-marketplace.
  2. Install the plugin you need: /plugin install upstox-mcp@upstox-plugins-official (analysis) or /plugin install upstox-skill@upstox-plugins-official (trading workflows).
  3. In the Claude Desktop or web app, add the same marketplace under Settings → Plugins and install the plugin from there.
  4. Authorize your Upstox account through the OAuth flow on first use, then see the full MCP Integration and Agent Skills guides for setup and usage.

Resources