# Samva MCP [Health: Active]

**Category:** 💬 Communication  
**Repository:** https://github.com/SamvaHQ/samva  
**GitHub Stars:** 2  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/samva-mcp

## Description
Authenticated Samva email tools, including public documentation and template discovery.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "samva-mcp": {
    "url": "https://samva.dev"
  }
}
```

## Documentation & README

# Samva

Open-source packages, examples, cookbooks, and agent plugins for integrating
[Samva](https://samva.dev) into real applications.

Use these to send transactional email, connect auth email flows, work with
templates, handle delivery events, and verify signed webhooks.

## Structure

- `packages/*` — package integrations (`@samva/*`).
- `examples/*` — complete, runnable example apps.
- `cookbooks/*.md` — documentation-first, copy-pasteable recipes.
- `plugins/*` — coding-agent plugins and public documentation.

The maintained integrations target the published Samva 0.3 email SDK. Workspace
packages and examples use `samva@^0.3.0`; copyable external import maps pin
`samva@0.3.0`.

## Package integrations

- [`@samva/better-auth`](https://github.com/SamvaHQ/samva/blob/HEAD/packages/better-auth) — Better Auth email callbacks
  powered by Samva.
- [`@samva/email-sdk`](https://github.com/SamvaHQ/samva/blob/HEAD/packages/email-sdk) — Provider-owned Samva community
  adapter for Email SDK.

## Agent plugins

- [`samva`](https://github.com/SamvaHQ/samva/blob/HEAD/plugins/samva) — OpenAI Codex and Cursor packaging for the
  canonical hosted MCP server and Samva agent skill.

## Cookbooks

- [`Astro`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/astro.md)
- [`Auth.js`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/authjs.md)
- [`Better Auth`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/better-auth.md)
- [`Clerk`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/clerk.md)
- [`Effect SDK`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/effect-sdk.md)
- [`Email SDK`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/email-sdk.md)
- [`Hono on Cloudflare Workers`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/hono-cloudflare-workers.md)
- [`Next.js`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/nextjs.md)
- [`Prisma`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/prisma.md)
- [`React Email`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/react-email.md)
- [`Supabase Auth`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/supabase-auth.md)
- [`SvelteKit`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/sveltekit.md)
- [`TanStack Start`](https://github.com/SamvaHQ/samva/blob/HEAD/cookbooks/tanstack-start.md)

Integrations land as individual pull requests. See
[CONTRIBUTING.md](https://github.com/SamvaHQ/samva/blob/HEAD/CONTRIBUTING.md) to propose or build one.

## Examples

- [`astro-email`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/astro-email) — Astro Action and JSON endpoint on
  Cloudflare Workers.
- [`better-auth-nextjs`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/better-auth-nextjs) — Better Auth callbacks
  in a Next.js App Router application.
- [`clerk-webhook`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/clerk-webhook) — Clerk webhook verification and
  transactional email in Next.js.
- [`effect-sdk`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/effect-sdk) — Email sends through the `samva/effect`
  SDK entrypoint.
- [`email-sdk`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/email-sdk) — Email SDK sends through the provider-owned
  Samva community adapter.
- [`hono-cloudflare-workers`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/hono-cloudflare-workers) — Hono Worker
  with a JSON email endpoint.
- [`nextjs-transactional`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/nextjs-transactional) — App Router
  contact form plus `/api/send` route handler using the Samva SDK.
- [`react-email-samva`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/react-email-samva) — React Email rendering
  and delivery through Samva.
- [`supabase-auth-hook`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/supabase-auth-hook) — Supabase Auth Send
  Email Hook implemented as an Edge Function.
- [`sveltekit-transactional`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/sveltekit-transactional) — SvelteKit
  form action and raw email endpoint.
- [`tanstack-start-transactional`](https://github.com/SamvaHQ/samva/blob/HEAD/examples/tanstack-start-transactional) —
  TanStack Start server function and server route.

## Getting started

This is a [Bun](https://bun.com) + [Turborepo](https://turborepo.com) monorepo.

```sh
bun install
bun run build
bun run typecheck
bun run test
bun run lint
bun run format:check
```

## Contributing

Contributions are welcome — see [CONTRIBUTING.md](https://github.com/SamvaHQ/samva/blob/HEAD/CONTRIBUTING.md) for local
setup, package conventions, and how to propose a new integration. Maintainers
use the [Tegami release flow](https://github.com/SamvaHQ/samva/blob/HEAD/docs/releases.md) for package versions,
changelogs, npm publication, tags, and GitHub Releases. GitHub Actions
publishes; merging the Version Packages pull request is the human gate.

## Security

To report a vulnerability, see [SECURITY.md](https://github.com/SamvaHQ/samva/blob/HEAD/SECURITY.md). Please do not file
public issues for security reports.

## License

[MIT](https://github.com/SamvaHQ/samva/blob/HEAD/LICENSE) © Arya Labs, Inc.

