https://github.com/waystation-ai/mcp
The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.
https://github.com/waystation-ai/mcp
Last synced: 3 days ago
JSON representation
The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.
- Host: GitHub
- URL: https://github.com/waystation-ai/mcp
- Owner: waystation-ai
- Created: 2025-02-27T17:51:56.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-03T11:37:01.000Z (about 1 month ago)
- Last Synced: 2025-04-03T12:31:57.300Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://waystation.ai
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-devops-mcp-servers - WayStation-ai/mcp - Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs. (CI/CD & DevOps Pipelines / 🔗 Aggregators)
- awesome-devops-mcp-servers - WayStation-ai/mcp - Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs. (CI/CD & DevOps Pipelines / 🔗 Aggregators)
README
# What is WayStation
[WayStation](https://waystation.ai) connects Claude Desktop, ChatGPT and any MCP host with the productivity tools people use daily through a no-code, secure integration hub.## WayStation MCP Server
The WayStation [MCP server](https://waystation.ai/connect/mcp-server) enables seamless and secure connectivity for any MCP host like Cline or Cursor.## Getting your WAY_KEY
You will need your WAY_KEY to connect to WayStation. To get your WAY_KEY you need to sign up at [our web site](https://waystation.ai) first, connect your apps and then get your key via [dashboard](https://waystation.ai/connect/mcp-server/guide).## Running the WayStation MCP server using npx
To run the WayStation MCP server using npx, use the following command:```bash
npx -y @waystation/mcp
```## Connecting to Claude Desktop
We highly recommend using [Marketplace for Claude](https://waystation.ai/marketplace/claude) to connect Claude Desktop to WayStation.
{/* Fallback to image if video fails to load */}
Alternatively, you can use canonical way by adding the following snippet to `~/Library/Application Support/Claude/claude_desktop_config.json`. You can find more detailed instructions at [Quickstart For Claude Desktop Users](https://modelcontextprotocol.io/quickstart/user).
```json
{
"mcpServers": {
"filesystem": {
...
},
"waystation": {
"command": "npx",
"args": ["-y", "@waystation/mcp", ""],
}
}
}
```