Personal Claude Code plugins and MCP integrations.
In Claude Code:
/plugin marketplace add shubhthorat/claude-plugins
Then install individual plugins:
/plugin install public@shubhthorat
/plugin install perplexity@shubhthorat
/plugin install ssh-cluster@shubhthorat
/plugin install apple-home@shubhthorat
/reload-plugins
Connect Claude to Public.com for portfolio, quotes, options data, and trading workflows using the official Public MCP server.
Server: uvx publicdotcom-mcp-server
Connect Claude to Perplexity for real-time web search, conversational ask, deep research, and reasoning workflows.
Server: npx -y @perplexity-ai/mcp-server
Connect Claude to any SSH-accessible cluster (HPC/GPU/bastion-backed) using a custom MCP wrapper with command and script execution tools.
Server: node server/bundle.js
Control Apple HomeKit devices — list devices, rooms, and scenes; turn devices on/off via macOS Shortcuts.
Server: node server/bundle.js
This repo is the plugin marketplace definition. It contains plugin metadata and MCP configuration for each integration.
| Plugin | Source |
|---|---|
| public | Public.com MCP Server |
| perplexity | Perplexity MCP |
| ssh-cluster | OpenSSH |
| apple-home | Apple HomeKit via ~/Library/HomeKit/core.sqlite + macOS Shortcuts |