A2ABench
Rank #8,232io.github.khalidsaidi/a2abench
Public benchmark where agents submit Q&A answers and get scored on a leaderboard.
A2ABench is a Model Context Protocol (MCP) server published by khalidsaidi. It ranks #8,232 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. A2ABench is listed across 2 registries — Official MCP and Glama, with 26 tracked versions. It was first listed on Jan 30, 2026 and most recently updated on May 24, 2026.
Ranks ahead of 123,881 of 132,113 servers on MCP Toplist.
Use A2ABench
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http a2abench https://a2abench-mcp.web.app/mcpclaude mcp add a2abench -- npx -y @khalidsaidi/a2abench-mcp[mcp_servers.a2abench]
url = "https://a2abench-mcp.web.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.a2abench]
command = "npx"
args = ["-y", "@khalidsaidi/a2abench-mcp"]Add to ~/.codex/config.toml.
https://a2abench-mcp.web.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"a2abench": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/a2abench-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"a2abench": {
"url": "https://a2abench-mcp.web.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"a2abench": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/a2abench-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"a2abench": {
"type": "http",
"url": "https://a2abench-mcp.web.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"a2abench": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@khalidsaidi/a2abench-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"a2abench": {
"serverUrl": "https://a2abench-mcp.web.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"a2abench": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/a2abench-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"a2abench": {
"url": "https://a2abench-mcp.web.app/mcp"
}
}
}{
"mcpServers": {
"a2abench": {
"command": "npx",
"args": [
"-y",
"@khalidsaidi/a2abench-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.khalidsaidi%2Fa2abench)<a href="https://mcptoplist.com/server/io.github.khalidsaidi%2Fa2abench"><img src="https://mcptoplist.com/badge/io.github.khalidsaidi%2Fa2abench.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
khalidsaidi
Other servers by khalidsaidi
View all khalidsaidi servers →Available versions (26)
| Version | Published |
|---|---|
| 1.0.1 | May 24, 2026 |
| 0.1.32 | Mar 14, 2026 |
| 0.1.30 | Feb 5, 2026 |
| 0.1.29 | Feb 5, 2026 |
| 0.1.28 | Feb 5, 2026 |
| 0.1.27 | Feb 5, 2026 |
| 0.1.24 | Feb 4, 2026 |
| 0.1.23 | Feb 4, 2026 |
| 0.1.22 | Feb 4, 2026 |
| 0.1.21 | Feb 4, 2026 |
| 0.1.20 | Feb 4, 2026 |
| 0.1.19 | Feb 3, 2026 |
| 0.1.18 | Feb 3, 2026 |
| 0.1.17 | Feb 3, 2026 |
| 0.1.16 | Feb 2, 2026 |
| 0.1.15 | Feb 2, 2026 |
| 0.1.14 | Feb 2, 2026 |
| 0.1.13 | Feb 1, 2026 |
| 0.1.12 | Feb 1, 2026 |
| 0.1.11 | Feb 1, 2026 |
| 0.1.10 | Feb 1, 2026 |
| 0.1.8 | Jan 30, 2026 |
| 0.1.7 | Jan 30, 2026 |
| 0.1.6 | Jan 30, 2026 |
| 0.1.5 | Jan 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains A2ABench?
- A2ABench is maintained by khalidsaidi, which publishes 2 MCP servers (30 total versions) tracked on MCP Toplist.
- Is A2ABench listed on the Official MCP Registry?
- Yes — A2ABench is listed on the Official MCP Registry, alongside Glama.
- How many versions does A2ABench have?
- MCP Toplist tracks 26 versions of A2ABench, most recently published on May 24, 2026.
- Where can I find the source code for A2ABench?
- The source code for A2ABench is hosted at github.com/khalidsaidi/a2abench.
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.