Personal-AI-Assistant-with-MCP

avrashmi/Personal-AI-Assistant-with-MCP
★ 0 stars Python AI/LLM Updated 6d ago
A personal assistant that combines local Retrieval-Augmented Generation (RAG), Gmail, and Google Calendar MCP Server through a guarded LangGraph workflow.
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": {
    "personal-ai-assistan": {
      "command": "uvx",
      "args": [
        "personal-ai-assistant-with-mcp"
      ]
    }
  }
}

Or install with pip: pip install personal-ai-assistant-with-mcp

README Excerpt

> A personal assistant that combines local Retrieval-Augmented Generation (RAG), Gmail, and Google Calendar MCP through a guarded LangGraph workflow. This project is a personal AI assistant built with Python, Streamlit, LangGraph, local LLMs, FAISS, and the MCP Python SDK. It answers questions from locally stored personal notes using RAG and retrieves live information from Gmail and Google Calendar through MCP servers. Guardrails, answer verification, retries, logging, and restricted read-only t