Skip to main content
Glama

Code Screenshot Generator

generate_code_screenshot

Create syntax-highlighted code screenshots with customizable themes for sharing code snippets visually across programming languages.

Instructions

Generate a beautiful screenshot of code with syntax highlighting and themes

Input Schema

NameRequiredDescriptionDefault
codeYesThe code to screenshot
languageYesProgramming language (e.g., javascript, python, rust)
themeNoColor theme (dracula, nord, monokai, github-light, github-dark)

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The code to screenshot", "type": "string" }, "language": { "description": "Programming language (e.g., javascript, python, rust)", "type": "string" }, "theme": { "description": "Color theme (dracula, nord, monokai, github-light, github-dark)", "enum": [ "dracula", "nord", "monokai", "github-light", "github-dark" ], "type": "string" } }, "required": [ "code", "language" ], "type": "object" }

Other Tools from Code Screenshot Generator

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/MoussaabBadla/code-screenshot-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server