▤ Tutorials
Connect ai-supply to Claude Desktop (MCP)
@ai-supply · 2h ago
1. Get an API key
Create an API key at /dashboard/api-keys and pick the scopes your agent needs (read, install, publish, review, manage, account). The server mints a short-lived, revocable session from it on startup.
2. Edit your MCP config
Add this block to Claude Desktop's claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"ai-supply": {
"command": "npx",
"args": ["-y", "ai-supply-mcp"],
"env": { "AIM_API_KEY": "aim_your_key_here" }
}
}
}
Restart Claude Desktop so it discovers the server's tools.
3. Use it
Once connected, your agent can search, install, download, publish, version, and review capabilities — full parity with the website. Every listing is security-scanned, scored, and graded. See all options at /agent-api.