Attrove
Rank #1,044com.attrove/mcp
Catch conversations going quiet — watch outcomes and search Gmail, Slack, and meetings. One MCP.
Attrove is a Model Context Protocol (MCP) server published by attrove. It ranks #1,044 of 115,591 servers tracked on MCP Toplist, and its repository has 441 GitHub stars. Attrove is listed on Official MCP, with 4 tracked versions. It was first listed on Feb 1, 2026 and most recently updated on Jul 2, 2026.
Ranks ahead of 114,547 of 115,591 servers on MCP Toplist.
Use Attrove
claude mcp add --transport http attrove https://api.attrove.com/mcpclaude mcp add attrove -e "ATTROVE_API_KEY=<your ATTROVE_API_KEY>" -e "ATTROVE_USER_ID=<your ATTROVE_USER_ID>" -- npx -y @attrove/mcpReplace each placeholder with your own value before saving.
[mcp_servers.attrove]
url = "https://api.attrove.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.attrove]
command = "npx"
args = ["-y", "@attrove/mcp"]
[mcp_servers.attrove.env]
ATTROVE_API_KEY = "<your ATTROVE_API_KEY>"
ATTROVE_USER_ID = "<your ATTROVE_USER_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.attrove.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"attrove": {
"command": "npx",
"args": [
"-y",
"@attrove/mcp"
],
"env": {
"ATTROVE_API_KEY": "<your ATTROVE_API_KEY>",
"ATTROVE_USER_ID": "<your ATTROVE_USER_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attrove": {
"url": "https://api.attrove.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"attrove": {
"command": "npx",
"args": [
"-y",
"@attrove/mcp"
],
"env": {
"ATTROVE_API_KEY": "<your ATTROVE_API_KEY>",
"ATTROVE_USER_ID": "<your ATTROVE_USER_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"attrove": {
"type": "http",
"url": "https://api.attrove.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"attrove": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@attrove/mcp"
],
"env": {
"ATTROVE_API_KEY": "<your ATTROVE_API_KEY>",
"ATTROVE_USER_ID": "<your ATTROVE_USER_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attrove": {
"serverUrl": "https://api.attrove.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"attrove": {
"command": "npx",
"args": [
"-y",
"@attrove/mcp"
],
"env": {
"ATTROVE_API_KEY": "<your ATTROVE_API_KEY>",
"ATTROVE_USER_ID": "<your ATTROVE_USER_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"attrove": {
"url": "https://api.attrove.com/mcp"
}
}
}{
"mcpServers": {
"attrove": {
"command": "npx",
"args": [
"-y",
"@attrove/mcp"
],
"env": {
"ATTROVE_API_KEY": "<your ATTROVE_API_KEY>",
"ATTROVE_USER_ID": "<your ATTROVE_USER_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.attrove%2Fmcp)<a href="https://mcptoplist.com/server/com.attrove%2Fmcp"><img src="https://mcptoplist.com/badge/com.attrove%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
attrove
Available versions (4)
| Version | Published |
|---|---|
| 0.5.0 | Jul 2, 2026 |
| 0.2.7 | May 9, 2026 |
| 0.1.10 | Feb 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Attrove?
- Attrove is maintained by attrove, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Attrove listed on the Official MCP Registry?
- Yes — Attrove is listed on the Official MCP Registry.
- How many versions does Attrove have?
- MCP Toplist tracks 4 versions of Attrove, most recently published on Jul 2, 2026.
- Where can I find the source code for Attrove?
- The source code for Attrove is hosted at github.com/attrove/attrove-js.git.