passport-mcp

Build MCP servers for any website with automatic browser auth syncing

GitHub Stars

37

User Rating

Not Rated

Favorites

0

Views

26

Forks

3

Issues

4

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

bash
pip install ppmcp
ppmcp setup
1Build the Extension
bash
git clone https://github.com/joshmayerr/passport-mcp.git
cd extension
npm install
npm run build  # or npm run dev for watch mode
2Load in Chrome
- Open Chrome and go to chrome://extensions - Enable "Developer mode" in the top right - Click "Load unpacked" and select the extension/dist directory - Note the extension ID from Chrome (shown under the extension name)
3Set Up Native Messaging
```bash ppmcp setup --local --extension-id=your_extension_id

Additional Resources