Clients
Amazon Q Developer
Manual Configuration
Option 1: stdio (Recommended)
- Install Amazon Q Developer in VS Code, or use the standalone app
- Edit
~/.aws/amazonq/mcp.json(create the file if it doesn't exist) - Add the following configuration:
{
"mcpServers": {
"macuse": {
"command": "/Applications/Macuse.app/Contents/MacOS/macuse",
"args": ["mcp"]
}
}
}- Save and restart your editor
Option 2: HTTP with API Key
If stdio doesn't work, you can connect via HTTP using an API Key:
- Open Macuse Settings → Connections, click +, enter "Amazon Q" as the name, and click Create
- Copy the API key immediately (it is only shown once)
- Add the following to your
~/.aws/amazonq/mcp.json:
{
"mcpServers": {
"macuse": {
"url": "http://127.0.0.1:35729/mcp",
"headers": {
"Authorization": "Bearer <your_api_key>"
}
}
}
}- Save and restart your editor
If you skip creating an API key manually, Macuse can also detect Amazon Q Developer automatically after 3 failed connection attempts and prompt you to generate one. See Automatic Detection for details.
See the API Keys page for more details.
Verifying the Connection
- Open VS Code with Amazon Q Developer installed
- Start a new chat and ask the AI to "list available Macuse tools"
- If configured correctly, the AI will show the available toolboxes