What is WayStation
The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.
Overview
WayStation is a no-code integration hub that connects any MCP host with the productivity tools you use daily, providing a seamless and secure way to enhance your workflow.
To use WayStation, sign up on the WayStation website, connect your applications, and obtain your WAY_KEY from the dashboard. You can then run the WayStation MCP server using the command: npx -y @waystation/mcp <your_WAY_KEY>.
- No-code integration with various productivity tools. - Secure connection to any MCP host. - Easy setup and configuration through a user-friendly dashboard.
- Integrating project management tools with communication platforms.
- Automating workflows between different applications without coding.
- Enhancing productivity by connecting various tools used daily.
Add to your AI client
Use these steps to connect What is WayStation in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-waystation-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-waystation-ai"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-waystation-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-waystation-ai"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-waystation-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-waystation-ai"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-waystation-ai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-waystation-ai"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-waystation-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-waystation-ai"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-waystation-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-waystation-ai"
]
}
}
}FAQ
What is an MCP host?
An MCP host is a server that allows for the integration of multiple applications and services.
Is WayStation free to use?
Yes, WayStation offers free access to its integration services.
How secure is WayStation?
WayStation employs secure protocols to ensure that your data and connections are protected.