Skip to content

Anmoldureha/coworking-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coworking Space Skill (MCP) 🏒

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.

πŸš€ Features

  • Global Coverage: Works anywhere Google Maps works.
  • No API Keys: Scrapes publicly available data.
  • AI-Native: JSON output for Agents.

πŸ“¦ Installation

  1. Clone the repo:

    git clone https://github.com/Anmoldureha/coworking-skill.git
    cd coworking-skill
  2. Set up Python environment:

    python3 -m venv venv
    source venv/bin/activate
    pip install playwright
    playwright install chromium

πŸ› οΈ Usage

# python maps.py LOCATION
python maps.py "Bangkok"

πŸ€– Agent Integration (MCP)

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"]
    }
  }
}

About

Free Coworking Space API (MCP Server). Scrapes Google Maps for workspaces. No API keys required. 🏒

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages