Personal-MCP-Tools

PoorneshShiva/Personal-MCP-Tools
★ 2 stars Python 🔌 API Integration Updated 2mo ago
This project is a personal agent that can help you with your daily tasks. It is built with Python and uses the Google Calendar API to manage your calendar. The agent is exposed as a set of tools via a FastAPI server, which can be used by other applications.
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": {
    "personal-mcp-tools": {
      "command": "uvx",
      "args": [
        "personal-mcp-tools"
      ]
    }
  }
}

Or install with pip: pip install personal-mcp-tools