🔧 MCP Config Generator

Select skills from MarketNow's catalog and generate the config JSON for your MCP client.

1. Select your MCP client

Claude Desktop Cursor Cline Continue

2. Add skills

Search and add skills to your config:

3. Selected skills

No skills selected yet. Search above to add.

4. Your config

JSON Config NPX Commands
// 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)

Need more skills?

Browse all 8,764 security-audited MCP servers at marketnow.site/registry