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
| Tool | Description |
|---|---|
screenshot |
Capture a screenshot of any webpage (PNG, JPEG, or WebP) |
pdf |
Generate a PDF from a URL or raw HTML |
metadata |
Extract title, description, Open Graph, Twitter Cards, JSON-LD, and more |
run_tool |
Run 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"
}
}
}
}





