loading…
Search for a command to run...
loading…
Connects Claude AI to any development project (Django, Next.js, Laravel, etc.) with 15+ universal tools for shell, file, git, logs, Docker, tests, and more.
Connects Claude AI to any development project (Django, Next.js, Laravel, etc.) with 15+ universal tools for shell, file, git, logs, Docker, tests, and more.
Claude AI ko aapke kisi bhi project se directly connect karo — Frappe, Django, Next.js, Laravel, ya koi bhi framework.
# 1. Clone
git clone https://github.com/YOUR_USERNAME/universal-mcp
cd universal-mcp
# 2. One-time setup
python setup_wizard.py
# 3. Roz start karo
python main.py start --project /path/to/your/project
Settings → Integrations → Custom MCP → http://localhost:8080
Built-in Frappe plugin available hai. Config example ke liye plugins/frappe/README.md dekho.
| Tool | Kya Karta Hai |
|---|---|
shell_run |
Koi bhi terminal command |
file_read |
File padhna |
file_write |
File likhna |
file_list |
Directory contents |
file_search |
Text search across files |
git_status |
Git status/log/diff |
git_commit |
Add + commit (+ optional push) |
env_read |
.env file (secrets masked) |
log_tail |
Log file ke last N lines |
port_check |
Running ports dekhna |
docker_ps |
Docker containers |
docker_logs |
Container logs |
test_run |
Tests (pytest/jest/phpunit auto-detect) |
package_install |
pip/npm/composer auto-detect |
project_context |
.mcp-config.json load |
memory_save/get |
Claude ke liye notes |
browser_* |
Playwright browser automation |
desktop_* |
Desktop GUI control |
SETUP.md padho.
Run in your terminal:
claude mcp add universal-dev-mcp -- npx