Revenue intelligence MCP server: RFM analysis, 14.5-point ICP scoring, pipeline health scoring. Embeds Artefact Formula methodology. HubSpot integration.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"artefact-mcp-server": {
"command": "uvx",
"args": [
"artefact-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add artefact-mcp-server uvx artefact-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"artefact-mcp-server": {
"command": "uvx",
"args": [
"artefact-mcp-server"
]
}
}
}
Or install with pip: pip install artefact-mcp-server