Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@waystation/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
WayStation MCP Server
The WayStation MCP server connect any MCP host with the productivity tools people use daily via secure, no-code integration hub.
Running the WayStation MCP server using npx
To run the WayStation MCP server using npx, use the following command:
npx -y @waystation/mcp
Installing 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
{
"mcpServers": {
"filesystem": {
...
},
"waystation": {
"command": "npx",
"args": ["-y", "@waystation/mcp"],
}
}
}