SpiderIQ
Rank #56,806ai.spideriq/mail
SpiderIQ Mail: SpiderMail mailboxes, messages, threads, send, compose for AI agents
SpiderIQ is a Model Context Protocol (MCP) server published by SpiderIQ. It ranks #56,806 of 115,591 servers tracked on MCP Toplist. SpiderIQ is listed on Official MCP, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 58,785 of 115,591 servers on MCP Toplist.
Use SpiderIQ
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mail -- npx -y @spideriq/mcp-mail[mcp_servers.mail]
command = "npx"
args = ["-y", "@spideriq/mcp-mail"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mail": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-mail"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mail": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-mail"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-mail"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mail": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-mail"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mail": {
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-mail"
]
}
}
}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/ai.spideriq%2Fmail)<a href="https://mcptoplist.com/server/ai.spideriq%2Fmail"><img src="https://mcptoplist.com/badge/ai.spideriq%2Fmail.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
SpiderIQ
Available versions (1)
| Version | Published |
|---|---|
| 1.4.0 | Jun 19, 2026 |
Frequently asked questions
- Who maintains SpiderIQ?
- SpiderIQ is maintained by SpiderIQ, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is SpiderIQ listed on the Official MCP Registry?
- Yes — SpiderIQ is listed on the Official MCP Registry.
- How many versions does SpiderIQ have?
- MCP Toplist tracks 1 version of SpiderIQ, most recently published on Jun 19, 2026.
- Where can I find the source code for SpiderIQ?
- The source code for SpiderIQ is hosted at github.com/SpiderIQ/SpiderIQ.