agentmailkit
Rank #23,246io.github.ariaxhan/agentmailkit
Local-first scheduled LLM email digests that read your own data and never leave your machine.
agentmailkit is a Model Context Protocol (MCP) server published by ariaxhan. It ranks #23,246 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. agentmailkit is listed on Official MCP, with 1 tracked version. It was first listed on Aug 26, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 92,345 of 115,591 servers on MCP Toplist.
Use agentmailkit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentmailkit -- uvx --from "agentmailkit[mcp]" agentmailkit agentmailkit mcp[mcp_servers.agentmailkit]
command = "uvx"
args = ["--from", "agentmailkit[mcp]", "agentmailkit", "agentmailkit", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentmailkit": {
"command": "uvx",
"args": [
"--from",
"agentmailkit[mcp]",
"agentmailkit",
"agentmailkit",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentmailkit": {
"command": "uvx",
"args": [
"--from",
"agentmailkit[mcp]",
"agentmailkit",
"agentmailkit",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentmailkit": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"agentmailkit[mcp]",
"agentmailkit",
"agentmailkit",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentmailkit": {
"command": "uvx",
"args": [
"--from",
"agentmailkit[mcp]",
"agentmailkit",
"agentmailkit",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentmailkit": {
"command": "uvx",
"args": [
"--from",
"agentmailkit[mcp]",
"agentmailkit",
"agentmailkit",
"mcp"
]
}
}
}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/io.github.ariaxhan%2Fagentmailkit)<a href="https://mcptoplist.com/server/io.github.ariaxhan%2Fagentmailkit"><img src="https://mcptoplist.com/badge/io.github.ariaxhan%2Fagentmailkit.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
ariaxhan
Other servers by ariaxhan
View all ariaxhan servers →Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 26, 2026 |
Frequently asked questions
- Who maintains agentmailkit?
- agentmailkit is maintained by ariaxhan, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is agentmailkit listed on the Official MCP Registry?
- Yes — agentmailkit is listed on the Official MCP Registry.
- How many versions does agentmailkit have?
- MCP Toplist tracks 1 version of agentmailkit, most recently published on Aug 26, 2026.
- Where can I find the source code for agentmailkit?
- The source code for agentmailkit is hosted at github.com/ariaxhan/agentmailkit.