personal-mcp-server

saketthakur001/personal-mcp-server
★ 0 stars Python API Integration Updated today
MCP server exposing personal project data (Spotify stats, movie ratings, GitHub repos) as tools for any MCP client
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-mcp-server": {
      "command": "uvx",
      "args": [
        "personal-mcp-server"
      ]
    }
  }
}

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