artificialanalysis-ai-mcp
v1.2.3
Published
MCP server for Artificial Analysis AI model data
Downloads
618
Maintainers
Readme
artificialanalysis-ai-mcp
MCP server for Artificial Analysis model data (benchmarks, speed, pricing).
Tools
aa_top_models- Inputs:
count,sort_by(intelligence|speed|price_blended),exclude_zero_price exclude_zero_pricedefaults totruewhensort_by=price_blended
- Inputs:
aa_search_models- Inputs:
query,limit
- Inputs:
aa_compare_models- Inputs:
model_names_or_slugs
- Inputs:
aa_filter_models- Inputs:
min_intelligence,max_price_blended,min_speed_tps,creator,limit
- Inputs:
Install
npm install -g artificialanalysis-ai-mcpConfigure (MCP config JSON)
Add this entry to your MCP config file, then restart your client:
{
"mcpServers": {
"artificialanalysis": {
"command": "artificialanalysis-ai-mcp",
"env": {
"AA_API_KEY": "YOUR_API_KEY"
}
}
}
}Get an API key
- Sign in to Artificial Analysis
- Go to account settings, find "API Access" and generate a key
Troubleshooting
401 / invalid key:
- Confirm
AA_API_KEYis set in your MCP config entry (not only in your shell). - Restart the MCP client after editing config.
