An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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", ""],
}
}
}
```