MCP Email Server for Claude and Cursor: Full Setup Guide — Cursor Blog | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorBlogMCP Email Server for Claude and Cursor: Full Setup Guide
    Back to Blog
    MCP Email Server for Claude and Cursor: Full Setup Guide
    mcp

    MCP Email Server for Claude and Cursor: Full Setup Guide

    Kumar Deepanshu April 7, 2026
    0 views

    Connect AgentMailr to Claude Desktop, Claude Code, or Cursor using the Model Context Protocol. No custom code. Just add the config and your AI tool gains full email capability.

    *Originally published at [lumbox.co](https://lumbox.co/blog/mcp-email-server-claude-cursor/)* The Model Context Protocol (MCP) lets AI tools like Claude Desktop and Cursor connect to external services. AgentMailr ships an MCP server that gives your AI tool 30+ email tools without writing any code. ## Claude Desktop Setup Add this to your Claude Desktop config file (`~/Library/Application Support/Claude/claude_desktop_config.json` on Mac): ```json { "mcpServers": { "agentmailr": { "command": "npx", "args": ["-y", "@agentmailr/mcp-server"], "env": { "AGENTMAILR_API_KEY": "ak_your_key", "AGENTMAILR_API_URL": "https://api.agentmailr.com" } } } } ``` Restart Claude Desktop. The email tools appear automatically. ## Claude Code (CLI) Setup Run this command to add the server globally: ```shell claude mcp add agentmailr npx -y @agentmailr/mcp-server ``` Then set the environment variables in your shell profile. ## Cursor Setup In Cursor settings, go to MCP Servers and add: ```json { "agentmailr": { "command": "node", "args": ["/path/to/agentmailr-mcp/dist/index.js"], "env": { "AGENTMAILR_API_KEY": "ak_your_key" } } } ``` ## Available Tools After Setup Once connected, Claude or Cursor can use these tools: - `create_inbox`: Create a new inbox - `get_otp`: Wait for and return an OTP code - `list_emails`: Read emails in an inbox - `read_email`: Read a specific email - `send_email`: Send from an inbox - `reply_to_email`: Reply in a thread - `wait_for_email`: Block until an email arrives - And 20+ more tools ## Hosted MCP Server For remote access without running a local process, use the hosted MCP server: ```json { "url": "https://mcp.agentmailr.com/mcp", "type": "streamable-http", "auth": { "type": "bearer", "token": "ak_your_key" } } ```

    Tags

    mcpclaudecursoremail

    Comments

    More Blog

    View all
    Cursor vs Claude Code in 2026: Which AI Coding Tool Actually Makes You Faster?claudecode

    Cursor vs Claude Code in 2026: Which AI Coding Tool Actually Makes You Faster?

    I've spent the last three months shipping production code with both Cursor and Claude Code. Not toy...

    A
    Atlas Whoff
    The 5 MCPs that actually changed how I use Cursor and Claude Codeai

    The 5 MCPs that actually changed how I use Cursor and Claude Code

    I've been testing MCPs heavily in Cursor and Claude Code. Here are the 5 that actually changed how I...

    V
    vdalhambra
    AI-Powered Development 2026: Beyond Basic Code Generationaicoding

    AI-Powered Development 2026: Beyond Basic Code Generation

    AI-Powered Development 2026: Beyond Basic Code Generation How AI assistants have evolved...

    L
    lufumeiying
    Cursor AI vs GitHub Copilot: Developer Comparison 2025microsoft

    Cursor AI vs GitHub Copilot: Developer Comparison 2025

    Cursor AI vs GitHub Copilot: Developer Comparison 2025 The AI-Powered Code Completion...

    I
    Icarax
    How to Build 3D & AR Apps with AI — Cursor, Windsurf, Claude Codeai

    How to Build 3D & AR Apps with AI — Cursor, Windsurf, Claude Code

    AI coding assistants are great at generating UI code. But ask them to build a 3D scene or an AR...

    T
    Thomas Gorisse
    AI Coding Market Share 2026: Who's Winning?aitools

    AI Coding Market Share 2026: Who's Winning?

    Claude Code holds 54% of the AI coding market. Cursor hit $2B ARR. Copilot leads enterprise. Here's what the 2026 numbers actually mean.

    J
    Jangwook Kim

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.