Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ–₯️ Command Line
  3. Claude Terminal MCP
Claude Terminal MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:48:52 PM

Claude Terminal MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
terminalfilesystemdeveloper-toolsbackground-jobs

Local terminal, filesystem, and background-job tools for Claude Desktop on Linux and macOS.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for LukeLamb/claude-terminal-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing AlternativesπŸ–₯️ More in Command Line

Overview

LukeLamb/claude-terminal-mcp MCP server adds local shell, filesystem, and background-process tools to Claude Desktop through an installable extension. It runs commands with the user's account permissions, supports configurable working-directory behavior, and stores command and job state under /tmp. Reach for it when Claude needs to inspect files, edit project content, run development commands, or monitor long-running local tasks. Installation is performed by importing the project's Terminal.mcpb bundle through Claude Desktop's Extensions settings.

Use cases

β€’Run local build and test commands
β€’Inspect and edit project files
β€’Start long-running development jobs
β€’Monitor background process output
β€’List and examine local directories

Key features

β€’Shell command execution through bash
β€’Text file reading and writing
β€’Directory listing with metadata
β€’Detached background jobs
β€’Local command transcripts
β€’Configurable default working directory

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Claude Terminal MCP.

Extracted Tool Capabilities
Shell command execution through bash
Text file reading and writing
Directory listing with metadata
Detached background jobs
Local command transcripts
Configurable default working directory

How Claude Terminal MCP works

What LukeLamb/claude-terminal-mcp does

LukeLamb/claude-terminal-mcp MCP server exposes eight local tools to Claude Desktop. The command tool runs shell input through bash -lc, so common shell features such as pipes, redirects, and environment activation commands are available. Results include standard output, standard error, and the process exit code. Each stream is capped at 100 KB in the immediate response, while the complete transcript is saved locally and returned through a log path.

Filesystem access covers reading text files with optional line offsets and limits, listing directory entries with type, size, and modification time, and creating or overwriting text files. Parent directories are created automatically when writing a file. These operations use the permissions of the local user running Claude Desktop.

Four additional tools manage detached processes. Claude can start a background command, inspect its status and recent output, list known jobs, or terminate a job. Termination sends SIGTERM first and follows with SIGKILL after five seconds if the process remains alive.

How it works

The extension runs locally rather than calling a hosted service. Its run transcripts and background-job data are kept under /tmp/claude-term-mcp/, which is cleared when the machine reboots. The extension itself does not collect data, send telemetry, or make network requests. Commands launched through it can still make network connections when the command requests them, such as with curl, wget, or git push.

A small built-in denylist blocks several clearly destructive command patterns, including recursive removal of root or the home directory, fork bombs, raw-device dd or mkfs operations, and shutdown or reboot commands. This is only a last-resort check and is not a sandbox; commands otherwise retain broad access available to the user account.

Setup and configuration

Install the latest Terminal.mcpb release from the repository's Releases page. In Claude Desktop, open Settings, choose Extensions, use Install Extension in the Extension Developer section, and select the bundle. Confirm the developer warning, choose a default working directory, enable the Terminal extension, and activate its tools from the connector or tools picker in a conversation.

The default working directory determines where commands run when no working directory is supplied. Leaving it blank uses the user's home directory. It can be changed later under Settings, Extensions, and Terminal. No npm install step is required because the extension is pure Node with no npm dependencies. Requirements are Claude Desktop 0.10.0 or newer, Node.js 16 or newer as a stated runtime requirement, and bash on the PATH; Claude Desktop bundles a recent Node runtime for the extension.

For source builds, LukeLamb/claude-terminal-mcp MCP server can be bundled by placing manifest.json, package.json, and server.js into Terminal.mcpb with the documented zip command, then importing that bundle through the same Extensions interface. Changes to the tool surface require matching updates to the manifest, and the version should be increased for Claude Desktop to recognize an update.

Tools and capabilities

  • Run shell commands with optional working directory, timeout, and environment values.
  • Read text files with optional line-range slicing.
  • List directory contents and metadata.
  • Write or overwrite text files and create missing parent directories.
  • Start detached background jobs and retrieve their identifiers.
  • Inspect, enumerate, and terminate background jobs.
  • Retrieve full command transcripts from returned log paths.

Limitations and notes

Installing LukeLamb/claude-terminal-mcp MCP server grants Claude unrestricted shell access within the user's account. It can read and modify accessible files, install software, and open network connections, so it should not be treated as suitable for shared or sensitive machines without further controls. The denylist can be edited in server.js and removed or expanded before rebuilding, but changing it does not create isolation.

The README reports a known yellow banner saying that a tool result could not be submitted when Claude Desktop performs dynamic tool loading. According to the project documentation, the tool call still runs and returns; the banner is attributed to a client-backend protocol issue. The extension is documented for Linux and tested on macOS, while its installation flow is specifically based on Claude Desktop Extensions rather than the usual macOS/Windows configuration file mechanism.

Getting started with this LukeLamb/claude-terminal-mcp MCP server

Always refer to the official documentation for the most accurate and up-to-date information.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Command Line View all alternatives
  • Forge logoForge

    Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard.

    πŸ–₯️ Command Line4 views
    Compare vs Forge β†’
  • MCP Ssh Manager logoMCP Ssh Manager

    Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH.

    πŸ–₯️ Command Line7 views
    Compare vs MCP Ssh Manager β†’
  • Sage logoSage

    Local-first CLI and MCP wrapper for AI coding agents. Routes shell commands through sage run --, stores command history locally, and returns compressed terminal output to reduce context noise.

    πŸ–₯️ Command Line5 views
    Compare vs Sage β†’
  • Pty MCP logoPty MCP

    Interactive PTY sessions for AI agents β€” local shells, SSH with persistent sessions (ai-tmux daemon for attach/detach), and serial ports. Single Go binary, no tmux dependency.

    πŸ–₯️ Command Line3 views
    Compare vs Pty MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
3
Stargazers on the source repository.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Claude Terminal MCP

Download the latest Terminal.mcpb release, then install it in Claude Desktop through Settings > Extensions > Install Extension. Enable the extension and its tools in a conversation.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaude Terminal MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lukelamb-claude-terminal-mcp?style=directory)](https://allmcps.com/mcp/lukelamb-claude-terminal-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/lukelamb-claude-terminal-mcp"><img src="https://allmcps.com/api/badge/lukelamb-claude-terminal-mcp?style=directory" alt="Claude Terminal MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ–₯️Command Line
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
33Quality signal: Emerging Β· 33/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ–₯️ Command Line β†’Best MCP servers for Command Line & Terminal β†’Alternatives to Claude Terminal MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code