The GTM MCP Directory: 293 GTM tools, 144 official MCP servers, machine-counted. The lookup layer for what AI agents can actually call.
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-directory": {
"command": "npx",
"args": [
"-y",
"andrewcmcguire/gtm-mcp-directory"
]
}
}
}
Run in terminal:
claude mcp add gtm-mcp-directory npx -y andrewcmcguire/gtm-mcp-directory
Add to .cursor/mcp.json:
{
"mcpServers": {
"gtm-mcp-directory": {
"command": "npx",
"args": [
"-y",
"andrewcmcguire/gtm-mcp-directory"
]
}
}
}