What is WayStation
WayStation connects Claude Desktop, ChatGPT and any MCP host with the productivity tools people use daily through a no-code, secure integration hub.
WayStation MCP Server
The WayStation MCP server enables seamless and secure connectivity for any MCP host like Cline or Cursor.
Getting your WAY_KEY
You will need your WAY_KEY to connect to WayStation. To get your WAY_KEY you need to sign up at our web site first, connect your apps and then get your key via dashboard.
Running the WayStation MCP server using npx
To run the WayStation MCP server using npx, use the following command:
npx -y @waystation/mcp <your_way_key>
Connecting to Claude Desktop
We highly recommend using Marketplace for Claude to connect Claude Desktop to WayStation.
Alternatively, you can use canonical way by adding the following snippet to ~/Library/Application Support/Claude/claude_desktop_config.json
. You can find more detailed instructions at Quickstart For Claude Desktop Users.
{
"mcpServers": {
"filesystem": {
...
},
"waystation": {
"command": "npx",
"args": ["-y", "@waystation/mcp", "<your_way_key>"],
}
}
}
</your_way_key></your_way_key>