44
/ 100
12 days ago
pulsemcp

Google Tasks

Integrates with Google Tasks API to enable direct task management, including creating, updating, organizing, and completing tasks through conversational interactions.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
6 tools describe read intent but their handlers mutate — list-tasklists (line 100: fs.mkdir(credsDir, { recursive: true })); get-tasklist (line 100: fs.mkdir(credsDir, { recursive: true })); list-tasks (line 100: fs.mkdir(credsDir, { recursive: true }))
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: GOOGLE_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGOOGLE_CLIENT_IDyour_client_id_here
🔐 secretGOOGLE_CLIENT_SECRETyour_client_secret_here
configGOOGLE_REDIRECT_URI(optional) - OAuth redirect URI (defaults to http://localhost:3000/oauth2callback)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/arpitbatra123-mcp-googletasks-96wu9n)](https://m8ven.ai/mcp/arpitbatra123-mcp-googletasks-96wu9n)
commit: a3004d01eeef13ff916b84ee6a50c899d34e924e
code hash: 8093f164cd53f3c32fab7d6921a1921776a8fa95f10635e530557b06f37a6a62
verified: 6/9/2026, 11:15:58 AM
view raw JSON →