mcp_server_client

Sonish2319/mcp_server_client
★ 0 stars PHP AI/LLM Updated today
A local AI chatbot using Django, Ollama, Qwen, and MCP integrates with a Laravel 12 blog. Django acts as the MCP client, while Laravel provides tools for blog operations. The LLM decides when tools are needed, and Laravel handles requests using services, Eloquent, and MySQL.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_client": {
      "command": "npx",
      "args": [
        "-y",
        "Sonish2319/mcp_server_client"
      ]
    }
  }
}