make-audit-mcp
Rank #41,499io.github.arose26/make-audit-mcp
Audit Make.com blueprints before importing: hardcoded secrets, dangling refs, risky settings.
make-audit-mcp is a Model Context Protocol (MCP) server published by arose26. It ranks #41,499 of 115,460 servers tracked on MCP Toplist. make-audit-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 15, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 73,961 of 115,460 servers on MCP Toplist.
Use make-audit-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add make-audit-mcp -- npx -y make-audit-mcp[mcp_servers.make-audit-mcp]
command = "npx"
args = ["-y", "make-audit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"make-audit-mcp": {
"command": "npx",
"args": [
"-y",
"make-audit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"make-audit-mcp": {
"command": "npx",
"args": [
"-y",
"make-audit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"make-audit-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"make-audit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"make-audit-mcp": {
"command": "npx",
"args": [
"-y",
"make-audit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"make-audit-mcp": {
"command": "npx",
"args": [
"-y",
"make-audit-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.arose26%2Fmake-audit-mcp)<a href="https://mcptoplist.com/server/io.github.arose26%2Fmake-audit-mcp"><img src="https://mcptoplist.com/badge/io.github.arose26%2Fmake-audit-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
arose26
Other servers by arose26
- bank-of-canada-mcp#32,491 · 1 ver
- gguf-mcp#32,492 · 1 ver
- mbox-mcp#32,493 · 1 ver
- statcan-mcp#32,494 · 1 ver
- xlsx-audit-mcp#37,129 · 1 ver
- zapier-dev-mcp#37,130 · 1 ver
- zapier-discovery-mcp#41,500 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 15, 2026 |
Frequently asked questions
- Who maintains make-audit-mcp?
- make-audit-mcp is maintained by arose26, which publishes 8 MCP servers (8 total versions) tracked on MCP Toplist.
- Is make-audit-mcp listed on the Official MCP Registry?
- Yes — make-audit-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does make-audit-mcp have?
- MCP Toplist tracks 1 version of make-audit-mcp, most recently published on Aug 15, 2026.
- Where can I find the source code for make-audit-mcp?
- The source code for make-audit-mcp is hosted at github.com/arose26/make-audit-mcp.