Google Maps Scraper for finding Workspaces.
βοΈ Star this repo if you're a Digital Nomad.
This tool uses a headless browser (Playwright) to search Google Maps for "Coworking spaces" in any location and returns a list with links.
- Global Coverage: Works anywhere Google Maps works.
- No API Keys: Scrapes publicly available data.
- AI-Native: JSON output for Agents.
-
Clone the repo:
git clone https://github.com/Anmoldureha/coworking-skill.git cd coworking-skill -
Set up Python environment:
python3 -m venv venv source venv/bin/activate pip install playwright playwright install chromium
# python maps.py LOCATION
python maps.py "Bangkok"Add this to your claude_desktop_config.json:
{
"mcpServers": {
"coworking": {
"command": "/absolute/path/to/coworking-skill/venv/bin/python3",
"args": ["/absolute/path/to/coworking-skill/mcp_server.py"]
}
}
}