Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Wework

FreeNot checked

MCP Server for managing WeWork bookings

GitHubEmbed

About

MCP Server for managing WeWork bookings

README

MCP server for WeWork bookings and space search.

Deploy this server directly to MCP Nest:

Install

Run it directly with npx:

npx -y mcp-server-wework

Or install via Go:

go install github.com/dvcrn/mcp-server-wework/cmd/mcp-server-wework@latest

Usage with Claude

Add it to your MCP configuration:

{
  "mcpServers": {
    "wework": {
      "command": "npx",
      "args": ["-y", "mcp-server-wework"],
      "env": {
        "WEWORK_USERNAME": "[email protected]",
        "WEWORK_PASSWORD": "your-password"
      }
    }
  }
}

Tools

  • locations — list WeWork locations in a city
  • desks — list available spaces for a date
  • find_space — alias for desks
  • bookings — list upcoming or past bookings
  • book — create bookings for one or more dates
  • quote — get booking quotes without booking
  • info — get detailed location information
  • me — fetch the current user profile
  • calendar — generate an ICS payload from bookings
  • cancel_booking — cancel an upcoming booking by booking UUID

Credentials

The server reads credentials from environment variables:

  • WEWORK_USERNAME
  • WEWORK_PASSWORD

Local development

mise install
mise run test
mise run build
./dist/mcp-server-wework

from github.com/dvcrn/mcp-server-wework

Installing Wework

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/dvcrn/mcp-server-wework

FAQ

Is Wework MCP free?

Yes, Wework MCP is free — one-click install via Unyly at no cost.

Does Wework need an API key?

No, Wework runs without API keys or environment variables.

Is Wework hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Wework in Claude Desktop, Claude Code or Cursor?

Open Wework on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Wework with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs