npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/viktorfa-finn_mcp

v1.0.0

Published

MCP server for interacting with FINN.no marketplace

Readme

FINN.no MCP Server

A Model Context Protocol (MCP) server for searching and browsing Norwegian marketplaces — FINN.no and Klarna Price Guide.

Features

FINN.no Torget (secondhand marketplace)

  • Search with filters for category, price, condition, location, colour, clothing size, and radius-based proximity
  • Item details including description, images, seller info, and key specs

FINN.no Cars

  • Search with filters for make, fuel type, body type, transmission, wheel drive, mileage, year, and price
  • Item details with full specs (engine, mileage, VIN, registration, etc.)

FINN.no Boats

  • Search with filters for boat class, length, engine power/type/fuel, year, and price
  • Item details with full specs (length, width, speed, engine, materials, etc.)

FINN.no Holiday Homes

  • Destination autocomplete to discover locations and result counts
  • Property details including pricing, beds, facilities, house rules, and images

Klarna Price Guide (prisguiden.no)

  • Search for new products across Norwegian retailers with lowest prices and price drop alerts
  • Product details with all merchant offers sorted by price, and price trend data

Usage

Claude Code

Add to .mcp.json in your project root (or ~/.claude/.mcp.json for global access):

{
  "mcpServers": {
    "finn-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": ["github:viktorfa/finn_mcp"]
    }
  }
}

Alternative runners:

# bunx
"command": "bunx", "args": ["github:viktorfa/finn_mcp"]

# pnpm dlx
"command": "pnpm", "args": ["dlx", "github:viktorfa/finn_mcp"]

Claude Desktop

Add to your Claude Desktop config and restart Claude.

{
  "mcpServers": {
    "finn-mcp": {
      "command": "npx",
      "args": ["github:viktorfa/finn_mcp"]
    }
  }
}

Config file locations:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Linux: ~/.config/claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Examples

  • "Search for 'skjorter' on FINN Torget"
  • "Find electric cars under 300k on FINN"
  • "Search for cabincruiser boats over 25 feet"
  • "Find holiday cabins in Lofoten"
  • "Compare prices for Raspberry Pi 4 on Klarna"
  • "Get details for FINN item 343932826"

Development

git clone https://github.com/viktorfa/finn_mcp.git
cd finn_mcp
pnpm install
pnpm run dev
pnpm test         # run tests
pnpm run lint     # lint with biome
pnpm run format   # format with biome

Disclaimer

Please respect FINN.no's terms of service. Avoid excessive requests and automated scraping that could impact their servers.

License

MIT