Powers are designed for easy discovery and installation, whether you're using curated partners, community-built powers, or your team's private tooling. Discovery, installation, and configuration happen through the IDE or the kiro.dev website.
⚠️ Note: Kiro powers are third-party tools that may be subject to separate terms. Only install servers from trusted sources and review their documentation and licensing. Kiro is not responsible for third-party powers.
Browse powers from launch partners including Datadog, Dynatrace, Figma, Neon, Netlify, Postman, Supabase, Stripe, Strands SDK, and AWS Aurora.
You can now Try the power to run through the power onboarding. Any time you ask a question related to that power, the Kiro agent will automatically activate and use it.
When you install a power that includes Model Context Protocol (MCP) integrations, Kiro automatically registers the MCP server in your ~/.kiro/settings/mcp.json configuration file under the Powers section.
Custom powers require at minimum:
https://github.com/user/power-repoThe power must have a valid POWER.md file in the repository root.
For powers you create or manage in private repositories, clone the repository locally and install from the local path.
Example structure:
my-custom-power/ ├── POWER.md # Required ├── mcp.json # If using MCP servers └── steering/ # Optional guidance files └── workflow.md
To update a power to the latest version:
The power refreshes from the remote repository and applies the latest version.
Install powers