Loading MCP server directory, please wait...
Query buyer intent signals, MEDDIC qualifications, and lead scores from Parsley.
npx @getmcp/cli add io.github.peterjduffy/parsley-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PARSLEY_API_KEYYour Parsley API key (starts with pk_live_). Generate one at parsley.id/hub/api-keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.peterjduffy/parsley-mcp": {
"command": "npx",
"args": [
"-y",
"@tryparsley/mcp-server"
],
"env": {
"PARSLEY_API_KEY": ""
}
}
}
}