mcpbeat Sign in

Picright MCP Server

local only

Picright runs on your own machine — the client starts it, so there is no endpoint to ping.

License-aware images for markdown: CC/stock search, screenshots, Mermaid diagrams, provenance

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · picright-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add picright -- npx -y picright-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "picright": {
      "args": [
        "-y",
        "picright-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.picright]
command = "npx"
args = ["-y", "picright-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "picright": {
      "args": [
        "-y",
        "picright-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "picright": {
      "args": [
        "-y",
        "picright-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Picright

same job, measured the same way
Pic Gen
by jqknono

Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows.

48 installs/wk local only
I
Stashot
by tammifull

Capture, OCR-search, and retrieve local Mac screenshots for AI agents through Stashot.

20 installs/wk local only
OpenGraph.io MCP Server
by securecoders

MCP server for OpenGraph.io API - fetch OG data, screenshots, scrape, and generate images

86 installs/wk local only
Snapforge
by snapforge

Screenshots, PDFs and Markdown from any URL or HTML for AI agents, via the SnapForge API

57 installs/wk 4 tools answering
C
Skillforge Render API
by skillforge99

Screenshot, PDF, OG-image, and page extraction (markdown/JSON) over MCP. Bearer key or x402.

4 tools answering
Screenshot Scout
by screenshotscout

Capture screenshots of webpages as images or PDFs with Screenshot Scout.

65 installs/wk answering
Geekflare
by geekflare

Geekflare MCP server for scraping, search, screenshots, broken links, DNS lookup, and network tools.

100 installs/wk 17 tools answering
Pagewatch
by pagelens

Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.

82 installs/wk 5 tools answering

Picright — questions

Answers built from our own checks of this server.

Why is there no uptime for Picright?
Picright runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package picright-mcp.
Is Picright still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Picright?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls picright-mcp straight from npm; nothing to host, nothing to sign up for.