emailmd
Rank #606dev.emailmd/emailmd
Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.
emailmd is a Model Context Protocol (MCP) server published by anypost. It ranks #606 of 132,046 servers tracked on MCP Toplist, and its repository has 1,374 GitHub stars. emailmd is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 5, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 131,440 of 132,046 servers on MCP Toplist.
Use emailmd
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http emailmd https://www.emailmd.dev/api/mcpclaude mcp add emailmd -- npx -y emailmd[mcp_servers.emailmd]
url = "https://www.emailmd.dev/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.emailmd]
command = "npx"
args = ["-y", "emailmd"]Add to ~/.codex/config.toml.
https://www.emailmd.dev/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"emailmd": {
"command": "npx",
"args": [
"-y",
"emailmd"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"emailmd": {
"url": "https://www.emailmd.dev/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"emailmd": {
"command": "npx",
"args": [
"-y",
"emailmd"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"emailmd": {
"type": "http",
"url": "https://www.emailmd.dev/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"emailmd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"emailmd"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"emailmd": {
"serverUrl": "https://www.emailmd.dev/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"emailmd": {
"command": "npx",
"args": [
"-y",
"emailmd"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"emailmd": {
"url": "https://www.emailmd.dev/api/mcp"
}
}
}{
"mcpServers": {
"emailmd": {
"command": "npx",
"args": [
"-y",
"emailmd"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.emailmd%2Femailmd)<a href="https://mcptoplist.com/server/dev.emailmd%2Femailmd"><img src="https://mcptoplist.com/badge/dev.emailmd%2Femailmd.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
anypost
Available versions (2)
| Version | Published |
|---|---|
| 0.11.0 | Aug 26, 2026 |
| 0.9.1 | Jul 22, 2026 |
Frequently asked questions
- Who maintains emailmd?
- emailmd is maintained by anypost, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is emailmd listed on the Official MCP Registry?
- Yes — emailmd is listed on the Official MCP Registry, alongside Glama.
- How many versions does emailmd have?
- MCP Toplist tracks 2 versions of emailmd, most recently published on Aug 26, 2026.
- Where can I find the source code for emailmd?
- The source code for emailmd is hosted at github.com/anypost/emailmd.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.