mcp for Cline
com.parlayx/mcp
Read your ParlayX account and the prediction markets from an MCP client.
client:Cline
transport:stdio
runtime:npm
Install mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs