mcp for Claude Desktop
com.parlayx/mcp
Read your ParlayX account and the prediction markets from an MCP client.
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@parlayx/mcp"
],
"env": {
"PARLAYX_KEY_ID": "<PARLAYX_KEY_ID>",
"PARLAYX_PRIVATE_KEY_HEX": "<PARLAYX_PRIVATE_KEY_HEX>",
"PARLAYX_MCP_ALLOW_TRADING": "<PARLAYX_MCP_ALLOW_TRADING>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs