← Index

Attrove

com.attrove/mcp·v0.1.10·Chat & Messaging
Quality Score
86
/100

Query your users' Gmail, Slack, and Calendar with AI — Plaid for productivity apps

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.attrove.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@attrove/mcp"
      ],
      "env": {
        "ATTROVE_API_KEY": "<your-attrove_api_key>",
        "ATTROVE_USER_ID": "<attrove_user_id>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@attrove/mcp"
      ],
      "env": {
        "ATTROVE_API_KEY": "<your-attrove_api_key>",
        "ATTROVE_USER_ID": "<attrove_user_id>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @attrove/mcp
§02  Environment variables
ATTROVE_API_KEY
requiredsecret

Your Attrove API key (sk_...)

ATTROVE_USER_ID
required

User ID to scope API calls

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Chat & Messaging