PluginBench
MCP Server

ai.spideriq/mail MCP Server

ai.spideriq/mail

What is the ai.spideriq/mail MCP server?

SpiderIQ Mail: SpiderMail mailboxes, messages, threads, send, compose for AI agents

How to install ai.spideriq/mail

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mail": {
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-mail"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mail": {
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-mail"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mail": {
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-mail"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mail": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@spideriq/mcp-mail"
      ]
    }
  }
}
Claude Code
claude mcp add mail -- npx -y @spideriq/mcp-mail

Related MCP servers

SpiderIQ Gate: SpiderGate LLM gateway (completions, models, usage, traces)

View repository →

SpiderIQ Media: SpiderMedia files, videos, per-tenant media catalog (read)

View repository →

SpiderIQ Publish: content platform MCP (pages, posts, templates, components, domains, media)

View repository →