TRIGGERcmd
Runs commands on your computers remotely.
triggercmd-mcp-stdio
Local stdio MCP server for TRIGGERcmd

Features
This MCP server provides both general command management tools and dynamic command-specific tools:
Base Tools
list_commands- List all available TRIGGERcmd commands across your computersrun_command- Run any specific command by computer and command name
Dynamic Command Tools
The server automatically creates individual MCP tools for each of your TRIGGERcmd commands that have an mcpToolDescription field set. These tools:
- Are named using the pattern
run_{computer}_{command}(sanitized for MCP compatibility) - Use the
mcpToolDescriptionas the tool description for better AI understanding - Accept optional parameters if the command supports them
- Provide a more intuitive interface than the generic
run_commandtool
For example, if you have a command named "lights" on computer "office" with mcpToolDescription set to "Control the office lights - accepts colors (red, blue, green, white) or on/off", the server will automatically create a tool named run_office_lights with that description.
Setting mcpToolDescription
To enable dynamic tools for your commands:
- Log into your TRIGGERcmd account
- Edit the commands you want to expose as individual MCP tools
- Set the
mcpToolDescriptionfield with a clear description of what the command does and how to use parameters - Restart the MCP server to pick up the changes
Authentication
If the TRIGGERCMD_TOKEN environment variable is set, it will use that, otherwise it will try to read the token from your ~/.TRIGGERcmdData/token.tkn file in your user's home directory.
AI prompt examples
Use the #triggercmd mcp server to run notepad on laptop with parameter newnote.
You can also tell the LLM what the command does, and how the parameters work before you run your command. For example:
Prompt 1: The parameter of the "lights" command on the "office" computer in the #triggercmd mcp server is used to specify what color (red, white, green, or blue) to make the lights in my office. It also accepts on or off to turn the lights on or off.
Prompt 2: Turn the lights in my office green.
Prompt 3: Turn the lights in my office off.
Usage
Option 1: Direct Binary
If using Claude Desktop, add an entry like this to your claude_desktop_config.json file:
{
"mcpServers": {
"triggercmd": {
"command": "C:\\Users\\johndoe\\Downloads\\triggercmd-mcp-windows-amd64.exe"
}
}
}
If using VS Code, add an entry like this to your mcp.json file:
{
"servers": {
"triggercmd": {
"type": "stdio",
"command": "C:\\Users\\johndoe\\Downloads\\triggercmd-mcp-windows-amd64.exe"
}
}
}
Option 2: Docker Container
The server is also available as a Docker container. See the docker/README.md for detailed setup instructions.
Claude Desktop with Docker:
{
"mcpServers": {
"triggercmd": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-v", "/home/user/.TRIGGERcmdData/token.tkn:/home/triggercmd/.TRIGGERcmdData/token.tkn:ro",
"triggercmd-mcp:latest"
]
}
}
}
VS Code with Docker:
{
"servers": {
"triggercmd": {
"type": "stdio",
"command": "docker",
"args": [
"run", "--rm", "-i",
"-v", "/home/user/.TRIGGERcmdData/token.tkn:/home/triggercmd/.TRIGGERcmdData/token.tkn:ro",
"triggercmd-mcp:latest"
]
}
}
}
Downloads
Mac:
Linux:
Windows:
NOTE: On Mac and Linux, you'll need to make the binary executable with a command like this:
chmod +x triggercmd-mcp-darwin-arm64
Demo
Related Servers
iTop MCP Server
An MCP server for interacting with iTop ITSM systems via its REST API.
Things MCP
Integrate with the Things 3 to-do app on macOS.
UNO: Unified Narrative Operator
A text enhancement tool that transforms story content into rich, detailed narratives using advanced literary techniques and heuristic analysis.
Odoo MCP Improved
An enhanced MCP server for Odoo ERP with advanced tools for sales, purchases, inventory, and accounting.
ResumeTailor
Automatically tailors resumes for specific job applications using LibreOffice.
Plane MCP Server
Manage projects and issues on the open-source project management platform, Plane.so.
Spotify MCP Server
Control Spotify with natural language. Enables search, playback control, queue management, and device control using conversational commands.
Geekbot MCP
An MCP server that integrates Geekbot data and tools with AI models.
ATLAS: Task Management System
A task management system for LLM agents to manage projects, tasks, and knowledge using a Neo4j database for complex workflow automation.
iMCP
A macOS app that connects your digital life with AI, providing access to Calendar, Contacts, Location, Maps, Messages, Reminders, and Weather services.
