0.2.0 • Published 5 months ago
@waystation/mcp v0.2.0
What is WayStation
WayStation connects any MCP host with the productivity tools you use daily through our no-code, secure integration hub.
WayStation MCP Server
The WayStation MCP server connect any MCP host with the productivity tools people use daily via secure, no-code integration hub.
Getting your WAY_KEY
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
To connect Claude Desktop to the productivity tools set up in WayStation please add 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>"],
}
}
}