Kiro

IDE

Set up Webyaam MCP in Kiro with your Webyaam API token.

Endpoint

https://mcp.webyaam.com/mcp

Config path

~/.kiro/settings/mcp.json

Setup guide

Connect Kiro to Webyaam

API tokens
1

Open Kiro and scroll down to the "MCP SERVERS" section in the left panel. Click the pencil icon in the top-right corner of the section to open the mcp.json config file at ~/.kiro/settings/mcp.json.

Kiro setup step 1
2

This opens the mcp.json file under the "User Config" tab at ~/.kiro/settings/mcp.json. Paste the config below and replace YOUR_WEBYAAM_TOKEN with your real Webyaam API token.

Kiro setup step 2
mcp_config.json
{
  "mcpServers": {
    "webyaam": {
      "url": "https://mcp.webyaam.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_WEBYAAM_TOKEN"
      }
    }
  }
}
3

Save the file and restart Kiro. The MCP server should now appear under the "MCP SERVERS" section. You can now ask Kiro to generate a full website through Webyaam MCP.

Config snippet

mcp_config.json
{
  "mcpServers": {
    "webyaam": {
      "url": "https://mcp.webyaam.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_WEBYAAM_TOKEN"
      }
    }
  }
}