Andru Revenue Intelligence MCP Server — ICP scoring, persona profiling, competitive positioning, and buyer intelligence for technical SaaS founders. 15 tools for Claude Desktop/Code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-andru-int": {
"command": "npx",
"args": [
"-y",
"geter-andru/mcp-server-andru-intelligence"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-andru-int npx -y geter-andru/mcp-server-andru-intelligence
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-andru-int": {
"command": "npx",
"args": [
"-y",
"geter-andru/mcp-server-andru-intelligence"
]
}
}
}
📋 Copy