GitHub Stars
130
User Rating
Not Rated
Favorites
0
Views
33
Forks
38
Issues
1
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Python: 3.6 or higher
pip: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/tumf/mcp-shell-server.git
cd mcp-shell-server
2. Install Dependencies
bash
pip install mcp-shell-server
3. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"shell": {
"command": "uvx",
"args": ["mcp-shell-server"],
"env": {
"ALLOW_COMMANDS": "ls,cat,pwd,grep,wc,touch,find"
}
}
}
}
4. Start Server
bash
ALLOW_COMMANDS="ls,cat,echo" uvx mcp-shell-server
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
Author Information