Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"google-tasks": {
"command": "npx",
"args": [
"-y",
"@overlay-one/google-tasks-mcp-server"
],
"env": {
"HOME": "${HOME}"
}
}
}
}npxHOME=${HOME}