Dynamoi
Rank #8,343io.github.getDynamoi/dynamoi
Create music promotion campaigns, Smart Links, analytics, and music distribution applications.
Dynamoi is a Model Context Protocol (MCP) server published by getdynamoi. It ranks #8,343 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Dynamoi is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Feb 10, 2026 and most recently updated on Aug 27, 2026.
Ranks ahead of 107,248 of 115,591 servers on MCP Toplist.
Use Dynamoi
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http dynamoi https://dynamoi.com/mcpclaude mcp add dynamoi -- npx -y @dynamoi/mcp[mcp_servers.dynamoi]
url = "https://dynamoi.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.dynamoi]
command = "npx"
args = ["-y", "@dynamoi/mcp"]Add to ~/.codex/config.toml.
https://dynamoi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"dynamoi": {
"command": "npx",
"args": [
"-y",
"@dynamoi/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"dynamoi": {
"url": "https://dynamoi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"dynamoi": {
"command": "npx",
"args": [
"-y",
"@dynamoi/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"dynamoi": {
"type": "http",
"url": "https://dynamoi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"dynamoi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dynamoi/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"dynamoi": {
"serverUrl": "https://dynamoi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dynamoi": {
"command": "npx",
"args": [
"-y",
"@dynamoi/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"dynamoi": {
"url": "https://dynamoi.com/mcp"
}
}
}{
"mcpServers": {
"dynamoi": {
"command": "npx",
"args": [
"-y",
"@dynamoi/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.getDynamoi%2Fdynamoi)<a href="https://mcptoplist.com/server/io.github.getDynamoi%2Fdynamoi"><img src="https://mcptoplist.com/badge/io.github.getDynamoi%2Fdynamoi.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
getdynamoi
Available versions (4)
| Version | Published |
|---|---|
| 0.7.1 | Aug 27, 2026 |
| 0.6.5 | Aug 12, 2026 |
| 0.4.0 | Feb 12, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Dynamoi?
- Dynamoi is maintained by getdynamoi, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Dynamoi listed on the Official MCP Registry?
- Yes — Dynamoi is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Dynamoi have?
- MCP Toplist tracks 4 versions of Dynamoi, most recently published on Aug 27, 2026.
- Where can I find the source code for Dynamoi?
- The source code for Dynamoi is hosted at github.com/getdynamoi/mcp.