mcpbeat Sign in

Interminal MCP Server

by qiuwenzheng Your server? Claim it
local only

Interminal runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from pypi. Last commit 13 Jul 2026.

Lightweight MCP server providing terminal access (SSH & local shells) for AI assistants.

Installs per day peak 45 · avg 17 · -32% w/w
a month agotoday
90
Installs / week
pypi · mcp-interminal
3
Stars
0 open issues
13 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command channel.py:162
                    self._proc = subprocess.Popen(
Touches key and credential files mcp_server.py:53
    key_filepath: Annotated[Optional[str], Field(description="Absolute path to a private key file (e.g. '/home/user/.ssh/id_rsa')")] = None,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add interminal -- uvx mcp-interminal
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "interminal": {
      "args": [
        "mcp-interminal"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.interminal]
command = "uvx"
args = ["mcp-interminal"]
.cursor/mcp.json
{
  "mcpServers": {
    "interminal": {
      "args": [
        "mcp-interminal"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "interminal": {
      "args": [
        "mcp-interminal"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Interminal

same job, measured the same way
Smart Terminal
by pungggi

MCP PTY server providing AI agents with real interactive terminal access

153 installs/wk local only
Logmcp
by kascada

MCP server — read-only log access for AI assistants, without giving AI shell access.

local only
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
Prometheus MCP Server
by pab1it0

MCP server providing Prometheus metrics access and PromQL query execution for AI assistants

local only
Incode Idv MCP
by incodetechnologies

MCP server for Incode IDV, providing identity verification tools for AI assistants.

47 installs/wk local only
SqlAugur
by mbentham

MCP server providing AI assistants with safe, read-only SQL Server access

local only
World Airfares Flight Search
by worldairfares

Flight search MCP server providing search, pagination, and itinerary details for AI assistants.

3 tools answering
IPinfo
by ipinfo

Official IPinfo MCP Server - IP intelligence tools for AI assistants

6 tools answering

Interminal — questions

Answers built from our own checks of this server.

Why is there no uptime for Interminal?
Interminal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-interminal was installed 90 times last week.
How do I connect Interminal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-interminal straight from pypi; nothing to host, nothing to sign up for.
How many people use Interminal?
The pypi package mcp-interminal was installed 90 times in the last week. Week over week that is -32%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Interminal open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.