abm.dev MCP server
Rank #57,804io.github.abm-dev-git/abm-mcp
Account-based marketing for AI agents. A great rep once knew every account. Now your agents do.
abm.dev MCP server is a Model Context Protocol (MCP) server published by abm-dev-git. It ranks #57,804 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. abm.dev MCP server is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 57,787 of 115,591 servers on MCP Toplist.
Use abm.dev MCP server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http abm-mcp https://mcp.abm.dev/mcpclaude mcp add abm-mcp -- npx -y @abmdev/mcp[mcp_servers.abm-mcp]
url = "https://mcp.abm.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.abm-mcp]
command = "npx"
args = ["-y", "@abmdev/mcp"]Add to ~/.codex/config.toml.
https://mcp.abm.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"abm-mcp": {
"command": "npx",
"args": [
"-y",
"@abmdev/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"abm-mcp": {
"url": "https://mcp.abm.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"abm-mcp": {
"command": "npx",
"args": [
"-y",
"@abmdev/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"abm-mcp": {
"type": "http",
"url": "https://mcp.abm.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"abm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abmdev/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"abm-mcp": {
"serverUrl": "https://mcp.abm.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"abm-mcp": {
"command": "npx",
"args": [
"-y",
"@abmdev/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"abm-mcp": {
"url": "https://mcp.abm.dev/mcp"
}
}
}{
"mcpServers": {
"abm-mcp": {
"command": "npx",
"args": [
"-y",
"@abmdev/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.abm-dev-git%2Fabm-mcp)<a href="https://mcptoplist.com/server/io.github.abm-dev-git%2Fabm-mcp"><img src="https://mcptoplist.com/badge/io.github.abm-dev-git%2Fabm-mcp.svg" alt="MCP Toplist: #57,804 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
abm-dev-git
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 9, 2026 |
Frequently asked questions
- Who maintains abm.dev MCP server?
- abm.dev MCP server is maintained by abm-dev-git, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is abm.dev MCP server listed on the Official MCP Registry?
- Yes — abm.dev MCP server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does abm.dev MCP server have?
- MCP Toplist tracks 1 version of abm.dev MCP server, most recently published on Jun 9, 2026.
- Where can I find the source code for abm.dev MCP server?
- The source code for abm.dev MCP server is hosted at github.com/abm-dev-git/abm-mcp.