junipr-labs/mcp-server

📂 Browser Automation
0 Views
0 Installs

📇 ☁️ - Web intelligence API for AI agents — screenshot capture, PDF generation, page metadata extraction, and 75+ specialized data extractors for news, social media, SERP, pricing, and more. Free tier included.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "junipr-labs-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "junipr-labs-mcp-server"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

junipr-mcp

MCP server for Junipr APIs. Gives AI assistants access to 75+ web intelligence tools — screenshots, PDFs, metadata extraction, scrapers, validators, and more.

Tools

ToolDescription
screenshotCapture a screenshot of any webpage (PNG, JPEG, or WebP)
pdfGenerate a PDF from a URL or raw HTML
metadataExtract title, description, Open Graph, Twitter Cards, JSON-LD, and more
run_toolRun any of 75+ Junipr tools by slug (scrapers, validators, converters, analyzers)

Setup

1. Get an API key

Sign up at junipr.io/login to get a free API key (500 credits/month).

2. Configure your MCP client

Claude Desktop

Add to your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "junipr": {
      "command": "npx",
      "args": ["-y", "junipr-mcp"],
      "env": {
        "JUNIPR_API_KEY": "your-api-key-here"
      }
    }
  }
}

Claude Code (CLI)

claude mcp add junipr -- npx -y junipr-mcp

Then set the environment variable:

export JUNIPR_API_KEY=your-api-key-here

Cursor

Add to your Cursor MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "junipr": {
      "command": "npx",
      "args": ["-y", "junipr-mcp"],
      "env": {
        "JUNIPR_API_KEY": "your-api-key-here"
      }
    }
  }
}

VS Code

Add to your VS Code settings (.vscode/mcp.json):

{
  "servers": {
    "junipr": {
      "command": "npx",
      "args": ["-y", "junipr-mcp"],
      "env": {
        "JUNIPR_API_KEY": "your-api-key-here"
      }
    }
  }
}

Windsurf

Add to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):

{
  "mcpServers": {
    "junipr": {
      "command": "npx",
      "args": ["-y", "junipr-mcp"],
      "env": {
        "JUNIPR_API_KEY": "your-api-key-here"
      }
    }
  }
}

Tool Reference

screenshot

Capture a screenshot of any webpage.

ParameterTypeDefaultDescription
urlstring(required)URL to capture
formatpng | jpeg | webppngImage format
widthnumber1280Viewport width (320-3840)
heightnumber720Viewport height (200-2160)
fullPagebooleanfalseCapture full scrollable page
deviceTypedesktop | mobile | tabletdesktopDevice to emulate
blockCookieBannersbooleantrueHide cookie banners

pdf

Generate a PDF from a URL or HTML.

ParameterTypeDefaultDescription
urlstringURL to convert (provide url or html)
htmlstringRaw HTML to convert (provide url or html)
formatA4 | Letter | Legal | Tabloid | A3 | A5A4Paper format
landscapebooleanfalseLandscape orientation
printBackgroundbooleantrueInclude backgrounds
marginobject1cm each{ top, right, bottom, left } in CSS units
headerTemplatestringHeader HTML template
footerTemplatestringFooter HTML template
displayHeaderFooterbooleanfalseShow header/footer

metadata

Extract metadata from any webpage.

ParameterTypeDefaultDescription
urlstring(required)URL to extract metadata from

Returns title, description, Open Graph tags, Twitter Cards, JSON-LD structured data, favicon, canonical URL, language, and more.

License

MIT

Related MCP Servers

34892002/bilibili-mcp-js

📇 🏠 - A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

📂 Browser Automation0 views
achiya-automation/safari-mcp

📇 🏠 🍎 - Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

📂 Browser Automation0 views
aethynio/aethyn-browser-mcp

📇 🏠 - Drive a local Playwright browser through residential proxies with the agent choosing the exit country/city and holding one sticky identity per task. 10 tools: launch, navigate, accessibility snapshot, click, type, content extraction, exit-IP verification, and per-task identity rotation. Free trial, no card.

📂 Browser Automation0 views
agent-infra/mcp-server-browser

📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.

📂 Browser Automation0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.