MCP-Server-Personal-Assistant-Job-Application-tracker

Qadeer2syed/MCP-Server-Personal-Assistant-Job-Application-tracker

3.1

If you are the rightful owner of MCP-Server-Personal-Assistant-Job-Application-tracker and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP-Server-Personal-Assistant-Job-Application-tracker is a server designed to help users manage their schedules and track job applications efficiently.

MCP-Server-Personal-Assistant-Job-Application-tracker

MCP server to track your schedule and Job Applications

MCP Client Configuration

To connect to the personal-assistant MCP server, add the following block to your settings (e.g. in claude_desktop_config.json):

{
  "mcpServers": {
    "personal-assistant": {
      "command": "node",
      "args": [
        "C:\\Users\\<YOUR_USER>\\Desktop\\personal-assistant-mcp\\dist\\server.js"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>"
      }
    }
  }
}

Instructions to launch the server

Run the following in the project folder npm run dev