travel agent mcp for Cursor
io.github.forgemeshlabs/travel-agent-mcp
Free travel tools plus live x402 Travel Pulse, day trips, weekends, weather, creator, and mobility.
client:Cursor
transport:stdio
runtime:npm
Install travel agent mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"travel-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forgemeshlabs/travel-agent-mcp"
],
"env": {
"TRAVEL_AGENT_SERVER_URL": "<TRAVEL_AGENT_SERVER_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs