Guesty MCP Server for Cline
io.github.dljrealty/guesty
Guesty MCP server. 43 Guesty tools, read and write, free. Grounded replies, message-policy screen.
client:Cline
transport:stdio
runtime:npm
Install Guesty MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"guesty": {
"command": "npx",
"args": [
"-y",
"guesty-mcp-server"
],
"env": {
"GUESTY_CLIENT_ID": "<GUESTY_CLIENT_ID>",
"GUESTY_CLIENT_SECRET": "<GUESTY_CLIENT_SECRET>",
"GUESTY_MCP_LICENSE_KEY": "<GUESTY_MCP_LICENSE_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs