junipr-labs/mcp-server
MCP server for Junipr APIs — screenshots, PDFs, and metadata extraction
Platform-specific configuration:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Junipr APIs. Gives AI assistants access to 75+ web intelligence tools — screenshots, PDFs, metadata extraction, scrapers, validators, and more.
| 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) |
Sign up at junipr.io/login to get a free API key (500 credits/month).
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 mcp add junipr -- npx -y junipr-mcpThen set the environment variable:
export JUNIPR_API_KEY=your-api-key-hereAdd to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"junipr": {
"command": "npx",
"args": ["-y", "junipr-mcp"],
"env": {
"JUNIPR_API_KEY": "your-api-key-here"
}
}
}
}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"
}
}
}
}Add to your Windsurf MCP config (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"junipr": {
"command": "npx",
"args": ["-y", "junipr-mcp"],
Loading reviews...