MCP server intelligence profile

Code Screenshot Generator MCP Server

Enables generating beautiful syntax-highlighted code screenshots with professional themes directly from Claude. Supports file reading, line selection, git diff visualization, and batch processing across 20+ programming languages

Local OnlyMoussaabBadla
Awaiting current scanNpm · 0.1.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install code-screenshot-mcp from npm

Version 0.1.0 declares 1 executable entrypoint.

npm install --save-exact code-screenshot-mcp@0.1.0
npx -y -p code-screenshot-mcp@0.1.0 code-screenshot-mcp
MCP client configuration example
{
  "mcpServers": {
    "code-screenshot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "code-screenshot-mcp@0.1.0",
        "code-screenshot-mcp"
      ]
    }
  }
}

Identity

Canonical slugcode-screenshot-generator-4e4018f8DeploymentLocal Only
Canonical packagenpm:code-screenshot-mcpRepositoryMoussaabBadla/code-screenshot-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmcode-screenshot-mcp0.1.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmcode-screenshot-mcp0.1.0CurrentSep 5, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
code-screenshot-mcpServer-reported name
1Capability groups
Aug 15, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
batch_screenshotGenerate screenshots for multiple files at once. Useful for documenting multiple code files quickly.
Input schema
{
  "type": "object",
  "properties": {
    "filePaths": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of file paths to screenshot"
    },
    "theme": {
      "type": "string",
      "description": "Color theme to apply to all screenshots (dracula, nord, monokai, github-light, github-dark)",
      "enum": [
        "dracula",
        "nord",
        "monokai",
        "github-light",
        "github-dark"
      ]
    }
  },
  "required": [
    "filePaths"
  ]
}
generate_code_screenshotGenerate a beautiful screenshot of code with syntax highlighting and themes
Input schema
{
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "The code to screenshot"
    },
    "language": {
      "type": "string",
      "description": "Programming language (e.g., javascript, python, rust)"
    },
    "theme": {
      "type": "string",
      "description": "Color theme (dracula, nord, monokai, github-light, github-dark)",
      "enum": [
        "dracula",
        "nord",
        "monokai",
        "github-light",
        "github-dark"
      ]
    }
  },
  "required": [
    "code",
    "language"
  ]
}
screenshot_from_fileScreenshot code directly from a file path, with optional line range selection. Auto-detects language from file extension.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Path to the code file"
    },
    "startLine": {
      "type": "number",
      "description": "Start line number (1-indexed, optional)"
    },
    "endLine": {
      "type": "number",
      "description": "End line number (optional)"
    },
    "theme": {
      "type": "string",
      "description": "Color theme (dracula, nord, monokai, github-light, github-dark)",
      "enum": [
        "dracula",
        "nord",
        "monokai",
        "github-light",
        "github-dark"
      ]
    }
  },
  "required": [
    "filePath"
  ]
}
screenshot_git_diffGenerate a screenshot of git diff output. Shows changes in your working directory or staged changes.
Input schema
{
  "type": "object",
  "properties": {
    "filePath": {
      "type": "string",
      "description": "Optional: Specific file to diff. If not provided, shows diff for all changes."
    },
    "staged": {
      "type": "boolean",
      "description": "Show staged changes (git diff --staged) instead of unstaged changes"
    },
    "theme": {
      "type": "string",
      "description": "Color theme (dracula, nord, monokai, github-light, github-dark)",
      "enum": [
        "dracula",
        "nord",
        "monokai",
        "github-light",
        "github-dark"
      ]
    }
  },
  "required": []
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

Code Screenshot Generator MCP Server questions

How do I install Code Screenshot Generator MCP Server?

Install the selected package version with: npm install --save-exact code-screenshot-mcp@0.1.0

What tools does Code Screenshot Generator MCP Server provide?

Code Screenshot Generator MCP Server exposed 4 tools during independent protocol observation, including batch_screenshot, generate_code_screenshot, screenshot_from_file, screenshot_git_diff.

Is Code Screenshot Generator MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.