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.
Your WAY_KEY is required to authenticate with the WayStation MCP server. Here's your key:
Copy this key as you'll need it in the next step.
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.
After starting the MCP server:
If you encounter any issues:
For more detailed instructions and advanced configuration options, visit the official MCP quickstart guide.