Bash MCP Server
An MCP Server that executes Bash commands within Pipedream workflows, enabling shell scripting and curl-based integrations via MCP.
About this tool
Bash MCP Server
Brand: Pipedream
Category: Code Execution & Automation MCP Servers
Tags: shell, code-execution, automation
Source: https://mcp.pipedream.com/app/bash
Overview
Bash MCP Server is an MCP (Model Context Protocol) server by Pipedream that lets you execute Bash commands inside Pipedream workflows. It supports shell scripting and curl-based integrations through a single, reusable MCP endpoint.
Features
- Run Bash in workflows: Execute arbitrary Bash commands as a step within Pipedream workflows.
- Shell scripting support: Use standard shell scripting constructs (e.g., piping, environment variables, file operations) within the workflow context.
- HTTP and API calls via curl: Make
curlrequests from Bash to integrate with HTTP APIs and external services. - Static MCP server URL: Uses a single, static MCP endpoint for all clients:
https://mcp.pipedream.net/v2 - Client-agnostic: The same MCP server URL works for every compatible client; integration is handled on the client side.
- Authentication at client setup: Authentication occurs when adding the MCP server to your application or chat client.
- Workflow integration: Designed to be used as a step within broader Pipedream workflows, combining Bash with other triggers and actions.
- Configuration guidance: Dedicated configuration documentation is available via the Pipedream Configuration page.
MCP Server URL
https://mcp.pipedream.net/v2
Setup & Integration
- Add the MCP server to your preferred chat client or application using the static URL.
- Authenticate during setup as required by Pipedream.
- Refer to the Pipedream Configuration page for detailed setup instructions.
Pricing
The provided content does not list any pricing or plans for Bash MCP Server.
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)codemcp is a minimal coding agent MCP server that exposes basic tools for reading and writing files and executing command-line operations. It is designed as a simple reference implementation of an MCP-based coding agent.
container-use is an MCP-compatible server from Dagger that provides containerized environments for coding agents, allowing multiple agents to work independently in isolated, fresh containers with persistent volumes and cached images for efficient code execution workflows.
auto-mobile is a tool suite built around an MCP server for Android automation, supporting developer workflows and testing through MCP-accessible automation capabilities.
An MCP server from Automata Labs that controls web browsers via Playwright through standardized MCP commands.
An MCP server that automates a local Chrome browser, allowing LLMs to control and script browser behavior on the user’s machine.
Implements CEDARScript, a SQL-like language, as an MCP server for code manipulation, showcasing the adaptability of MCP servers for language and code-based tasks.