io.github.danishashko/make-mcp MCP Server
io.github.danishashko/make-mcp
What is the io.github.danishashko/make-mcp MCP server?
Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
How to install io.github.danishashko/make-mcp
Copy-paste configuration for popular MCP clients.
MAKE_API_KEYsecretMake.com API key for scenario deployment (optional - only needed for create_scenario tool)
MAKE_TEAM_IDMake.com Team ID for scenario deployment (optional)
MAKE_API_URLMake.com API URL - defaults to https://eu1.make.com/api/v2 (optional)
LOG_LEVELLog level - error, info, or debug (optional, defaults to error)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add make-mcp --env MAKE_API_KEY=<YOUR_MAKE_API_KEY> --env MAKE_TEAM_ID=<YOUR_MAKE_TEAM_ID> --env MAKE_API_URL=<YOUR_MAKE_API_URL> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y make-mcp-serverRelated MCP servers
Yahoo Finance
Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.
SEC EDGAR
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
FRED Economic Data
FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.
Geocoding
Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.