The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.
WayStation connects Claude Desktop, ChatGPT and any MCP host with the productivity tools people use daily through a no-code, secure integration hub.
The WayStation MCP server enables seamless and secure connectivity for any MCP host like Cline or Cursor.
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.
To run the WayStation MCP server using npx, use the following command:
npx -y @waystation/mcp <your_WAY_KEY>
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>"],
}
}
}