Background

Connect WayStation to any MCP host

What is WayStation MCP?

WayStation MCP is a Model Context Protocol (MCP) server that enables AI models to interact with your tools and data. By running the WayStation MCP server, you can extend AI capabilities with custom tools and resources.

Step-by-Step Instructions

Step 1: Get your WAY_KEY

Your WAY_KEY is required to authenticate with the WayStation MCP server. Here's your key:

Unable to generate WAY_KEY. Please try again later.

Copy this key as you'll need it in the next step.

Step 2: Run the MCP Server

Run the WayStation MCP server using one of these methods:

Option 1: Single command

WAY_KEY=<your_way_key> npx -y @waystation/mcp

Option 2: Set environment variable

export WAY_KEY=<your_way_key> npx -y @waystation/mcp

Replace <your_way_key> with the key from Step 1.

Step 3: Verify the Connection

After starting the MCP server:

  1. You should see a success message in the terminal
  2. The server will be ready to accept connections
  3. Your AI assistant can now use the available tools and resources

Troubleshooting

If you encounter any issues:

  • Ensure your WAY_KEY is correctly copied and not expired
  • Check that the command was run from a terminal with internet access
  • Verify that no other MCP server is running on the same port

More Resources

For more detailed instructions and advanced configuration options, visit the official MCP quickstart guide.