Smart Terminal
Rank #6,151io.github.pungggi/smart-terminal
MCP PTY server providing AI agents with real interactive terminal access
Smart Terminal is a Model Context Protocol (MCP) server published by pungggi. It ranks #6,151 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Smart Terminal is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 125,895 of 132,046 servers on MCP Toplist.
Use Smart Terminal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add smart-terminal -- npx -y smart-terminal-mcp[mcp_servers.smart-terminal]
command = "npx"
args = ["-y", "smart-terminal-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"smart-terminal": {
"command": "npx",
"args": [
"-y",
"smart-terminal-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"smart-terminal": {
"command": "npx",
"args": [
"-y",
"smart-terminal-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"smart-terminal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"smart-terminal-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"smart-terminal": {
"command": "npx",
"args": [
"-y",
"smart-terminal-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"smart-terminal": {
"command": "npx",
"args": [
"-y",
"smart-terminal-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.pungggi%2Fsmart-terminal)<a href="https://mcptoplist.com/server/io.github.pungggi%2Fsmart-terminal"><img src="https://mcptoplist.com/badge/io.github.pungggi%2Fsmart-terminal.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
pungggi
Available versions (7)
| Version | Published |
|---|---|
| 1.2.39 | Sep 5, 2026 |
| 1.2.37 | Aug 16, 2026 |
| 1.2.36 | Apr 30, 2026 |
| 1.2.35 | Apr 26, 2026 |
| 1.2.30 | Apr 3, 2026 |
| 1.2.13 | Mar 8, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Smart Terminal?
- Smart Terminal is maintained by pungggi, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is Smart Terminal listed on the Official MCP Registry?
- Yes — Smart Terminal is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Smart Terminal have?
- MCP Toplist tracks 7 versions of Smart Terminal, most recently published on Sep 5, 2026.
- Where can I find the source code for Smart Terminal?
- The source code for Smart Terminal is hosted at github.com/pungggi/smart-terminal-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.