Make MCP
Rank #19,259io.github.danishashko/make-mcp
MCP server providing make-mcp capabilities
Make MCP is a Model Context Protocol (MCP) server published by danishashko. It ranks #19,259 of 115,460 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Make MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 6, 2026 and most recently updated on Feb 7, 2026.
Ranks ahead of 96,201 of 115,460 servers on MCP Toplist.
Use Make MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add make-mcp -e "MAKE_API_KEY=<your MAKE_API_KEY>" -e "MAKE_TEAM_ID=<your MAKE_TEAM_ID>" -e "MAKE_API_URL=<your MAKE_API_URL>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y make-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.make-mcp]
command = "npx"
args = ["-y", "make-mcp-server"]
[mcp_servers.make-mcp.env]
MAKE_API_KEY = "<your MAKE_API_KEY>"
MAKE_TEAM_ID = "<your MAKE_TEAM_ID>"
MAKE_API_URL = "<your MAKE_API_URL>"
LOG_LEVEL = "<your LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"make-mcp": {
"command": "npx",
"args": [
"-y",
"make-mcp-server"
],
"env": {
"MAKE_API_KEY": "<your MAKE_API_KEY>",
"MAKE_TEAM_ID": "<your MAKE_TEAM_ID>",
"MAKE_API_URL": "<your MAKE_API_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"make-mcp": {
"command": "npx",
"args": [
"-y",
"make-mcp-server"
],
"env": {
"MAKE_API_KEY": "<your MAKE_API_KEY>",
"MAKE_TEAM_ID": "<your MAKE_TEAM_ID>",
"MAKE_API_URL": "<your MAKE_API_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"make-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"make-mcp-server"
],
"env": {
"MAKE_API_KEY": "<your MAKE_API_KEY>",
"MAKE_TEAM_ID": "<your MAKE_TEAM_ID>",
"MAKE_API_URL": "<your MAKE_API_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"make-mcp": {
"command": "npx",
"args": [
"-y",
"make-mcp-server"
],
"env": {
"MAKE_API_KEY": "<your MAKE_API_KEY>",
"MAKE_TEAM_ID": "<your MAKE_TEAM_ID>",
"MAKE_API_URL": "<your MAKE_API_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"make-mcp": {
"command": "npx",
"args": [
"-y",
"make-mcp-server"
],
"env": {
"MAKE_API_KEY": "<your MAKE_API_KEY>",
"MAKE_TEAM_ID": "<your MAKE_TEAM_ID>",
"MAKE_API_URL": "<your MAKE_API_URL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}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.danishashko%2Fmake-mcp)<a href="https://mcptoplist.com/server/io.github.danishashko%2Fmake-mcp"><img src="https://mcptoplist.com/badge/io.github.danishashko%2Fmake-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
danishashko
Other servers by danishashko
- Yahoo Finance#5,927 · 2 vers
- FRED Economic Data#20,463 · 1 ver
- SEC EDGAR#23,330 · 1 ver
- Geocoding#23,331 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.3.3 | Feb 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Make MCP?
- Make MCP is maintained by danishashko, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Make MCP listed on the Official MCP Registry?
- Yes — Make MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Make MCP have?
- MCP Toplist tracks 2 versions of Make MCP, most recently published on Feb 7, 2026.
- Where can I find the source code for Make MCP?
- The source code for Make MCP is hosted at github.com/danishashko/make-mcp.