MuntuAI
Rank #6,324io.github.design-smith/muntuai-mcp
Hosted MCP server for MuntuAI outreach campaigns, leads, senders, domains, and analytics.
MuntuAI is a Model Context Protocol (MCP) server published by design-smith. It ranks #6,324 of 115,591 servers tracked on MCP Toplist. MuntuAI is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 1 tracked version. It was first listed on May 3, 2026 and most recently updated on May 9, 2026.
Ranks ahead of 109,267 of 115,591 servers on MCP Toplist.
Use MuntuAI
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http muntuai-mcp https://api.muntuai.com/api/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.muntuai-mcp]
url = "https://api.muntuai.com/api/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://api.muntuai.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"muntuai-mcp": {
"url": "https://api.muntuai.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"muntuai-mcp": {
"type": "http",
"url": "https://api.muntuai.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"muntuai-mcp": {
"serverUrl": "https://api.muntuai.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"muntuai-mcp": {
"url": "https://api.muntuai.com/api/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
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.design-smith%2Fmuntuai-mcp)<a href="https://mcptoplist.com/server/io.github.design-smith%2Fmuntuai-mcp"><img src="https://mcptoplist.com/badge/io.github.design-smith%2Fmuntuai-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
design-smith
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 9, 2026 |
Frequently asked questions
- Who maintains MuntuAI?
- MuntuAI is maintained by design-smith, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is MuntuAI listed on the Official MCP Registry?
- Yes — MuntuAI is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does MuntuAI have?
- MCP Toplist tracks 1 version of MuntuAI, most recently published on May 9, 2026.
- Where can I find the source code for MuntuAI?
- The source code for MuntuAI is hosted at github.com/design-smith/muntuai-mcp.