connskill growth mcp for Cursor
io.github.conn-skill/connskill-growth-mcp
Local market checks, rankings and keyword research as JSON, paid per call via x402 in USDC on Base.
client:Cursor
transport:stdio
runtime:npm
Install connskill growth mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"connskill-growth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@connskill/mcp-growth-services"
],
"env": {
"X402_WALLET_KEY": "<X402_WALLET_KEY>",
"X402_MAX_USD": "<X402_MAX_USD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs