- Home
- MCP servers
- WayStation
WayStation
- javascript
45
GitHub Stars
javascript
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
WayStation MCP Server provides a remote bridge that lets Claude and other MCP clients connect to a wide range of productivity apps through secure, no‑code integrations. It centralizes how you access tools like Notion, Jira, Google Drive, and more, enabling streamlined automation and AI-assisted workflows without running local servers.
How to use
To use WayStation MCP Server with an MCP client, add WayStation as your remote MCP server by using the MCP URL from your dashboard. WayStation negotiates transport automatically and can operate over HTTPS or an SSE channel depending on what your client supports.
How to install
Prerequisites: you need a modern runtime environment capable of serving or consuming MCP endpoints (a Node.js/npm setup is common for MCP ecosystems). Ensure you have network access to the remote endpoint at https://waystation.ai/mcp and that you can reach the MCP URL provided for your account.
Step 1: Obtain your unique MCP URL from your WayStation dashboard after logging in.
Step 2: In your MCP client, configure WayStation as a remote server using the unique URL from Step 1.
Step 3: Save the configuration and test a simple command to ensure connectivity and transport negotiation succeed. If your client supports preauthenticated endpoints, you can also use a preauthenticated URL such as the one shown in your dashboard to convenience-connect.
Additional sections
Configuration and connections are designed to be user‑friendly across clients. The primary remote endpoint is https://waystation.ai/mcp. Clients can negotiate transport (HTTPS or SSE) and perform authorization as needed. Additionally, individual preauthenticated endpoints are available in your dashboard for quick access.
If you plan to connect specific tools, you typically go through each app’s OAuth2 flow in the dashboard to grant WayStation access. Your dashboard may list integrations such as Notion, Jira, Google Drive, Airtable, and more, allowing you to enable and configure each connection as required for your workflows.
For Claude and other AI clients, you will generally enter WayStation as the server name and supply the MCP URL from your dashboard. For Cursor, use the Settings to add WayStation in the MCP tab; for Cline, use the Remote Servers tab and enter WayStation as the Server Name with your unique MCP URL. If you use a Cursor-like client that requires a mcp.json entry, you can add WayStation there as well using your unique URL.
Connection configuration (example)
{
"mcpServers": {
"waystation_mcp": {
"type": "http",
"name": "waystation_mcp",
"url": "https://waystation.ai/mcp/<user_unique_id>",
"args": []
}
}
}