14 MCP servers putting a full GTM stack (Clay, Instantly, HeyReach, AI Ark, Apify, crawl4ai +8) behind ~330 typed tools, driven from Claude Code
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gtm-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ImranIzham/gtm-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add gtm-mcp-servers npx -y ImranIzham/gtm-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"gtm-mcp-servers": {
"command": "npx",
"args": [
"-y",
"ImranIzham/gtm-mcp-servers"
]
}
}
}