Guesty MCP Server for Cursor
io.github.dljrealty/guesty
Guesty MCP server. 43 Guesty tools, read and write, free. Grounded replies, message-policy screen.
client:Cursor
transport:stdio
runtime:npm
Install Guesty MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"guesty": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs