Aethis MCP Server
Rank #12,940io.github.Aethis-ai/aethis-mcp
Deterministic eligibility decisions and test-driven rule authoring via the Aethis developer API.
Aethis MCP Server is a Model Context Protocol (MCP) server published by Aethis-ai. It ranks #12,940 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Aethis MCP Server is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 119,106 of 132,046 servers on MCP Toplist.
Use Aethis MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aethis-mcp -e "AETHIS_API_KEY=<your AETHIS_API_KEY>" -e "AETHIS_BASE_URL=<your AETHIS_BASE_URL>" -- npx -y aethis-mcpReplace each placeholder with your own value before saving.
[mcp_servers.aethis-mcp]
command = "npx"
args = ["-y", "aethis-mcp"]
[mcp_servers.aethis-mcp.env]
AETHIS_API_KEY = "<your AETHIS_API_KEY>"
AETHIS_BASE_URL = "<your AETHIS_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aethis-mcp": {
"command": "npx",
"args": [
"-y",
"aethis-mcp"
],
"env": {
"AETHIS_API_KEY": "<your AETHIS_API_KEY>",
"AETHIS_BASE_URL": "<your AETHIS_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aethis-mcp": {
"command": "npx",
"args": [
"-y",
"aethis-mcp"
],
"env": {
"AETHIS_API_KEY": "<your AETHIS_API_KEY>",
"AETHIS_BASE_URL": "<your AETHIS_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"aethis-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aethis-mcp"
],
"env": {
"AETHIS_API_KEY": "<your AETHIS_API_KEY>",
"AETHIS_BASE_URL": "<your AETHIS_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aethis-mcp": {
"command": "npx",
"args": [
"-y",
"aethis-mcp"
],
"env": {
"AETHIS_API_KEY": "<your AETHIS_API_KEY>",
"AETHIS_BASE_URL": "<your AETHIS_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"aethis-mcp": {
"command": "npx",
"args": [
"-y",
"aethis-mcp"
],
"env": {
"AETHIS_API_KEY": "<your AETHIS_API_KEY>",
"AETHIS_BASE_URL": "<your AETHIS_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Aethis-ai%2Faethis-mcp)<a href="https://mcptoplist.com/server/io.github.Aethis-ai%2Faethis-mcp"><img src="https://mcptoplist.com/badge/io.github.Aethis-ai%2Faethis-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Aethis-ai
Available versions (3)
| Version | Published |
|---|---|
| 0.18.0 | Sep 14, 2026 |
| 0.17.4 | Sep 3, 2026 |
| 0.17.3 | Sep 3, 2026 |
Frequently asked questions
- Who maintains Aethis MCP Server?
- Aethis MCP Server is maintained by Aethis-ai, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Aethis MCP Server listed on the Official MCP Registry?
- Yes — Aethis MCP Server is listed on the Official MCP Registry.
- How many versions does Aethis MCP Server have?
- MCP Toplist tracks 3 versions of Aethis MCP Server, most recently published on Sep 14, 2026.
- Where can I find the source code for Aethis MCP Server?
- The source code for Aethis MCP Server is hosted at github.com/Aethis-ai/aethis-mcp.
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.