Skip to main content
Glama

@aiiq/mcp

Model Context Protocol server for AI IQ — query AI model IQ, rankings, benchmarks, and methodology from any MCP client (Claude Code, etc.).

Read-only. Talks to the public AI IQ API over HTTPS; no API key required.

Install

Requires Node.js 18+. No API key needed. Works in any MCP client.

Claude Code (one command):

claude mcp add aiiq -- npx -y @aiiq/mcp          # add --scope user for all projects

Claude Desktop — edit claude_desktop_config.json (Settings → Developer → Edit Config) and add:

{
  "mcpServers": {
    "aiiq": { "command": "npx", "args": ["-y", "@aiiq/mcp"] }
  }
}

Then fully quit and reopen the app. (If Node is managed by nvm/asdf, use the absolute path to npx as the command, since the desktop app doesn't inherit your shell PATH.)

Cursor / Windsurf / other clients — same JSON in the client's MCP config:

{ "mcpServers": { "aiiq": { "command": "npx", "args": ["-y", "@aiiq/mcp"] } } }

Related MCP server: Purple AI MCP Server

Tools

  • list_models — all public models with IQ, 7 dimension scores, emotional reasoning, rank, cost

  • get_model — full detail for one model (incl. per-benchmark results)

  • list_rankings — available leaderboards (ids + names)

  • get_ranking — ordered models for one ranking id

  • list_benchmarks — benchmark catalog

  • get_methodology — how AI IQ is computed

  • compare_models — side-by-side detail for several models

Config

  • AIIQ_API_BASE — override the API base URL (default https://www.aiiq.org).

Development

pnpm install
pnpm test
pnpm build

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shea256/aiiq-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server