Skip to content
Back to search
30
MCP

local-terminal-mcp

pypi/local-terminal-mcp

Connect your local terminal to AI agents via MCP (Model Context Protocol). Provides secure shell, file read/write, and directory listing tools over WebSocket.

Uptime
0.0%
14 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Terminal MCP Server
MCP server for AI agents to interact with terminal applications. Think Playwright for terminals.
0 tools
@mseep/mcp-vnc
Model Context Protocol (MCP) server enabling AI agents to control remote desktops
0 tools
@tb.p/terminai
MCP (Model Context Protocol) server for secure SSH remote command execution. Enables AI assistants like Claude, Cursor, and VS Code to execu
0 tools
ai-vault-mcp
MCP server that gives AI clients direct access to your local filesystem — save, find, and organize files using natural language
0 tools
mcp-interactive-terminal
MCP server that gives AI agents (Claude Code, Cursor, Windsurf) real interactive terminal sessions — run REPLs, SSH, databases, Docker, and
0 tools
mcp-agentic-terminal
An MCP which adds terminal capabilities to an agent
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "local-terminal-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}