mcpbeat Sign in

Waystation MCP Server

answering

Waystation is answering right now. Last checked 3 min ago. Last commit 10 Sep 2025.

Ultimate toolbox to connect your LLM to popular productivity tools such as Monday, AirTable, Slack

No commits for 12 months.

Uptime history 52 days of history · worst day 50%
52 days agonow
100.0%
Uptime 24h
184 of 184 checks
Tools
hidden behind auth
216 ms
Response time
average over 24h
63
Stars
last commit 10 Sep 2025

What the code does

We read the source, 6 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/index.ts:159
                    execSync(`start "" "${wayStationPath}"`, { shell: 'cmd.exe' });
Builds a file path from a variable src/index.ts:19
    return fileName ? path.join(basePath, fileName) : basePath;

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 3 min ago.

run in your terminal
claude mcp add mcp --transport http https://waystation.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://waystation.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://waystation.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://waystation.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://waystation.ai/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but it did not say what kind of credentials it expects.

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Endpoints

URLTransportStateLatencyChecked
https://waystation.ai/mcp streamable-http needs key 136 ms 3 min ago
https://waystation.ai/mcp/sse sse needs auth 110 ms 3 min ago

Alternatives to Waystation

same job, measured the same way
StudioMeyer Personal Suite
by studiomeyer

Local-first productivity: email, calendar, messaging, search, image gen. 49 tools. BYOK.

32 installs/wk local only
Slack_connect
by pipeworx-io

Slack MCP Pack

41 tools answering
Email2Chat
by bayramcsb

Connect Claude to your Gmail and Outlook inbox. Read, search, and manage emails via AI.

82 installs/wk local only
Standup from your activity
by sathvic-kollu

Generate your daily standup from real GitHub, Jira, Linear, and Slack activity.

26 installs/wk local only
Mailbridge
by creativestefan

Connect your AI assistant to email — read, search, send, and organise via IMAP/SMTP.

63 installs/wk local only
Ainative Zerodb Memory MCP
by ainative-studio

ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub.

89 installs/wk local only
Telegram MCP
by shreyas-profile

Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

answering
Mixmax
by mindstone

Mixmax email productivity MCP server for Model Context Protocol hosts

68 installs/wk local only

Waystation — questions

Answers built from our own checks of this server.

Why is there no tool list for Waystation?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is Waystation working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 184 of 184 checks got a reply (100.0%), average response time 216 ms. The bar chart above shows every period we have measured.
Is Waystation still maintained?
No commits for 12 months. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Waystation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You will need your own credentials: it refuses anonymous clients.
Does Waystation need an API key?
Yes. Every time we knock, Waystation answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is Waystation?
It answers our handshake in 216 ms on average, which is faster than 69% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Waystation open source?
We cannot say either way: written in JavaScript, 63 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.