Skip to content

The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.

Notifications You must be signed in to change notification settings

waystation-ai/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.

Resources

Stars

Watchers

Forks

Packages

No packages published