Aidex
Rank #3,794io.github.CSCSoftware/aidex
MCP server providing aidex capabilities
Aidex is a Model Context Protocol (MCP) server published by CSCSoftware. It ranks #3,794 of 132,046 servers tracked on MCP Toplist, and its repository has 44 GitHub stars. Aidex is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Feb 1, 2026 and most recently updated on Feb 2, 2026.
Ranks ahead of 128,252 of 132,046 servers on MCP Toplist.
Use Aidex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aidex -- npx -y aidex-mcp[mcp_servers.aidex]
command = "npx"
args = ["-y", "aidex-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aidex": {
"command": "npx",
"args": [
"-y",
"aidex-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aidex": {
"command": "npx",
"args": [
"-y",
"aidex-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aidex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aidex-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aidex": {
"command": "npx",
"args": [
"-y",
"aidex-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aidex": {
"command": "npx",
"args": [
"-y",
"aidex-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CSCSoftware%2Faidex)<a href="https://mcptoplist.com/server/io.github.CSCSoftware%2Faidex"><img src="https://mcptoplist.com/badge/io.github.CSCSoftware%2Faidex.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
CSCSoftware
Available versions (3)
| Version | Published |
|---|---|
| 1.8.0 | Feb 2, 2026 |
| 1.7.3 | Feb 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Aidex?
- Aidex is maintained by CSCSoftware, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Aidex listed on the Official MCP Registry?
- Yes — Aidex is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Aidex have?
- MCP Toplist tracks 3 versions of Aidex, most recently published on Feb 2, 2026.
- Where can I find the source code for Aidex?
- The source code for Aidex is hosted at github.com/CSCSoftware/AiDex.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.