{"type":"mcp_server","name":"mailgun-mcp-server","description":"This repository provides a Model Context Protocol (MCP) server for Mailgun, enabling AI clients like Claude Desktop to interact with Mailgun for tasks such as sending emails and fetching statistics.","category":"Communication","language":"JavaScript","stars":57,"forks":0,"owner":"mailgun","github_url":"https://github.com/mailgun/mailgun-mcp-server","homepage":null,"setup":"## Setup\n\n1.  Clone the repository:\n\n    ```bash\n    git clone https://github.com/mailgun/mailgun-mcp-server.git\n    cd mailgun-mcp-server\n    ```\n\n2.  Install dependencies and build:\n\n    ```bash\n    npm install\n    ```\n\n3.  Configure Claude Desktop:\n\n    Create or modify the config file:\n    - MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n    - Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n    Add the following configuration:\n    ```json\n    {\n        \"mcpServers\": {\n            \"mailgun\": {\n                \"command\": \"node\",\n                \"args\": [\"CHANGE/THIS/PATH/TO/mailgun-mcp-server/src/mailgun-mcp.js\"],\n                \"env\": {\n                    \"MAILGUN_API_KEY\": \"YOUR-mailgun-api-key\"\n                }\n            }\n        }\n    }\n    ```","tools":"## Available Tools\n\n1.  Send an Email (Allows sending emails via Mailgun using Claude).\n2.  Fetch and Visualize Sending Statistics (Enables fetching and visualizing email delivery statistics).\n","faq":null,"created_at":"2025-03-17T19:36:31+00:00","updated_at":"2025-03-26T17:28:38+00:00","source_url":"https://model-context-protocol.com/servers/mailgun-api-model-context-protocol-server","related_articles":[]}