google jules mcp server for Cursor
io.github.georgeracu/google-jules-mcp-server
Model Context Protocol server for Google's Jules AI coding agent
client:Cursor
transport:stdio
runtime:npm
Install google jules mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-jules-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"google-jules-mcp-server"
],
"env": {
"JULES_API_KEY": "<JULES_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs