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.

Option A. Remote server

Apps like Cline, WindSurf, and Cursor support remote MCP servers. You can connect to WayStation MCP from these apps using unique URL specific to your account.

Loading MCP Server URL...

Option B. Local server

Run the WayStation MCP server using the command below:

npx -y mcp-remote@latest https://waystation.ai/mcp

The typical config will look like the one below:

{
  "mcpServers": {
    "WayStation": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://waystation.ai/mcp"
      ]
    }
  }
}

Verify the Connection

After starting the MCP server:

  1. You will be redirected to the browser to log in
  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 chosen authentication method (unique URL) is correctly copied and valid
  • 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.