pointsyeah for Windsurf
com.pulsemcp/pointsyeah
MCP server for searching award flights and travel deals via PointsYeah.
client:Windsurf
transport:stdio
runtime:npm
Install pointsyeah in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"pointsyeah": {
"command": "npx",
"args": [
"-y",
"pointsyeah-mcp-server"
],
"env": {
"POINTSYEAH_REFRESH_TOKEN": "<POINTSYEAH_REFRESH_TOKEN>",
"ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs