Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"artificial-analysis": {
"command": "npx",
"args": [
"-y",
"artificial-analysis-mcp"
],
"env": {
"AA_API_KEY": "${AA_API_KEY}"
}
}
}
}Replace placeholder values for: AA_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxAA_API_KEY=${AA_API_KEY}