Py-AI-MCP-Demo

alberto-boniolo/Py-AI-MCP-Demo
★ 0 stars Python AI/LLM Updated today
Project learn both how to build a Python backend and integrate a AI MCP Client/Server
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": {
    "py-ai-mcp-demo": {
      "command": "uvx",
      "args": [
        "py-ai-mcp-demo"
      ]
    }
  }
}

Or install with pip: pip install py-ai-mcp-demo

README Excerpt

Booking assistant, built as an integration demo of MCP protocol with Python, covering: - backend with Django using PostgreSQL and Django Ninja REST API - `fastmcp` as MCP server over stdio, wrapping REST API endpoints as tools - tools calling from a real LLM client (Anthropic Claude API) in a natural language chat loop, and optionally avalabile from Claude Desktop as an alternate MCP host