Kiro
Connect ASO++ to Kiro using the MCP server configuration.
Kiro is AWS's AI IDE. It supports MCP servers via a configuration file in the .kiro project directory or your global Kiro settings.
Prerequisites
- Kiro installed — download from kiro.dev
- An ASO++ API token — generate one here
Configuration
•
Open MCP settings
In Kiro, open the Command Palette (
Cmd+Shift+P / Ctrl+Shift+P) and run Kiro: Open MCP Configuration.This opens the mcp.json settings file.
•
Add the ASO++ server
Add the following to the mcpServers object:
{
"mcpServers": {
"asopp": {
"url": "https://asopp.cc/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_TOKEN_HERE"
}
}
}
}Replace YOUR_TOKEN_HERE with your actual token.
•
Reload Kiro
Press
Cmd+Shift+P and run Developer: Reload Window to apply the changes.•
Verify the connection
Open a Kiro agent chat and type:
Search for keywords related to "habit tracker" in the US App StoreKiro should invoke search_keywords and return results.
Project-level configuration
To scope the configuration to a single project, create a .kiro/mcp.json file in your project root instead of editing the global settings. This file follows the same format.
Troubleshooting
Related pages
- Tokens — Generate or revoke tokens
- MCP setup overview — Troubleshooting tips and other supported tools