Skip to content
Cursor

flippa mcp for Cursor

io.github.sind00/flippa-mcp

Search, analyze, and evaluate online businesses for sale on Flippa.com marketplace.

client:Cursor transport:stdio runtime:npm

Install flippa mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flippa-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "flippa-mcp-server"
      ],
      "env": {
        "FLIPPA_API_TOKEN": "<FLIPPA_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

flippa mcp in other clients