Select skills from MarketNow's catalog and generate the config JSON for your MCP client.
Search and add skills to your config:
// Add this to your MCP client config file:
// Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
// %APPDATA%\Claude\claude_desktop_config.json (Windows)
// Cursor: Settings → MCP → Add Server
// Cline: c_mcp_settings.json
{
"mcpServers": {
"marketnow": {
"command": "npx",
"args": ["-y", "marketnow-mcp"]
}
}
}
# Install MarketNow MCP server
npx -y marketnow-mcp
# Or install specific skills:
# (add npx commands for selected skills here)
Browse all 8,764 security-audited MCP servers at marketnow.site/registry