Local-Dev-Assistant-MCP-Server

MNabeelAltaf/Local-Dev-Assistant-MCP-Server
★ 0 stars Python 🤖 AI/LLM Updated today
Local MCP server for Claude Desktop. Compatible with React/Next Js, NestJs, Laravel, Python.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-dev-assistant-": {
      "command": "uvx",
      "args": [
        "local-dev-assistant-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install local-dev-assistant-mcp-server