aiterm-mcp
Rank #1,468io.github.kitepon/aiterm-mcp
Persistent terminals and one launcher for Claude, Codex, Grok, and Cursor harnesses.
aiterm-mcp is a Model Context Protocol (MCP) server published by kitepon. It ranks #1,468 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. aiterm-mcp is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 26 tracked versions. It was first listed on Jun 2, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 113,992 of 115,460 servers on MCP Toplist.
Use aiterm-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aiterm-mcp -- npx -y aiterm-mcp[mcp_servers.aiterm-mcp]
command = "npx"
args = ["-y", "aiterm-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aiterm-mcp": {
"command": "npx",
"args": [
"-y",
"aiterm-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aiterm-mcp": {
"command": "npx",
"args": [
"-y",
"aiterm-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aiterm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aiterm-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aiterm-mcp": {
"command": "npx",
"args": [
"-y",
"aiterm-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aiterm-mcp": {
"command": "npx",
"args": [
"-y",
"aiterm-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.kitepon%2Faiterm-mcp)<a href="https://mcptoplist.com/server/io.github.kitepon%2Faiterm-mcp"><img src="https://mcptoplist.com/badge/io.github.kitepon%2Faiterm-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 7 registries
kitepon
Other servers by kitepon
View all kitepon servers →Available versions (26)
| Version | Published |
|---|---|
| 0.29.6 | Aug 29, 2026 |
| 0.29.3 | Aug 29, 2026 |
| 0.29.0 | Aug 25, 2026 |
| 0.28.4 | Aug 24, 2026 |
| 0.28.2 | Aug 23, 2026 |
| 0.28.0 | Aug 23, 2026 |
| 0.27.9 | Aug 23, 2026 |
| 0.27.7 | Aug 22, 2026 |
| 0.27.0 | Aug 19, 2026 |
| 0.25.3 | Aug 15, 2026 |
| 0.25.2 | Aug 14, 2026 |
| 0.25.1 | Aug 13, 2026 |
| 0.24.3 | Aug 13, 2026 |
| 0.24.2 | Aug 12, 2026 |
| 0.23.0 | Aug 4, 2026 |
| 0.21.4 | Aug 4, 2026 |
| 0.21.3 | Aug 3, 2026 |
| 0.20.3 | Aug 1, 2026 |
| 0.20.0 | Jul 26, 2026 |
| 0.19.3 | Jul 26, 2026 |
| 0.19.1 | Jul 19, 2026 |
| 0.18.0 | Jul 18, 2026 |
| 0.12.2 | Jul 13, 2026 |
| 0.10.0 | Jul 9, 2026 |
| 0.8.0 | Jul 5, 2026 |
| 0.4.1 | Jun 8, 2026 |
Frequently asked questions
- Who maintains aiterm-mcp?
- aiterm-mcp is maintained by kitepon, which publishes 3 MCP servers (50 total versions) tracked on MCP Toplist.
- Is aiterm-mcp listed on the Official MCP Registry?
- Yes — aiterm-mcp is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does aiterm-mcp have?
- MCP Toplist tracks 26 versions of aiterm-mcp, most recently published on Aug 29, 2026.
- Where can I find the source code for aiterm-mcp?
- The source code for aiterm-mcp is hosted at github.com/kitepon/aiterm-mcp.