Skip to main content
ClaudeWave
anrawool avatar
anrawool

mailrith-agent-platform

View on GitHub

Public contracts, SDKs, MCP server, CLI, and Agent Skill for Mailrith AI agent workflows

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/anrawool/mailrith-agent-platform
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mailrith-agent-platform": {
      "command": "node",
      "args": ["/path/to/mailrith-agent-platform/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/anrawool/mailrith-agent-platform and follow its README for install instructions.
Use cases

MCP Servers overview

# Mailrith Agent Platform

This public repository contains the versioned developer surfaces for building safe AI agent email marketing workflows with [Mailrith](https://mailrith.com):

- The public API, OAuth, scope, risk, and MCP contract
- The official TypeScript and Python SDKs
- The local and self-hosted MCP server
- The Mailrith CLI
- The installable Mailrith Agent Skill and supported-client connection templates
- The installable ChatGPT/Codex and Cursor plugin packages
- The Claude Connector listing and shared submission materials

The hosted Mailrith application and its private infrastructure remain in a separate private repository. This repository intentionally contains no application source, database migrations, deployment credentials, customer data, or private operational configuration.

## Development

Requirements: Node.js 20 or newer, pnpm 11.7.0, and Python 3.10 or newer.

```bash
pnpm install --frozen-lockfile
pnpm validate
```

Generated SDK and MCP files come from `packages/public-api`. Change the public contract first, then run:

```bash
pnpm generate:agent-artifacts
pnpm generate:agent-integrations
pnpm agent:release:manifest
```

Commit the contract and every regenerated artifact in the same change.

## Releases

The `Release Agent Packages` workflow prepares checksummed npm, Python, and
platform packages on every manual run. Publishing requires the protected
`agent-packages-production` environment and trusted publishing configured for
npm and PyPI. A matching `agent-v<version>` tag or an explicitly approved
publish run starts publication.

The npm, Python, and marketplace submission versions advance independently
through the coordinated workflow. This keeps already-submitted marketplace
archives unchanged while another package channel receives a compatible
patch release. The release manifest records each version, the contract digest,
package digests, and public-registry status.

The platform archives are submission-ready files for the OpenAI, Claude, and
Cursor review portals. Provider review and public directory approval are
separate from npm and PyPI publication.

## Security

Do not report security vulnerabilities in public issues. Follow [SECURITY.md](SECURITY.md).

## License

MIT
ai-agentsemail-marketingmcppythonsdktypescript

What people ask about mailrith-agent-platform

What is anrawool/mailrith-agent-platform?

+

anrawool/mailrith-agent-platform is mcp servers for the Claude AI ecosystem. Public contracts, SDKs, MCP server, CLI, and Agent Skill for Mailrith AI agent workflows It has 0 GitHub stars and was last updated today.

How do I install mailrith-agent-platform?

+

You can install mailrith-agent-platform by cloning the repository (https://github.com/anrawool/mailrith-agent-platform) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is anrawool/mailrith-agent-platform safe to use?

+

anrawool/mailrith-agent-platform has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains anrawool/mailrith-agent-platform?

+

anrawool/mailrith-agent-platform is maintained by anrawool. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to mailrith-agent-platform?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mailrith-agent-platform to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: anrawool/mailrith-agent-platform
[![Featured on ClaudeWave](https://claudewave.com/api/badge/anrawool-mailrith-agent-platform)](https://claudewave.com/repo/anrawool-mailrith-agent-platform)
<a href="https://claudewave.com/repo/anrawool-mailrith-agent-platform"><img src="https://claudewave.com/api/badge/anrawool-mailrith-agent-platform" alt="Featured on ClaudeWave: anrawool/mailrith-agent-platform" width="320" height="64" /></a>