
server run commands
MCP server to run commands on the local OS
Repository Info
About This Server
MCP server to run commands on the local OS
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
server-run-commands
MCP server to run commands on the local OS
Code written following the official MCP guide:
- https://modelcontextprotocol.io/quickstart
Tools
- run-command
- Run a command on the local OS
- Input:
command(string) - Passes the process exit code and stdout back to the LLM
Installation
git clone https://github.com/anton-107/server-run-commands.gitcd server-run-commandsnpm installnpm run build
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"run-commands": {
"command": "<PATH TO LOCAL NODE>",
"args": [
"<PATH TO GIT CLONE FOLDER>/server-run-commands/build"
]
}
}
}
Quick Start
Clone the repository
git clone https://github.com/anton-107/server-run-commandsInstall dependencies
cd server-run-commands
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.