Skip to main content
Glama
cakemail

Cakemail API MCP Server

Official
by cakemail

Cakemail API MCP Server

A Model Context Protocol (MCP) server that exposes Cakemail's email marketing API documentation to AI agents, eliminating hallucination and enabling accurate code generation.

Overview

The Cakemail API MCP Server provides AI coding assistants (Claude, Cursor, GitHub Copilot) with direct access to authoritative Cakemail API specifications. Instead of guessing endpoint URLs, parameters, and authentication details, AI agents can query the MCP server for exact specifications from Cakemail's OpenAPI documentation.

Related MCP server: AI Agent Template MCP Server

Features

  • Zero-hallucination guarantee: AI agents get facts from OpenAPI spec, not statistical guesses

  • Real-time API documentation: Always reflects the latest API state

  • Seamless integration: Works with Claude Desktop, Cursor, and other MCP-compatible tools

  • Fast queries: <500ms response time for spec lookups

Installation

One command to install with Claude Code/Desktop:

# Using npx (works for everyone!)
claude mcp add cakemail-api-docs -- npx cakemail-api-docs

# Or using uvx (Python developers)
claude mcp add cakemail-api-docs -- uvx cakemail-api-docs-mcp

That's it! No manual configuration needed.

Alternative Methods

Method 1: Using npm

npm install -g cakemail-api-docs
claude mcp add cakemail-api-docs cakemail-api-docs

Method 2: Using pip

pip install cakemail-api-docs-mcp
claude mcp add cakemail-api-docs cakemail-api-docs-mcp

Method 3: From source (for development)

git clone https://github.com/cakemail/cakemail-api-documentation-mcp.git
cd cakemail-api-documentation-mcp
uv pip install -e ".[dev]"

See INSTALLATION.md for detailed installation options.

Quick Start

Using with Claude Desktop

After running claude mcp add, restart Claude Desktop. You should see a 🔌 icon indicating the server is connected.

Test it:

  • "Can you check the health of the Cakemail MCP server?"

  • "List all Cakemail API endpoints"

  • "Show me how to authenticate with the Cakemail API"

Manual Configuration

If not using claude mcp add, edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "cakemail": {
      "command": "cakemail-api-docs-mcp"
    }
  }
}

Running Standalone

cakemail-api-docs-mcp

Or using Python module:

python -m cakemail_mcp

Integrating with Claude Desktop

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "cakemail": {
      "command": "cakemail-api-docs-mcp"
    }
  }
}

Development

Setup

# Clone repository
git clone https://github.com/cakemail/cakemail-api-docs-mcp.git
cd cakemail-api-docs-mcp

# Install with development dependencies
uv pip install -e .[dev]

Running Tests

pytest

Code Quality

# Format code
black src tests

# Lint
ruff check src tests

# Type check
mypy src

License

MIT License - see LICENSE for details.

Contributing

Contributions are welcome! Please see our contributing guidelines for details.

Support

Install Server
A
license - permissive license
B
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A proxy server that bridges AI agents and external APIs by dynamically translating OpenAPI specifications into standardized MCP tools, enabling seamless interaction without custom integration code.
    Last updated
    69
    MIT
  • -
    license
    -
    quality
    -
    maintenance
    A sophisticated MCP server providing advanced memory capabilities with RAG, hallucination detection, and enterprise-grade AI infrastructure for intelligent agent ecosystems.
    Last updated
  • A
    license
    -
    quality
    B
    maintenance
    An MCP server that provides tools to fetch live, version-accurate documentation, changelogs, examples, and method signatures for npm and PyPI packages, preventing AI coding agents from hallucinating stale APIs.
    Last updated
    32
    ISC

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server connecting AI agents to non-custodial staking data across 130+ networks.

  • Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cakemail/cakemail-api-documentation-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server