zgba
⌨️ Claude Code

Claude Code Plugins Directory 2026

The complete, searchable directory of Claude Code plugins and MCP servers from Anthropic's official marketplace — 314 curated plugins spanning development, productivity, databases, security and more. Every entry is installable with a single command.

314Plugins Listed
38Official Anthropic
14Categories
1Command to Install

What is the Claude Code plugin ecosystem?

Anthropic maintains an official plugin marketplace for Claude Code — an installable extension system that bundles modular capabilities: MCP servers for external tool integration, skills (SKILL.md files) for domain expertise, slash commands, subagents, hooks and language servers. The marketplace at github.com/anthropics/claude-plugins-official curates 38 first-party Anthropic plugins plus 276 third-party plugins from AWS, Google, Microsoft, Adobe, Canva, ClickHouse, Atlassian and hundreds more vendors — every third-party entry pinned to a locked commit SHA for supply-chain safety.

This guide indexes the full marketplace catalogue so you can compare Claude Code plugins by category, find vendor MCP integrations and official skills, and install them with the plugin loader. Because the skill format follows the Agent Skills standard, the SKILL.md content inside these plugins also works with OpenCode and other coding agents — simply copy the skill directory into your local skills folder.

Install any plugin with one command in Claude Code:

/plugin install {plugin-name}@claude-plugins-official   # or browse in: /plugin > Discover

⚡ Official Anthropic Plugin Highlights (38)

First-party plugins built and maintained by Anthropic — code review, security scanning, MCP server development, skill creation and more. Click any name to open its source in the official repository.

agent-sdk-devDevelopment kit for working with the Claude Agent SDK
clangd-lspC/C++ language server (clangd) for code intelligence
claude-code-setupAnalyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
claude-md-managementTools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
claude-securityDeep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged befo…
code-modernizationModernize legacy codebases (COBOL, legacy Java/C++, monolith web apps) with a structured preflight / assess / map / extract-rules / brief / reimagine …
code-reviewAutomated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives
code-simplifierAgent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Focuses on recently modified code…
commit-commandsCommands for git commit workflows including commit, push, and PR creation
csharp-lspC# language server for code intelligence
cwc-makersOnboard a Code-with-Claude Makers Cardputer with one /maker-setup command — clones the build-with-claude repo, flashes UIFlow firmware, and installs t…
explanatory-output-styleAdds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)
feature-devComprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
frontend-designCreate distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics…
gopls-lspGo language server for code intelligence and refactoring
hookifyEasily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple mar…
jdtls-lspJava language server (Eclipse JDT.LS) for code intelligence
kotlin-lspKotlin language server for code intelligence
learning-output-styleInteractive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)
lua-lspLua language server for code intelligence
math-olympiadSolve competition math (IMO, Putnam, USAMO) with adversarial verification that catches what self-verification misses. Fresh-context verifiers attack p…
mcp-server-devSkills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool …
mcp-tunnelsConnect Claude to a private MCP server through an Anthropic MCP tunnel. The /create-docker-mcp-tunnel command drives the Docker Compose quickstart end…
php-lspPHP language server (Intelephense) for code intelligence
playgroundCreates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. In…
plugin-devComprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practic…
pr-review-toolkitComprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
project-artifactGenerate and publish a living project status page — overview & success criteria, the workstream sequence, and next steps — as a shareable claude.ai ar…
pyright-lspPython language server (Pyright) for type checking and code intelligence
ralph-loopInteractive self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Claude works on the same task repeatedly, se…
receiptsA personal Claude Code impact report for justifying your usage to a manager or a self-review: what you shipped, which projects it went to, and each pr…
ruby-lspRuby language server for code intelligence and analysis
rust-analyzer-lspRust language server for code intelligence and analysis
security-guidanceSecurity review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catch…
session-reportGenerate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from l…
skill-creatorCreate new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an e…
swift-lspSwift language server (SourceKit-LSP) for code intelligence
typescript-lspTypeScript/JavaScript language server for enhanced code intelligence

Browse the full Claude Code plugin directory (314)

Search across all 314 plugins or filter by category. Official Anthropic plugins are marked in gold. 中文说明:本页收录 Anthropic Claude Code 官方插件市场的全部 314 个插件(官方 38 个 + 第三方 276 个),可按名称/关键词搜索或按分类筛选。

0 of 314 plugins shown

Development & Agent Tooling (123)

agent-sdk-devOfficial Anthropic ↗

Development kit for working with the Claude Agent SDK

clangd-lspOfficial Anthropic

C/C++ language server (clangd) for code intelligence

code-modernizationOfficial Anthropic ↗

Modernize legacy codebases (COBOL, legacy Java/C++, monolith web apps) with a structured preflight / assess / map / extract-rules / brief / reimagine / transform / harden…

csharp-lspOfficial Anthropic

C# language server for code intelligence

feature-devOfficial Anthropic ↗

Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review

frontend-designOfficial Anthropic ↗

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.

gopls-lspOfficial Anthropic

Go language server for code intelligence and refactoring

jdtls-lspOfficial Anthropic

Java language server (Eclipse JDT.LS) for code intelligence

kotlin-lspOfficial Anthropic

Kotlin language server for code intelligence

lua-lspOfficial Anthropic

Lua language server for code intelligence

mcp-server-devOfficial Anthropic ↗

Skills for designing and building MCP servers that work seamlessly with Claude. Guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, aut…

mcp-tunnelsOfficial Anthropic ↗

Connect Claude to a private MCP server through an Anthropic MCP tunnel. The /create-docker-mcp-tunnel command drives the Docker Compose quickstart end to end: certificate…

php-lspOfficial Anthropic

PHP language server (Intelephense) for code intelligence

playgroundOfficial Anthropic ↗

Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button. Includes templates for…

plugin-devOfficial Anthropic ↗

Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plug…

pyright-lspOfficial Anthropic

Python language server (Pyright) for type checking and code intelligence

ralph-loopOfficial Anthropic ↗

Interactive self-referential AI loops for iterative development, implementing the Ralph Wiggum technique. Claude works on the same task repeatedly, seeing its previous wo…

ruby-lspOfficial Anthropic

Ruby language server for code intelligence and analysis

rust-analyzer-lspOfficial Anthropic

Rust language server for code intelligence and analysis

skill-creatorOfficial Anthropic ↗

Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run e…

swift-lspOfficial Anthropic

Swift language server (SourceKit-LSP) for code intelligence

typescript-lspOfficial Anthropic

TypeScript/JavaScript language server for enhanced code intelligence

agentforce-adlc ↗

Agentforce Agent Development Life Cycle — author, discover, scaffold, deploy, test, and optimize .agent files

airwallex-dev Airwallex ↗

Build Airwallex payment integrations in your own codebase. Generates the checkout, card-element, onboarding, and subscription-billing code for an Airwallex integration an…

amd-skills AMD ↗

AMD's verified Agent Skills in one plugin: route image/audio through local AI on Ryzen AI, serve LLMs on AMD Instinct GPUs with vLLM, optimize inference throughput with H…

apollo-skills Apollo GraphQL ↗

Apollo GraphQL agent skills for Claude Code — Apollo Client, Server, Federation, Connectors, Router, Rover CLI, iOS, Kotlin, and the Apollo MCP server. Covers schema desi…

appwrite Appwrite ↗

Appwrite tools for Claude Code, including SDK skills, Appwrite MCP servers, and deployment commands.

astronomer-data-agents ↗

Data engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, …

atomic-agents ↗

Comprehensive development workflow for building AI agents with the Atomic Agents framework. Includes specialized agents for schema design, architecture planning, code rev…

aws-agents Amazon Web Services ↗

Build, deploy, and operate AI agents on AWS. Skills for scaffolding agents with Amazon Bedrock AgentCore, connecting tools, memory, policies, evaluation, debugging, and p…

aws-agents-for-devsecops Amazon Web Services ↗

Investigate incidents, review code and execute UAT for release readiness, scan code for vulnerabilities, and run penetration tests with AWS DevOps Agent and AWS Security …

aws-amplify ↗

Build full-stack apps with AWS Amplify Gen 2 using guided workflows for authentication, data models, storage, GraphQL APIs, and Lambda functions.

aws-core Amazon Web Services ↗

Build, deploy, and operate applications on AWS. Skills to author infrastructure-as-code, use core services, and complete common tasks.

aws-data-analytics Amazon Web Services ↗

Data lake, analytics, and ETL workflows with S3 Tables, AWS Glue, and Athena.

aws-serverless ↗

Design, build, deploy, test, and debug serverless applications with AWS Serverless services.

aws-startup-advisor Amazon Web Services ↗

Personalized architecture, cost, security, and migration guidance for startups. From day-one account setup and security baselines to production-ready infrastructure, cost…

base44 ↗

Build and deploy Base44 full-stack apps with CLI project management and JavaScript/TypeScript SDK development skills

boltz Boltz ↗

Predict structures, screen molecules and proteins, and design binders with Boltz from Claude Code.

buildkite Buildkite ↗

Official Buildkite skills for Claude Code, Cursor, and other AI coding agents — pipelines, migration, preflight, agent runtime, CLI, and API

catalyst-by-zoho Catalyst by Zoho ↗

Official Claude Code plugin for Catalyst by Zoho — full-stack serverless cloud platform. With Skills that covers all services, SDKs, CLI, architecture patterns, pricing, …

cds-mcp SAP SE ↗

AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.

chrome-devtools-mcp ↗

Control and inspect a live Chrome browser from your coding agent. Record performance traces, analyze network requests, check console messages with source-mapped stack tra…

circle-skills Circle ↗

Ship stablecoin apps faster. Best-practice skills for USDC payments, cross-chain transfers, wallets, and smart contracts — plus Circle's MCP server for real-time SDK and …

ckeditor CKEditor (CKSource) ↗

Install, configure, and integrate CKEditor 5 (free and premium) in any JavaScript project.

codspeed CodSpeed ↗

CodSpeed is the all-in-one performance testing toolkit. Dive into benchmarking results, flamegraphs, and performance comparisons — give Claude granular profiling context …

confidence Spotify Confidence ↗

Access Confidence feature flags, experiments, and migration tools directly from Claude Code.

context7 Upstash ↗

Upstash Context7 MCP server for up-to-date documentation lookup. Connects to Context7's hosted remote MCP server (https://mcp.context7.com/mcp) — no local Node.js or npx …

data ↗

Data engineering for Apache Airflow and Astronomer. Author DAGs with best practices, debug pipeline failures, trace data lineage, profile tables, migrate Airflow 2 to 3, …

data-agent-kit-starter-pack Google LLC ↗

This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to …

datarobot-agent-skills DataRobot ↗

DataRobot skills for AI/ML workflows — model training, deployment, predictions, feature engineering, monitoring, explainability, data preparation, App Framework CI/CD, an…

deepeval Confident AI ↗

Skills for adding DeepEval evaluations, tracing, datasets, Confident AI reports, and iterative improvement loops to AI applications.

dominodatalab Domino Data Lab ↗

Full Domino Data Lab platform support — workspaces, jobs, model deployment, experiment tracking, GenAI tracing, Spark/Ray/Dask, and app deployment for data science teams

expo ↗

Official Expo skills for building, deploying, upgrading, and debugging React Native apps with Expo. Covers UI development with Expo Router, SwiftUI and Jetpack Compose co…

fakechat

Localhost web chat for testing the channel notification flow. No tokens, no access control, no third-party service.

firecrawl ↗

Web scraping and crawling powered by Firecrawl. Turn any website into clean, LLM-ready markdown or structured data. Scrape single pages, crawl entire sites, search the we…

forge-skills Atlassian ↗

Forge-focused skills and MCP configuration for Atlassian Forge: scaffold and deploy apps (forge create, templates, dev spaces), build Teamwork Graph connectors for Rovo S…

gitkraken GitKraken ↗

Gives Claude access to your real Git and project context: commits, branches, pull requests, and issues across every repo you work in. Works with GitHub, GitLab, Azure Dev…

greptile Greptile ↗

AI code review agent for GitHub and GitLab. View and resolve Greptile's PR review comments, run reviews on your working branch, and search your organization's knowledge b…

huggingface-skills ↗

Build, train, evaluate, and use open source AI models, datasets, and spaces.

idmp-plugin TaosData ↗

TDengine IDMP plugin with packaged skills for discovery, schema inspection, and safe operational workflows.

laravel-boost ↗

Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and fr…

liquid-lsp Shopify ↗

LSP integration for Shopify Liquid templates via the Shopify CLI theme language server.

liquid-skills Shopify ↗

Liquid language fundamentals, CSS/JS/HTML coding standards, and WCAG accessibility patterns for Shopify themes

lovable Lovable ↗

Build, iterate on, deploy, and manage Lovable apps from Claude Code. Bundles the official Lovable MCP server (remote, OAuth 2.1) and adds focused commands for the common …

lumen Ory Corp ↗

Precise local semantic code search via MCP. Indexes your codebase with Go AST parsing, embeds with Ollama or LM Studio, and exposes vector search to Claude through an MCP…

mattpocock-skills Matt Pocock ↗

Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.

mcp-apps Anthropic / Model Context Protocol ↗

Skills for creating MCP Apps with the MCP Apps SDK

mercadopago Mercado Pago Developer Experience ↗

Mercado Pago full-product integration toolkit. One agent routes to four orchestration skills (mp-integrate wizard, mp-webhooks, mp-test-setup, mp-review) that pull every …

mergify Mergify ↗

Skills for the Mergify CLI: manage merge queues, stacked pull requests, Test Insights (flaky tests, quarantine), merge protections, and Mergify configuration directly fro…

microsoft-docs ↗

Access official Microsoft documentation, API references, and code samples for Azure, .NET, Windows, and more.

migration-to-aws Amazon Web Services ↗

Plan a migration from Google Cloud Platform (and OpenAI/Gemini AI workloads) to AWS. Analyzes your Infrastructure-as-Code files, app code, and GCP billing data to discove…

mintlify ↗

Build beautiful documentation sites with Mintlify. Convert non-markdown files into properly formatted MDX pages, add and modify content with correct component use, and au…

modern-web-guidance Google Chrome ↗

Keep your coding agent up to date with the latest web best practices

netlify-skills ↗

Netlify platform skills for Claude Code — functions, edge functions, blobs, database, image CDN, forms, config, CLI, frameworks, caching, AI gateway, and deployment.

netsuite-suitecloud Oracle NetSuite ↗

Develop NetSuite SuiteCloud solutions with SuiteScript, SDF, and best practices: SuiteScript records and upgrades, SDF objects, roles and permissions, UIF single-page app…

nvidia-skills NVIDIA ↗

Find the right NVIDIA skill for GPU acceleration, CUDA, AI agents, data loading, training, inference, robotics, Physical AI, Omniverse, simulation, and other NVIDIA-power…

oracle-ai-data-platform-workbench-databricks-migrator Oracle ↗

Drive the Oracle AI Data Platform (AIDP) Databricks Migration Toolkit in natural language. Plans and executes automated Databricks → AIDP migrations of notebooks, jobs, s…

oracle-ai-data-platform-workbench-engineer-agent Oracle ↗

Oracle AI Data Platform (AIDP) Workbench engineer agent for Claude Code — a 37-skill agent that operates the full Spark/Delta lakehouse in natural language. Discovers you…

oracle-ai-data-platform-workbench-spark-connectors Oracle ↗

Oracle AI Data Platform Workbench Spark connectors for Claude Code. 18 connector skills covering every data source workbench customers commonly need: Oracle Autonomous DB…

outputai Output.ai ↗

Output.ai workflow development toolkit for Claude Code. Adds 5 specialist agents (planner, builder, debugger, prompt writer, quality reviewer), 40+ slash-command skills c…

paypal PayPal ↗

PayPal development plugin for Claude — integrate payments, subscriptions, invoices, disputes, and more using PayPal's APIs and MCP server

pixeltable Pixeltable ↗

Build multimodal AI applications with Pixeltable -- tables, computed columns, embedding search, UDFs, tool-calling agents, and 25+ AI provider integrations.

postman ↗

Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered b…

preset-cli-skills Preset ↗

Preset CLI skills for explicit shell, scripting, and CI/CD workflows driven by the `sup` CLI (PyPI package `superset-sup`). Use only for CLI workflows; do not use for MCP…

pydantic-ai ↗

Write accurate Pydantic AI code from the start. Up-to-date patterns, decision trees, and common gotchas for agents, tools, structured output, streaming, and multi-agent a…

qodo Qodo ↗

Bring Qodo's codebase intelligence, coding standards, and code review into your coding agent.

qodo-standards Qodo ↗

Optional Qodo rules discovery and standards administration workflows.

qt-development-skills Qt Group ↗

Agentic engineering skills for Qt software development — Qt C++/QML code review, QML coding, and Qt C++/QML code documentation.

quarkus-agent Quarkus ↗

MCP server for AI coding agents to create, manage, and interact with Quarkus applications. Provides tools for project scaffolding, dev mode lifecycle, extension skills, D…

rc ↗

Configure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development…

resend Resend ↗

Agent skills for working with Resend to send and receive emails — email API integration, agent inbox, CLI, React Email components, and deliverability best practices. Incl…

revenuecat ↗

Configure RevenueCat projects, apps, products, entitlements, and offerings directly from Claude Code. Manage your in-app purchase backend without leaving your development…

rill Rill Data ↗

Skills for developing and querying projects in the Rill business intelligence platform

sagemaker-ai ↗

Build, train, and deploy AI models with deep AWS AI/ML expertise brought directly into your coding assistants, covering the surface area of Amazon SageMaker AI.

salesforce-development Salesforce ↗

Build Salesforce apps and agents using these core building blocks: metadata, Apex, deploy/retrieve, security, reporting, and generated installed-versus-available capabili…

sanity Sanity ↗

Sanity content platform integration with MCP server, agent skills, and slash commands. Query and author content, build and optimize GROQ queries, design schemas, and set …

sap-cds-mcp SAP SE ↗

AI-assisted development of SAP Cloud Application Programming Model (CAP) projects. Search CDS models and CAP documentation.

sap-fiori-mcp-server SAP SE ↗

MCP server for SAP Fiori development tools for Claude Code. Build and modify SAP Fiori applications with AI assistance.

sap-mdk-server SAP SE ↗

MCP server for SAP Mobile Development Kit (MDK). Build and modify MDK applications with AI assistance — schema lookups, action validation, rule editing, and project scaff…

scandit-sdk Scandit ↗

AI agent skills for integrating the Scandit Data Capture SDK — product selection, documentation, and implementation guides for barcode scanning, ID capture, and smart lab…

serena ↗

Semantic code analysis MCP server providing intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration.

servicenow-sdk ServiceNow ↗

Create, edit, and deploy ServiceNow applications with the Fluent SDK effortlessly through Claude AI.

setup-agent-analytics Pendo ↗

Detect AI agents in your codebase and instrument them with Pendo Agent Analytics via the best-fit path: Python SDK, TypeScript SDK, client-side trackAgent(), or the Conve…

setup-mcp-agent-analytics Pendo ↗

Detect an MCP server's language (Python, TypeScript or Go) and instrument it with the matching Pendo SDK so MCP tool calls flow into Pendo Agent Analytics.

shopify-ai-toolkit Shopify ↗

Shopify's AI Toolkit provides 18 development skills for building on the Shopify platform, covering documentation search, API schema access, GraphQL and Liquid code valida…

snowflake-cortex-code Snowflake ↗

Automatically route Snowflake prompts from Claude Code to Cortex Code for execution. Provides slash commands for code review and task delegation, plus skills for routing,…

sourcegraph ↗

Code search and understanding across codebases. Search, read, and trace references across repositories; analyze refactor impact; investigate incidents via commit and diff…

streaming-skills-plugin Confluent ↗

Skills for streaming application developers, covering Kafka and Flink client libraries and Schema Registry

stripe ↗

Stripe development plugin for Claude

sumup ↗

SumUp payment integrations across terminal and online checkout flows. Build Android and iOS POS apps with SumUp card readers, online checkout with server SDKs and the che…

superpowers ↗

Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude …

tavily Tavily Team ↗

Build AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs.

teamcity-cli JetBrains ↗

Agent skill for interacting with TeamCity CI/CD using the teamcity CLI. Enables Claude to explore builds, view logs, start jobs, manage queues, agents, and more.

terraform HashiCorp ↗

The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC…

togetherai-skills Together AI ↗

Agent Skills for Together AI platform — inference, training, embeddings, audio, video, images, function calling, and infrastructure. Covers serverless chat completions, i…

twilio-developer-kit Twilio ↗

Twilio Skills provide procedural knowledge for AI coding agents — which APIs to use, in what order, and what to avoid. Covers SMS, Voice, WhatsApp, Verify, SendGrid, Comp…

ui5 SAP SE ↗

SAPUI5 / OpenUI5 plugin for coding agents. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for U…

ui5-modernization SAP SE ↗

Complete UI5 modernization toolkit with workflow and specialized fix patterns for modernizing SAPUI5/OpenUI5 applications.

ui5-typescript-conversion SAP SE ↗

SAPUI5 / OpenUI5 plugin for coding agents. Convert JavaScript based UI5 projects to TypeScript.

unity Unity Technologies ↗

Unity's official plugin for Claude Code, with curated skills for game development, monetization, and performance optimization.

unreal-engine-skills-for-claude-code Epic Games ↗

Control Unreal Editor directly from Claude Code via MCP. Hundreds of tools exposed via Unreal's ToolsetRegistry across 30+ toolsets: actors, blueprints, materials, Niagar…

wix ↗

Build, manage, and deploy Wix sites and apps. CLI development skills for dashboard extensions, backend APIs, site widgets, and service plugins with the Wix Design System,…

zoom-plugin ↗

Claude plugin for planning, building, and debugging Zoom integrations across REST APIs, SDKs, webhooks, bots, and MCP workflows.

Productivity & Collaboration (69)

claude-code-setupOfficial Anthropic ↗

Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.

claude-md-managementOfficial Anthropic ↗

Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.

code-reviewOfficial Anthropic ↗

Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives

code-simplifierOfficial Anthropic ↗

Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality. Focuses on recently modified code.

commit-commandsOfficial Anthropic ↗

Commands for git commit workflows including commit, push, and PR creation

cwc-makersOfficial Anthropic ↗

Onboard a Code-with-Claude Makers Cardputer with one /maker-setup command — clones the build-with-claude repo, flashes UIFlow firmware, and installs the Claude Buddy app …

hookifyOfficial Anthropic ↗

Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.

pr-review-toolkitOfficial Anthropic ↗

Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification

project-artifactOfficial Anthropic ↗

Generate and publish a living project status page — overview & success criteria, the workstream sequence, and next steps — as a shareable claude.ai artifact backed by a p…

receiptsOfficial Anthropic ↗

A personal Claude Code impact report for justifying your usage to a manager or a self-review: what you shipped, which projects it went to, and each project's share of you…

session-reportOfficial Anthropic ↗

Generate an explorable HTML report of Claude Code session usage — tokens, cache efficiency, subagents, skills, and the most expensive prompts — from local ~/.claude/proje…

activecampaign ActiveCampaign ↗

Marketing automation, CRM, and email marketing powered by ActiveCampaign. Manage contacts, campaigns, automations, deals, and get AI-powered marketing insights — all from…

airtable Airtable ↗

Airtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data …

airwallex-agentos Airwallex ↗

Bring Airwallex's global financial infrastructure to Claude. Orchestrate actions across your account in plain language, e.g., set up invoices from a PO, onboard suppliers…

amazon-selling-partner Amazon ↗

Connect your Amazon Seller Central account to Claude. Ask about sales, inventory, and listing performance and get recommendations grounded in your own data, then review a…

apollo Apollo.io ↗

Prospect, enrich leads, load outreach sequences, and query sales analytics with Apollo.io — one-click MCP server integration for Claude Code and Cowork.

asana ↗

Asana project management integration. Connects Claude Code to Asana's V2 MCP server to create and manage tasks, search projects, update assignments, and track progress. R…

atlassian ↗

Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with …

atlassian-twg-cli Atlassian ↗

Teamwork Graph CLI is Atlassian's agent-first interface to your entire work context: Jira issues, Confluence pages, Bitbucket PRs, along with your connected third-party d…

blackrock-advisor-center-plugin BlackRock Advisor Center ↗

BlackRock Advisor Center 360° skills for financial advisors: portfolio review, opportunity and fund-health checks, guided benchmark selection, guided portfolio building, …

box ↗

Work with your Box content directly from Claude Code — search files, organize folders, collaborate with your team, and use Box AI to answer questions, summarize documents…

carbone-skill Carbone ↗

Official Carbone skill — complete templating language reference covering tags, loops, conditions, formatters, aggregators, and all output formats (DOCX, XLSX, PPTX, ODT, …

carta-cap-table Carta Engineering ↗

Carta Cap Table plugin — skills and hooks for querying cap tables, grants, SAFEs, 409A valuations, waterfall scenarios, and more

carta-crm Carta Engineering ↗

Manage the Carta CRM conversationally — search, add, update, and enrich investors, companies, contacts, deals, notes, and fundraisings via the Carta CRM MCP Server.

carta-investors Carta Engineering ↗

Carta Investors plugin — skills for querying investor data, performance benchmarks, regulatory reporting, AGM deck generation, brand extraction, and more via the Carta MC…

chronograph-gp Chronograph ↗

Portfolio monitoring, valuations and analytics for private-capital GP teams using the Chronograph connector: portfolio-company one-pagers, fund quarterly review packs, ma…

chronograph-lp Chronograph ↗

Portfolio monitoring and analytics for private-capital LP teams using the Chronograph connector: cashflow forecasting, commitment pacing, look-through exposure scans and …

circleback ↗

Circleback conversational context integration. Search and access meetings, emails, calendar events, and more.

clay Clay ↗

Work with Clay from Claude Code: set up and sign in to the clay CLI, query and analyze Clay tables, search Clay's GTM database for people and companies, manage audiences,…

coderabbit ↗

Your code review partner. CodeRabbit provides external validation using a specialized AI architecture and 40+ integrated static analyzers—offering a different perspective…

desktop-commander Desktop Commander ↗

MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data.

discord

Discord messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.

dropbox Dropbox ↗

The Dropbox plugin for Claude connects your Dropbox files directly to Claude, so you can search, organize, save generated content, and create sharing links without switch…

exa Exa ↗

Exa AI web search, deep research, and content extraction. Provides MCP tools and research skills for comprehensive web search, people discovery, company research, academi…

gc-ai GC AI ↗

Work in your GC AI legal knowledge base from Claude: upload documents, run review playbooks, and ask questions grounded in your own files, all as you.

github ↗

Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly …

gitlab ↗

GitLab DevOps platform integration. Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools.

govtribe GovTribe ↗

Government contracting research and capture workflows in Claude: opportunity and pipeline briefs, bid/no-bid and competitor analysis, price-to-win and proposal prep, powe…

hubspot-sales HubSpot ↗

Run your HubSpot sales workflow directly from Claude. Adds skills that cover the full sales day: import contacts and deals into HubSpot, get a prioritised morning brief, …

hunter Hunter.io ↗

Find and verify professional email addresses, search contacts by domain, and enrich company data -- directly in Claude.

imessage

iMessage messaging bridge with built-in access control. Reads chat.db directly, sends via AppleScript. Manage pairing, allowlists, and policy via /imessage:access.

intercom ↗

Intercom integration for Claude Code. Search conversations, analyze customer support patterns, look up contacts and companies, and install the Intercom Messenger. Connect…

intuit-quickbooks Intuit QuickBooks ↗

QuickBooks business insights and actions: financial health briefings across P&L, cash flow, balance sheet and A/R, industry benchmarking, payroll cost analysis, overdue-i…

leadfeeder Leadfeeder ↗

Turn website visitor signals into pipeline with Leadfeeder: daily visitor briefs, visitor company research, buyer and contact discovery, personalised outreach drafts, and…

legalzoom ↗

Attorney guidance and legal tools for business and personal needs. AI-powered document review identifies critical risks and important clauses, advises when to engage an a…

linear ↗

Linear issue tracking integration. Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linea…

linq-alpha LinqAlpha ↗

LinqAlpha financial research in Claude: guided setup for the LinqAlpha connector, capability-based source selection for fundamentals, estimates, transcripts, filings and …

lusha Lusha ↗

Prospect, enrich, and build call-ready lead lists using Lusha's B2B intelligence platform — verified phone numbers, company signals, and lookalike targeting.

monday-crm monday.com ↗

Run your monday CRM in plain language. Build a pipeline from scratch, start the day with a ranked deal briefing, spin up a forecast dashboard, audit board health, clean u…

netsuite-ai-companion Oracle NetSuite ↗

Guides AI assistants that use the NetSuite AI Connector: tool-selection order, output formatting, NetSuite domain knowledge, multi-subsidiary and currency handling, and S…

netsuite-finance-analyst Oracle NetSuite ↗

Director-level finance analysis on live NetSuite data: financial reporting, period close, variance, aging and reconciliation reviews, cash reporting, and board-ready narr…

notion ↗

Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless do…

pendo-analytics Pendo ↗

Bring Pendo product analytics into Claude Code: account health, feature adoption, session replay lookup and triage, feedback analysis, and data-informed planning grounded…

pendo-guides Pendo ↗

Create production-ready Pendo in-app guides (walkthroughs, announcements, alerts, polls, promotions) as HTML/CSS/JS from a short intake conversation, using Pendo's guide …

pendo-orchestrate Pendo ↗

Create, configure and edit draft Pendo Orchestrate email journeys, including multi-email and conditional split flows, via the Pendo connector. Journeys stay in draft; act…

pigment Pigment ↗

Analyze business data and build custom Pigment models, metrics, and boards through natural language.

save-to-spotify Spotify ↗

Create polished audio episodes with TTS narration, rich timelines, cover images, and save them to Spotify via the save-to-spotify CLI.

shippo Shippo ↗

Shippo connects you to USPS, UPS, FedEx, DHL, and 40+ carriers, so you can handle a shipment end to end right inside Claude. Compare live rates and pick the cheapest or b…

slack ↗

Slack workspace integration. Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions an…

spotify-ads-api ↗

Manage Spotify ad campaigns with natural language. Create campaigns, ad sets, ads, pull reports, and handle OAuth — all through conversation.

telegram

Telegram messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.

vanguard-advisor-tools Vanguard ↗

Vanguard Advisor Tools for financial professionals: research and compare funds and ETFs across the industry and prepare for client conversations, using Vanguard's advisor…

vibe-prospecting vibeprospecting.ai ↗

Vibe Prospecting connects Claude to live B2B company and contact data so users can search, match, enrich, filter, and export prospects at scale. It turns natural-language…

windsor-ai Windsor.ai ↗

Connect Claude Code to 325+ business data sources via Windsor.ai. Query marketing, sales, CRM, ecommerce, finance, and analytics data from Google Ads, Meta, HubSpot, Sale…

wingspan Wingspan ↗

Ask Claude about the contractors you pay through Wingspan, what you owe them, and what is holding up a payment, then onboard contractors and log payments as drafts, with …

youdotcom-agent-skills You.com ↗

You.com agent skills for web search, research with citations, and content extraction. Guided integrations for Vercel AI SDK, Claude Agent SDK, OpenAI Agents SDK, crewAI, …

zapier ↗

Connect 8,000+ apps to your AI workflow. Discover, enable, and execute Zapier actions directly from your client.

zocks-advisor Zocks ↗

Seven skills for financial advisors built on Zocks meeting intelligence: client behavioral profiles, attrition-risk ranking, held-away asset radar, client journey dossier…

zoominfo ZoomInfo ↗

Search companies and contacts, enrich leads, find lookalikes, and get AI-ranked contact recommendations. Pre-built skills chain multiple ZoomInfo tools into complete B2B …

Databases & Data (39)

aiven Aiven ↗

Easily deploy managed PostgreSQL (pg), Kafka, OpenSearch, Clickhouse and other databases, streaming and apps. Free tier available, up and running in minutes.

alloydb Google LLC ↗

Create, connect, and interact with an AlloyDB for PostgreSQL database and data.

alloydb-omni Google LLC ↗

Create, connect, and interact with an AlloyDB Omni database and data.

altimate-code AltimateAI ↗

Delegates dbt and warehouse work to altimate-code, a specialized CLI agent with 100+ purpose-built data tools (SQL analysis, column-level lineage, dbt build/test/run, war…

azure-cosmos-db-assistant ↗

Expert assistant for Azure Cosmos DB — data modeling, query optimization, performance tuning, and best practices.

azure-sql-developer Microsoft ↗

Agent skills for Azure SQL Developer, the Azure SQL Database engine running locally in a container. Teaches your agent to run the engine, connect, migrate, scaffold, buil…

bigdata-com RavenPack ↗

Official Bigdata.com plugin providing financial research, analytics, and intelligence tools powered by Bigdata MCP.

bigquery-data-analytics Google LLC ↗

Connect, query, and generate data insights for BigQuery datasets and data.

clickhouse ClickHouse ↗

Connect Claude to your ClickHouse Cloud databases. Browse organizations, services, databases, and table schemas. Run read-only SQL queries against your data and get insta…

clickhouse-best-practices ClickHouse Inc ↗

28 best practice rules for ClickHouse schema design, query optimization, and data ingestion — prioritized by impact

cloud-sql-mysql Google LLC ↗

Connect and interact with a Cloud SQL for MySQL database and data.

cloud-sql-postgresql Google LLC ↗

Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.

cloud-sql-sqlserver Google LLC ↗

Connect to Cloud SQL for SQL Server

cockroachdb Cockroach Labs ↗

Connect Claude Code directly to your CockroachDB clusters for hands-on database work — explore schemas, write optimized SQL, debug queries, and manage distributed databas…

convex Convex ↗

Official Convex plugin for Claude Code with bundled Convex skills, the convex-expert subagent for code-writing, a runtime-error monitor, and MCP access for backend develo…

databases-on-aws ↗

Expert database guidance for the AWS database portfolio. Design schemas, execute queries, handle migrations, and choose the right database for your workload.

databricks Databricks ↗

Databricks skills for the CLI, Apps, Lakebase, Model Serving, Lakeflow Jobs, Spark Declarative Pipelines, Declarative Automation Bundles (DABs), and classic-to-serverless…

datahub-skills DataHub ↗

DataHub development and interaction toolkit with connector planning, PR review, catalog search, metadata enrichment, lineage tracing, data quality management, and connect…

dataproc Google LLC ↗

Manage Dataproc clusters and jobs.

dataverse ↗

Agent skills for building on, analyzing, and managing Microsoft Dataverse — with Dataverse MCP, PAC CLI, and Python SDK.

duckdb-skills DuckDB Foundation ↗

DuckDB-powered skills for Claude Code: read any data file, attach and query DuckDB databases, search DuckDB/DuckLake docs, search past session logs, and install/update Du…

firebase ↗

Google Firebase MCP integration. Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from y…

firestore-native Google LLC ↗

Connect and interact with Firestore databases, collections, and documents.

informatica-for-claude-platform Informatica ↗

Governed catalog discovery for Informatica Intelligent Data Management Cloud (CDGC): find tables, columns, files, glossary terms and policies across the enterprise catalo…

knowledge-catalog Google LLC ↗

Connect to Knowledge Catalog to discover, manage, monitor, and govern data and AI artifacts across your data platform

looker Google LLC ↗

Connect to Looker and interact with your data using LookML.

mongodb ↗

Official Claude plugin for MongoDB (MCP Server + Skills). Connect to databases, explore data, manage collections, optimize queries, generate reliable code, implement best…

mongodb-atlas MongoDB ↗

Connect to MongoDB Atlas clusters only through the Atlas Managed MCP Server. Sign in with your Atlas account to explore data, manage collections, optimize queries, genera…

neon ↗

Manage your Neon projects and databases with the neon-postgres agent skill and the Neon MCP Server.

oracledb Google LLC ↗

Connect, query, and interact with Oracle Databases and their data.

pinecone ↗

Pinecone vector database integration. Streamline your Pinecone development with powerful tools for managing vector indexes, querying data, and rapid prototyping. Use slas…

planetscale ↗

An authenticated hosted MCP server that accesses your PlanetScale organizations, databases, branches, schema, and Insights data. Query against your data, surface slow que…

qdrant-skills Qdrant ↗

Agent skills for Qdrant vector search covering scaling, performance optimization, search quality, monitoring, deployment, model migration, version upgrades, and SDK usage…

redis-development Redis ↗

Redis development best practices — data structures, query engine, vector search, caching, and performance optimization

sap-hana-cli SAP SE ↗

150+ SAP HANA database tools for AI assistants. Query tables, import/export data, profile data quality, compare schemas, manage backups, monitor performance, and more. Co…

spanner Google LLC ↗

Connect and interact with Spanner data using natural language.

supabase ↗

Supabase MCP integration for database operations, authentication, storage, and real-time subscriptions. Manage your Supabase projects, run SQL queries, and interact with …

vsql-extension-builder VillageSQL ↗

Builds a VillageSQL extension for MySQL end-to-end through a 7-phase persona-driven workflow. Commonly used to port PostgreSQL extensions to MySQL.

zilliz Zilliz ↗

Zilliz Cloud management plugin with 14 skills covering cluster lifecycle, collection schema, vector search, index tuning, bulk import, RBAC, backups, and monitoring.

Monitoring & Analytics (22)

amplitude ↗

Use Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and…

dash0 Dash0 ↗

OpenTelemetry observability for Claude Code sessions. Captures tool calls, LLM invocations, token usage, and errors as OTel traces. Send telemetry to Dash0 or any OpenTel…

datadog Datadog ↗

Use Datadog directly in Claude Code through a preconfigured Datadog MCP server. Query logs, metrics, traces, dashboards, and more through natural conversation. This plugi…

dynatrace Dynatrace ↗

Dynatrace observability skills: DQL query patterns, application and infrastructure monitoring, log analysis, problem investigation, and incident response workflows, with …

fullstory Fullstory ↗

Connect Claude to Fullstory to query behavioral analytics, session replays, and customer experience insights.

grafana-assistant Grafana ↗

Skills and rules for developing and using the Grafana Assistant app and CLI.

grafana-cloud-mcp Grafana ↗

Hosted MCP server for AI-assisted Grafana Cloud observability — no local installation required.

grafana-mcp Grafana ↗

MCP server for AI-assisted Grafana dashboard, datasource, alerting, and incident management.

honeycomb Honeycomb ↗

Skills, agents, and workflows for Honeycomb observability — query patterns, production investigations, SLOs, OpenTelemetry instrumentation, and Beeline migration. Designe…

incident-io incident.io ↗

Work with incident.io from Claude: respond to and investigate incidents, check on-call schedules and escalations, and author the runbooks, skills and architecture docs th…

langfuse Langfuse ↗

Skills for working with Langfuse, the open-source LLM engineering platform for tracing, prompt management, and evaluation.

langfuse-observability Langfuse ↗

Langfuse observability plugin for Claude Code — captures and exports traces, spans, and session telemetry from Claude Code to Langfuse for LLM monitoring, debugging, and …

logfire Pydantic ↗

Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more

logrocket LogRocket ↗

Connect Claude Code to LogRocket to query session replays, metrics, issues, and user behavior using natural language.

mlflow MLflow Team ↗

Skills for tracing, evaluating, and improving AI agents with MLflow. Supports the full agent improvement loop: instrument → trace → evaluate → iterate → validate.

newrelic New Relic ↗

New Relic observability intelligence for Claude Code. Investigate APM performance, analyze cloud costs, debug Kubernetes, write NRQL queries, and respond to alerts — all …

noibu Noibu ↗

Built for ecommerce, the Noibu plugin bridges the gap between customer experience and revenue by connecting Claude directly to your store's session, error, and conversion…

pagerduty ↗

Enhance code quality and security through PagerDuty risk scoring and incident correlation. Score pre-commit diffs against historical incident data and surface deployment …

posthog ↗

Access PostHog analytics, feature flags, experiments, error tracking, and insights directly from Claude Code.

rootly Rootly ↗

Full-lifecycle incident management: deploy safety, incident response, on-call management, and retrospectives.

sentry ↗

Sentry error monitoring integration. Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development …

sentry-cli Sentry ↗

Skills for using the Sentry CLI to interact with Sentry from the command line

Security & Compliance (18)

claude-securityOfficial Anthropic ↗

Deep vulnerability scanning of your own code, run entirely inside your Claude Code session at a chosen effort tier, with every finding challenged before it is reported an…

security-guidanceOfficial Anthropic ↗

Security review for Claude-generated code. Pattern-based warnings on edits, LLM-powered diff review on Stop, and an agentic commit reviewer that catches injection, XSS, S…

42crunch-api-security-testing 42Crunch ↗

Automate API security directly in Claude Code with 42Crunch - automatically audit OpenAPI specs, detect vulnerabilities aligned with OWASP API Security risks (including B…

auth0 Auth0 ↗

Enterprise-grade auth, easy to implement. Add login, SSO, MFA, and access control to any app with framework-aware guidance.

crowdsec CrowdSec ↗

Operational skill for installing, configuring, operating, and debugging CrowdSec (cscli, LAPI/CAPI, hub, bouncers, WAF/AppSec) across bare-metal, Docker, and Kubernetes.

crowdstrike-falcon-foundry CrowdStrike ↗

CrowdStrike Falcon Foundry development skills for building cybersecurity applications on the Falcon platform. Includes UI development, collections, functions, workflows, …

crowdstrike-falcon-fusion CrowdStrike ↗

CrowdStrike Falcon Fusion skills for authoring, deploying, and executing Fusion workflows. Includes live action discovery, YAML authoring with schema validation, workflow…

duende-skills Duende Software ↗

Duende development skills and agents for Claude Code — covering OAuth/OIDC protocols, IdentityServer, token management, ASP.NET Core authentication/authorization, BFF pat…

jfrog JFrog Ltd. ↗

Use the JFrog Platform from Claude Code: Artifactory repos and artifacts, security findings and exposures, Catalog package safety and downloads, workflows across the SDLC…

semgrep ↗

Semgrep catches security vulnerabilities in real-time and guides Claude to write secure code from the start.

sonarqube SonarSource ↗

Automatically enforce SonarQube code quality and security in the agent coding loop — 7,000+ rules, secrets scanning, agentic analysis, and quality gates across 40+ langua…

sonatype-guide ↗

Sonatype Guide MCP server for software supply chain intelligence and dependency security. Analyze dependencies for vulnerabilities, get secure version recommendations, an…

stackhawk-api StackHawk ↗

Query the StackHawk platform API for security posture reporting, findings analysis, and app management. Guides agents through authentication, data retrieval, and result p…

stackhawk-hawkscan StackHawk ↗

Configure, run, and interpret HawkScan DAST results inside Claude Code. Generates stackhawk.yml configs, runs scans via CLI or Docker, and transforms security findings in…

vanta Vanta ↗

The Vanta plugin connects Claude Code to Vanta's security and compliance platform through the Vanta MCP server. It combines Vanta's test-specific remediation intelligence…

vanta-mcp-plugin Vanta ↗

The Vanta plugin connects Claude Code to Vanta's security and compliance platform through the Vanta MCP server. It combines Vanta's test-specific remediation intelligence…

workos WorkOS ↗

WorkOS integration skills for AuthKit, SSO, Directory Sync, RBAC, Vault, Audit Logs, migrations, and API references.

zscaler Zscaler ↗

Manage Zscaler cloud security platform including ZPA (private access), ZIA (internet access), ZDX (digital experience), ZCC (client connector), EASM (attack surface), and…

Other / Uncategorized (14)

ai-plugins ↗

Set up endorctl and use Endor Labs to scan, prioritize, and fix security risks across your software supply chain

aikido ↗

Aikido Security scanning for Claude Code — SAST, secrets, and IaC vulnerability detection powered by the Aikido MCP server.

atlan ↗

Atlan data catalog plugin for Claude Code. Search, explore, govern, and manage your data assets through natural language. Powered by the Atlan MCP server with semantic se…

brightdata-plugin ↗

Web scraping, Google search, structured data extraction, and MCP server integration powered by Bright Data. Includes 7 skills: scrape any webpage as markdown (with bot de…

build-with-wordpress ↗

Craft production-grade WordPress sites and applications. Everything from themes and plugins to commerce and deployment.

cloudinary ↗

Use Cloudinary directly in Claude. Manage assets, apply transformations, optimize media, and more through natural conversation.

data-engineering ↗

Data engineering plugin - warehouse exploration, pipeline authoring, Airflow integration

fastly-agent-toolkit ↗

Fastly development tools and platform skills

fiftyone ↗

Build high-quality datasets and computer vision models. Visualize datasets, analyze models, find duplicates, run inference, evaluate predictions, and develop custom plugi…

nightvision ↗

Skills for working with NightVision, a DAST and API Discovery platform that finds exploitable vulnerabilities in web applications and REST APIs

nimble ↗

Nimble web data toolkit — search, extract, map, crawl the web and work with structured data agents

postiz ↗

Social media automation CLI for scheduling posts, managing integrations, uploading media, and tracking analytics across 28+ platforms including X, LinkedIn, Reddit, YouTu…

prisma ↗

Prisma MCP integration for Postgres database management, schema migrations, SQL queries, and connection string management. Provision Prisma Postgres databases, run migrat…

remember ↗

Continuous memory for Claude Code. Extracts, summarizes, and compresses conversations into tiered daily logs. Claude remembers what you did yesterday.

Deployment & Cloud (9)

azure ↗

Transform Claude into an Azure expert. This plugin integrates the Azure MCP server and specialized Azure skills to move beyond generic advice. It enables Claude to perfor…

cloudflare ↗

Skills for the Cloudflare developer platform: Workers, Durable Objects, Agents SDK, MCP servers, Wrangler CLI, and web performance.

deploy-on-aws ↗

Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.

google-cloud-storage Google LLC ↗

Official Google Cloud Storage (GCS) plugin. Manage buckets and objects, transfer data, and configure MCP, FUSE, IAM, security, lifecycle rules, signed URLs, Terraform, an…

hostinger Hostinger ↗

Deploy, manage and monitor Hostinger services — Websites, Domains, Ecommerce, Email Marketing, Subscriptions & Payments, and VPS. Authenticate via browser (OAuth) or API …

railway ↗

Deploy and manage apps, databases, and infrastructure on Railway. Covers project setup, deploys, environment configuration, networking, troubleshooting, and monitoring.

render Render ↗

Deploy, debug, and monitor applications on Render. Includes skills, an agent, slash commands, and a render.yaml validation hook.

valtown Val Town ↗

Build and deploy on Val Town. Bundles the Val Town MCP server and platform skills (HTTP vals, cron/intervals, SQLite, email, OAuth, React UI, third-party integrations, te…

vercel ↗

Vercel deployment platform integration. Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Cla…

Design & Creative (8)

adobe-for-creativity Adobe ↗

Harness Adobe's creative AI-powered tools to edit images, automate design workflows, and bring creative visions to life — from background removal to vectorization and pro…

canva Canva ↗

Create, edit, review, resize, and brand-check Canva designs with the Canva MCP server.

figma ↗

Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design …

hyperframes HeyGen ↗

HyperFrames by HeyGen. Write HTML, render video. Compositions, GSAP and runtime adapter animations, captions, voiceovers, audio-reactive visuals, and website-to-video cap…

miro Miro ↗

Secure access to Miro boards. Enables AI to read board context, create diagrams, and generate code with enterprise-grade security.

runway-api Runway ↗

Video generation at scale. Generate videos, images, and audio with Runway's API — batch ad campaigns, product videos, multishot stories, and creative iteration. Supports …

superdesign Superdesign dev, Inc. ↗

Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas. Reads your codebase for context, sets up a design system, and generates branchab…

ui-theme-designer SAP SE ↗

Plugin for coding agents working with UI theme designer. Bundles two skills: how-to and conceptual answers about UI theme designer on BTP, and questions about the SAP Des…

Learning & Education (3)

explanatory-output-styleOfficial Anthropic ↗

Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)

learning-output-styleOfficial Anthropic ↗

Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)

learn-with-coursera Coursera ↗

Turn any learning intent into a personalized Coursera experience. Asks three quick questions (topic, familiarity, preferred format), searches Coursera's catalog, and deli…

Automation & Browsing (3)

browser-use Browser Use ↗

Give Claude a real browser — your Chrome or a Browser Use Cloud browser. Use it whenever a task involves a website or web app: browsing, scraping and data extraction, fil…

synthflow Synthflow ↗

Connects Claude Code to the Synthflow AI voice-agent platform through its hosted MCP server, with skills for reviewing calls and auditing agent prompts, plus a docs-searc…

zyte-web-data Zyte ↗

Web scraping skills for Claude Code powered by the Zyte API — scrape sites, generate and run Scrapy spiders, define extraction schemas, and ship to Scrapy Cloud.

Testing & QA (2)

growthbook GrowthBook ↗

A suite of agent skills for the full GrowthBook feature flag and experimentation lifecycle.

playwright ↗

Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform au…

Location & Geospatial (2)

amazon-location-service ↗

Guide developers through adding maps, places search, geocoding, routing, and other geospatial features with Amazon Location Service, including authentication setup, SDK i…

mapbox Mapbox ↗

Mapbox skills and MCP servers for building location-aware applications with AI. Includes geospatial tools, style management, and patterns for web, iOS, Android, and AI ag…

Migration (1)

aws-transform Amazon Web Services ↗

Migrate, modernize, and upgrade codebases to AWS. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades J…

Math & Science (1)

math-olympiadOfficial Anthropic ↗

Solve competition math (IMO, Putnam, USAMO) with adversarial verification that catches what self-verification misses. Fresh-context verifiers attack proofs with specific …

Claude Code Plugins — FAQ

What is the Claude Code Plugins Directory?

It is Anthropic's official marketplace for Claude Code extensions, hosted at github.com/anthropics/claude-plugins-official. The directory lists 314 curated plugins: 38 official Anthropic plugins plus hundreds of third-party plugins from companies like AWS, Google, Microsoft and Adobe. Plugins can bundle MCP servers, skills, slash commands, subagents, hooks and language servers, all installable with a single command.

How do I install a Claude Code plugin from this directory?

Run /plugin install {plugin-name}@claude-plugins-official inside the Claude Code terminal, or open /plugin and choose Discover to browse the marketplace. The plugin loader downloads the pinned source (git repositories are checked against a locked commit SHA) and registers its skills, commands and MCP servers automatically.

What kinds of plugins are available in the marketplace?

The marketplace spans 12+ categories: development and agent tooling (123 plugins), productivity and collaboration (69), databases (39), monitoring (22), security (18), plus deployment, design, learning, automation, testing and more. Notable entries include AWS core and serverless skills, Azure MCP integration, Google Cloud database plugins, browser automation via Playwright and Browser Use, and Anthropic's own code review, security and MCP server development skills.

Can I use these Claude Code plugins with OpenCode or other AI tools?

The SKILL.md files inside the plugins follow the Agent Skills standard, which OpenCode and many other coding agents can load directly from ~/.config/opencode/skills/. Plugin manifests, slash commands, hooks and LSP server config are Claude Code specific, but the skill content itself is portable.

More AI Tool Guides

💻 Code Assistants Best AI Coding Assistants 2026 🤖 AI Agents Best AI Agent Frameworks 2026 🛠️ Developer Tools Best AI Tools for Developers 2026 📚 RAG Best RAG Tools & Frameworks 2026 🔌 Local LLM Best Local LLM Tools 2026 🆓 Free Best Free AI Tools 2026 ⚖️ Compare Side-by-Side AI Tool Comparisons 🔀 Alternatives AI Tool Alternatives Hub

Last updated: Sep 26, 2026 · Curated by AI Tools Hub Editorial · About · Contact · Privacy