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.
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...
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"
]
}
}
}
After starting the MCP server:
If you encounter any issues:
For more detailed instructions and advanced configuration options, visit the official MCP quickstart guide.