the cross-tool index · 0 add-ons

AI coding add-ons, by the job you're doing.

A curated shelf of plugins & MCP servers for AI dev tools — sorted by what you're trying to get done, not by which company made them.

Power-ups & frameworks

Broad, popular add-ons that reshape how you work.

Add-onWhat it doesPriceInstall
Superpowers~752kThe ecosystem's most-loved plugin — reframes Claude Code as a small dev team: brainstorming, spec-driven development, systematic debugging, red/green TDD, and review.FREE
$ /plugin marketplace add obra/superpowers
Frontend Design~829kAnthropic's own plugin for building production-grade UI — turns rough ideas into polished, real interfaces, not throwaway mockups.FREE
$ /plugin install frontend-design
feature-dev~89kA structured feature-development workflow — plan, build, verify — and one of the most-installed plugins in the official directory.FREE
$ /plugin install feature-dev
Claude MemLong-term memory for Claude Code — captures and compresses your work across sessions, then reinjects the relevant context automatically next time.FREE
setup on the linked page ↗
01

Debug & fix

Find why it broke, faster.

Add-onWhat it doesPriceInstall
rootcauseOURSPaste a stack trace, get the real root cause traced through your actual code — not a generic explanation of the exception.FREE
$ /plugin marketplace add plumbgoat/rootcause
SentryPull real production errors and issues into your editor so the agent debugs against what actually happened.FREEMIUM
$ claude mcp add sentry
greptileAI search and understanding across a large codebase — ask where something lives and why.PAID
$ /plugin install greptile
Chrome DevToolsInspect and control a live Chrome to debug web apps — console, network, and DOM from the agent.FREE
$ claude mcp add chrome-devtools
02

Test

Cover the code you just wrote.

Add-onWhat it doesPriceInstall
testradarOURSFinds the code you changed that has no test, then writes the missing tests in your project's own framework and style.FREE
$ /plugin marketplace add plumbgoat/testradar
PlaywrightDrive a real browser for end-to-end tests — click, type, and assert across pages under agent control.FREE
$ claude mcp add playwright
StagehandAI-native browser automation — navigate, act, and extract data using natural language instead of brittle selectors.FREEMIUM
$ claude mcp add --transport http browserbase https://mcp.browserbase.com/mcp?browserbaseApiKey=<key>
Agent QAWrite browser and mobile test flows in plain language, then get reviewable evidence from every run. Bring your own model; source-available (FSL), needs Node 24+.FREE
$ npx agent-qa mcp
03

Ship & review

Get it merged without breaking things.

Add-onWhat it doesPriceInstall
code-reviewAutomated pull-request review — flags correctness, security, and style issues before a human looks.FREE
$ /plugin install code-review
CodeRabbitAn AI review partner that comments on your PRs with context-aware suggestions.FREEMIUM
$ /plugin install coderabbit
GitHubManage repos, pull requests, and issues directly — open PRs, read reviews, and link work.FREE
$ claude mcp add github
GitLabThe GitLab side of the same workflow — merge requests, pipelines, and issues from the editor.FREE
$ claude mcp add gitlab
commit-commandsGit commit workflow helpers — stage, message, and structure commits without leaving the chat.FREE
$ /plugin install commit-commands
GraphiteBreaks a large AI-generated diff into small, stacked pull requests that are actually easy to review — via Graphite's GT MCP.FREEMIUM
$ claude mcp add graphite
04

Incidents & ops

When it's on fire, and after.

Add-onWhat it doesPriceInstall
postmortemOURSTurns raw incident logs, traces, and chat into a complete blameless postmortem — timeline, root cause, action items.FREE
$ /plugin marketplace add plumbgoat/postmortem
DatadogQuery logs, metrics, and traces so the agent reasons over what your monitoring actually saw.PAID
$ claude mcp add datadog
GrafanaRead dashboards and manage alerting — pull the panel that matters into the conversation.FREEMIUM
$ claude mcp add grafana
PagerDutyIncident context and correlation — who's on call, what's firing, and what's related.PAID
$ claude mcp add pagerduty
PostHogProduct analytics and feature flags — ask why a metric moved and get the data behind it.FREEMIUM
$ claude mcp add posthog
HoneycombObservability and SLOs — trace a slow request through your services to the span that hurt.FREEMIUM
$ claude mcp add honeycomb
05

Plan & track

Know where the work stands.

Add-onWhat it doesPriceInstall
sprint-reportOURSYour Jira sprint's real status rendered in-session — done, in-flight, stuck, and scope creep. Works on any Jira.FREE
$ /plugin marketplace add plumbgoat/sprint-report
LinearRead and update issues, cycles, and projects from where you're coding.FREEMIUM
$ claude mcp add linear
AtlassianJira & Confluence — issues, boards, and docs, connected to your workflow.FREEMIUM
$ claude mcp add atlassian
NotionRead and write workspace docs and databases without switching tabs.FREEMIUM
$ claude mcp add notion
SlackRead and post to channels — pull a thread's context in, or send an update out.FREEMIUM
$ claude mcp add slack
AsanaManage tasks and projects conversationally, tied to the work you're shipping.FREEMIUM
$ claude mcp add asana
06

Prompts & context

Feed the model the right things.

Add-onWhat it doesPriceInstall
prompt-forgeOURSBuild, improve, and battle-test prompts against real inputs — then save the winners as reusable slash commands.FREE
$ /plugin marketplace add plumbgoat/prompt-forge
Context7Pulls up-to-date library documentation into context so the agent codes against current APIs, not stale training.FREEMIUM
$ claude mcp add context7
claude-md-managementKeep your CLAUDE.md tidy and current — the file that steers every session.FREE
$ /plugin install claude-md-management
07

Data & backend

Talk to your database directly.

Add-onWhat it doesPriceInstall
SupabaseThe official remote MCP server for Supabase — query Postgres, manage auth and storage, and deploy edge functions, no self-hosting required.FREEMIUM
$ claude mcp add --transport http supabase https://mcp.supabase.com/mcp
PostgreSQLQuery and inspect your Postgres — schema, rows, and plans — from the editor.FREE
$ claude mcp add postgres
RedisInspect keys, run commands, and reason about your cache or queue data straight from the editor.FREEMIUM
$ claude mcp add redis
MongoDBRun database operations and get optimization guidance against your collections.FREEMIUM
$ claude mcp add mongodb
BigQueryQuery large datasets in natural language and get results without hand-writing SQL.PAID
$ claude mcp add bigquery
FirebaseManage your Firebase backend — data, auth, and functions — conversationally.FREEMIUM
$ claude mcp add firebase
NeonServerless Postgres — spin up branches, run queries, and manage projects from the editor.FREEMIUM
$ claude mcp add neon
PineconeVector database operations — build and query embeddings for RAG and semantic search.FREEMIUM
$ claude mcp add pinecone
ConvexA full-stack reactive backend — data, functions, and real-time sync in one place.FREEMIUM
$ claude mcp add convex
ClickHouseQuery a ClickHouse column store — fast analytics over huge event tables.FREEMIUM
$ claude mcp add clickhouse
08

Security & auth

Catch holes before they ship.

Add-onWhat it doesPriceInstall
SnykScans dependencies, code, IaC, and containers for vulnerabilities as the agent writes — Secure-at-inception guardrails baked into Claude Code.FREEMIUM
$ npx -y snyk@latest mcp configure --tool=claude-cli
1PasswordResolves secrets from your vault at runtime — API keys and credentials never land in code, config files, or chat history.PAID
$ claude mcp add 1password
AikidoSAST, secret, and infrastructure scanning — flags vulnerabilities as the agent writes code.FREEMIUM
$ /plugin install aikido
42CrunchAutomated API security testing and audit — hardens your endpoints against the OWASP API risks.FREEMIUM
$ /plugin install 42crunch-api-security-testing
Auth0Add enterprise-grade authentication without hand-rolling it — login, sessions, and roles.FREEMIUM
$ claude mcp add auth0
security-guidanceAnthropic's own security best-practice guidance, applied to the code you're writing.FREE
$ /plugin install security-guidance
09

Design & assets

Bring design into the build.

Add-onWhat it doesPriceInstall
FigmaPull real design context — components, tokens, and specs — into the code you're generating.FREEMIUM
$ claude mcp add figma
CanvaCreate, edit, review, and resize Canva designs without leaving your workflow.FREEMIUM
$ claude mcp add canva
CloudinaryManage and transform image and video assets — upload, optimize, and deliver from code.FREEMIUM
$ claude mcp add cloudinary
10

Deploy & infra

Get it live and keep it up.

Add-onWhat it doesPriceInstall
AWSAWS's own agent toolkit — access to docs, skills, and the full AWS API surface for building and operating on AWS.FREEMIUM
$ /plugin marketplace add aws/agent-toolkit-for-aws
TerraformHashiCorp's official MCP server — look up providers and modules and reason about your Terraform state and plans.FREE
$ claude mcp add terraform
CloudflareBuild and deploy Workers, Durable Objects, and edge apps — and tune web performance.FREEMIUM
$ claude mcp add cloudflare
VercelDeploy frontend apps, inspect preview builds, and manage projects from the editor.FREEMIUM
$ claude mcp add vercel
NetlifyShip sites and serverless functions, and manage deploys conversationally.FREEMIUM
$ claude mcp add netlify
11

Search & research

Give the model the live web.

Add-onWhat it doesPriceInstall
TavilySearch API built specifically for AI agents — the default web-search backend behind a huge share of agent frameworks.FREEMIUM
$ claude mcp add --transport http tavily https://mcp.tavily.com/mcp/?tavilyApiKey=<key>
ExaAI-native web search built for agents — high-quality results and content, not link spam.FREEMIUM
$ claude mcp add exa
FirecrawlScrape and crawl any site into clean, structured markdown the model can actually use.FREEMIUM
$ claude mcp add firecrawl
PerplexityAsk a research question and get a sourced, up-to-date answer pulled into your session.FREEMIUM
$ claude mcp add perplexity
12

Build your own

Make plugins, agents, and MCP servers.

Add-onWhat it doesPriceInstall
plugin-devA toolkit for building Claude Code plugins — scaffolding, structure, and validation.FREE
$ /plugin install plugin-dev
mcp-server-devDesign and build MCP servers — the universal connectors that work across every AI tool here.FREE
setup on the linked page ↗
SmitheryThe registry and CLI for the ecosystem — discover and install thousands of MCP servers with one command instead of hand-wiring config.FREEMIUM
$ npx -y @smithery/cli install <server> --client claude
agent-sdk-devBuild custom agents on the Claude Agent SDK — the foundation under Claude Code itself.FREE
setup on the linked page ↗

No add-ons match that filter yet — try “All”.

Starter stacks

Grab-and-go bundles for a kind of work.

The solo indie hacker

Ship a product alone, fast.

The backend team

Services, reviews, and data.

The on-call SRE

Keep prod alive, learn from incidents.

Frontend & product

Build and measure UIs.

How this list works. A curated selection, not an exhaustive dump — the point is to help you pick, not to list 9,000 things. Universal (MCP) add-ons run in any MCP-capable tool (Claude Code, Cursor, Windsurf, and more); Claude add-ons install in Claude Code. Descriptions come from each tool's official listing; install counts are approximate and point-in-time.

About the install lines. They show the entry command. MCP servers usually need a URL or an npx target you'll find on the add-on's linked page; official-directory plugins install from Claude Code's /plugin browser. Add-ons marked plumbgoat are ours.

About the pricing tags. Free, Freemium, and Paid are a best-effort read of each product's current plans, not a guarantee — plans change, so check the linked page before you commit.

Saved you a browse? ★ Star it on GitHub — it's how lists like this get found.

Last updated:

plugboard · curated for people who'd rather build than browse 9,000 listings