Solmail
Rank #31,588io.github.ExpertVagabond/solmail
MCP server providing solmail capabilities
Solmail is a Model Context Protocol (MCP) server published by expertvagabond. It ranks #31,588 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Solmail is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 83,872 of 115,460 servers on MCP Toplist.
Use Solmail
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add solmail -e "SOLANA_PRIVATE_KEY=<your SOLANA_PRIVATE_KEY>" -e "SOLANA_NETWORK=<your SOLANA_NETWORK>" -e "SOLMAIL_API_URL=<your SOLMAIL_API_URL>" -e "MERCHANT_WALLET=<your MERCHANT_WALLET>" -- npx -y solmail-mcpReplace each placeholder with your own value before saving.
[mcp_servers.solmail]
command = "npx"
args = ["-y", "solmail-mcp"]
[mcp_servers.solmail.env]
SOLANA_PRIVATE_KEY = "<your SOLANA_PRIVATE_KEY>"
SOLANA_NETWORK = "<your SOLANA_NETWORK>"
SOLMAIL_API_URL = "<your SOLMAIL_API_URL>"
MERCHANT_WALLET = "<your MERCHANT_WALLET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"solmail": {
"command": "npx",
"args": [
"-y",
"solmail-mcp"
],
"env": {
"SOLANA_PRIVATE_KEY": "<your SOLANA_PRIVATE_KEY>",
"SOLANA_NETWORK": "<your SOLANA_NETWORK>",
"SOLMAIL_API_URL": "<your SOLMAIL_API_URL>",
"MERCHANT_WALLET": "<your MERCHANT_WALLET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"solmail": {
"command": "npx",
"args": [
"-y",
"solmail-mcp"
],
"env": {
"SOLANA_PRIVATE_KEY": "<your SOLANA_PRIVATE_KEY>",
"SOLANA_NETWORK": "<your SOLANA_NETWORK>",
"SOLMAIL_API_URL": "<your SOLMAIL_API_URL>",
"MERCHANT_WALLET": "<your MERCHANT_WALLET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"solmail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"solmail-mcp"
],
"env": {
"SOLANA_PRIVATE_KEY": "<your SOLANA_PRIVATE_KEY>",
"SOLANA_NETWORK": "<your SOLANA_NETWORK>",
"SOLMAIL_API_URL": "<your SOLMAIL_API_URL>",
"MERCHANT_WALLET": "<your MERCHANT_WALLET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"solmail": {
"command": "npx",
"args": [
"-y",
"solmail-mcp"
],
"env": {
"SOLANA_PRIVATE_KEY": "<your SOLANA_PRIVATE_KEY>",
"SOLANA_NETWORK": "<your SOLANA_NETWORK>",
"SOLMAIL_API_URL": "<your SOLMAIL_API_URL>",
"MERCHANT_WALLET": "<your MERCHANT_WALLET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"solmail": {
"command": "npx",
"args": [
"-y",
"solmail-mcp"
],
"env": {
"SOLANA_PRIVATE_KEY": "<your SOLANA_PRIVATE_KEY>",
"SOLANA_NETWORK": "<your SOLANA_NETWORK>",
"SOLMAIL_API_URL": "<your SOLMAIL_API_URL>",
"MERCHANT_WALLET": "<your MERCHANT_WALLET>"
}
}
}
}Replace each placeholder with your own value before saving.
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.ExpertVagabond%2Fsolmail)<a href="https://mcptoplist.com/server/io.github.ExpertVagabond%2Fsolmail"><img src="https://mcptoplist.com/badge/io.github.ExpertVagabond%2Fsolmail.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
expertvagabond
Other servers by expertvagabond
- Raycast#11,131 · 2 vers
- Universal Blockchain#11,516 · 2 vers
- Solana#12,056 · 2 vers
- Ordinals#24,232 · 2 vers
- Watsonx#26,655 · 2 vers
- Sui MCP Server#29,201 · 2 vers
- Guardrails#31,586 · 2 vers
- Ibmz#31,587 · 2 vers
- robinhood-chain-mcp#32,829 · 1 ver
- shopify-mcp#39,012 · 1 ver
- jupiter-mcp#39,606 · 1 ver
- Ibmcloud#42,670 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Solmail?
- Solmail is maintained by expertvagabond, which publishes 20 MCP servers (33 total versions) tracked on MCP Toplist.
- Is Solmail listed on the Official MCP Registry?
- Yes — Solmail is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Solmail have?
- MCP Toplist tracks 2 versions of Solmail, most recently published on Feb 3, 2026.
- Where can I find the source code for Solmail?
- The source code for Solmail is hosted at github.com/expertvagabond/solmail-mcp.