mail for Cursor
ai.spideriq/mail
SpiderIQ Mail: SpiderMail mailboxes, messages, threads, send, compose for AI agents
client:Cursor
transport:stdio
runtime:npm
Install mail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@spideriq/mcp-mail"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs