JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q63704F
  • License MIT

MCP server for WayStation

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

    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>"],
          }
        }
      }