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 citydesks— list available spaces for a datefind_space— alias fordesksbookings— list upcoming or past bookingsbook— create bookings for one or more datesquote— get booking quotes without bookinginfo— get detailed location informationme— fetch the current user profilecalendar— generate an ICS payload from bookingscancel_booking— cancel an upcoming booking by booking UUID
Credentials
The server reads credentials from environment variables:
WEWORK_USERNAMEWEWORK_PASSWORD
Local development
mise install
mise run test
mise run build
./dist/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-weworkFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Wework with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs

