
Terminal Controller MCP Server
The Terminal Controller MCP Server enables secure execution of terminal commands, directory navigation, and file system operations through a standardized interf...
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
DesktopCommander MCP Server is a Model Context Protocol (MCP) server designed to augment AI assistants like Claude by granting them powerful capabilities for interacting directly with a user’s desktop environment. Specifically, it provides terminal control, file system search, and diff-based file editing. By exposing these functionalities through the MCP interface, DesktopCommander enables AI-driven workflows that can execute shell commands, browse and manipulate files, and make precise edits. This significantly enhances development productivity, allowing for tasks such as automating local operations, performing advanced searches, and editing code or documents directly from within an AI assistant. The server is especially suited for developers seeking to bridge the gap between conversational AI and hands-on desktop automation.
(No explicit prompt templates found in the repository files or documentation.)
(No specific MCP resources are detailed or exposed in the available repository documentation.)
windsurf.config.json).mcpServers section of your configuration:{
"mcpServers": {
"desktopcommander": {
"command": "npx",
"args": ["@desktopcommander/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"desktopcommander": {
"command": "npx",
"args": ["@desktopcommander/mcp-server@latest"]
}
}
}
cursor.config.json).{
"mcpServers": {
"desktopcommander": {
"command": "npx",
"args": ["@desktopcommander/mcp-server@latest"]
}
}
}
{
"mcpServers": {
"desktopcommander": {
"command": "npx",
"args": ["@desktopcommander/mcp-server@latest"]
}
}
}
To securely provide API keys or sensitive credentials:
{
"mcpServers": {
"desktopcommander": {
"command": "npx",
"args": ["@desktopcommander/mcp-server@latest"],
"env": {
"API_KEY": "${API_KEY}"
},
"inputs": {
"apiKey": "${API_KEY}"
}
}
}
}
Replace ${API_KEY} with your actual environment variable name.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"desktopcommander": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “desktopcommander” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | None found |
| List of Resources | ⛔ | None found |
| List of Tools | ✅ | Terminal, Search, Diff Editing |
| Securing API Keys | ✅ | Example provided |
| Sampling Support (less important in evaluation) | ⛔ | Not specified |
Roots support: Not specified
Based on the available documentation, DesktopCommander MCP provides powerful direct desktop interaction, but lacks documented prompt templates and resources, and does not specify Roots or Sampling support. It scores very high on practical utility and open-source adoption.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 385 |
| Number of Stars | 3,500 |
Let your AI assistant automate your desktop tasks, from terminal commands to code refactoring. Connect DesktopCommander MCP Server to FlowHunt today.

The Terminal Controller MCP Server enables secure execution of terminal commands, directory navigation, and file system operations through a standardized interf...

The Windows CLI MCP Server bridges AI assistants with Windows command-line interfaces and remote systems via SSH, providing secure, programmable command executi...

The mcp-server-commands MCP Server bridges AI assistants with secure system command execution, allowing LLMs to interact with the shell, automate development ta...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.