mcp-server-commands

Model Context Protocol server to run commands

GitHub Stars

192

User Rating

Not Rated

Favorites

0

Views

24

Forks

33

Issues

5

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Node.js: 18.0.0 or higher
npm: 8.0.0 or higher
Claude Desktop: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/g0t4/mcp-server-commands.git
cd mcp-server-commands

2. Install Dependencies

bash
npm install

3. Configure Claude Desktop

Edit claude_desktop_config.json to add the MCP server:
json
{
  "mcpServers": {
    "mcp-server-commands": {
      "command": "npx",
      "args": ["mcp-server-commands"]
    }
  }
}

4. Start Server

bash
npm start

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources

Author Information
Wes Higbee

Reifier

Full City Tech Co.Kansas City, MO

962

Followers

247

Repositories

37

Gists

0

Total Contributions