Claude Desktop Commander MCP is a server stack that enables the Claude desktop application to execute terminal commands and manage processes on your computer through the Model Context Protocol (MCP). It allows for full filesystem operations and process management, streamlining workflows for users.
Claude Desktop Commander MCP is a server stack that enables the Claude desktop application to execute terminal commands and manage processes on your computer through the Model Context Protocol (MCP). It allows for full filesystem operations and process management, streamlining workflows for users.
npm install claude-desktop-commanderAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"claude-desktop-commander-mcp": {
"command": "npx",
"args": [
"-y",
"npm install claude-desktop-commander"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from Claude Desktop Commander MCP?"
No configuration required. This server works out of the box.
"What resources are available in Claude Desktop Commander MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in Claude Desktop Commander MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in Claude Desktop Commander MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.