code-snippet-image-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@code-snippet-image-mcpCreate a code snippet image of a Python hello world with the Monokai theme."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Code snippet image MCP server
An MCP (Model Context Protocol) server that generates beautiful code snippet images to post to social media.
Demo

Watch the MCP server generate beautiful code snippet images in real-time
Related MCP server: Little Red Book Card MCP
Features
Beautiful Code Images: Generate beautiful code snippet images with syntax highlighting
Multiple Themes: Support for Dracula, Monokai, GitHub, Solarized Dark/Light themes
Syntax Highlighting: Support for multiple programming languages
Customizable: Configurable dimensions, themes, and styling options
Installation
npm install
npm run buildConfiguration
Add to your MCP configuration file:
{
"mcpServers": {
"code-snippet-image-mcp-server": {
"command": "npx",
"args": [
"-y",
"code-snippet-image-mcp-server",
"/custom/output/directory"
]
}
}
}The server accepts an optional output directory as the first command line argument. If not provided, it defaults to ./output in the current working directory.
Usage
The MCP server provides one main tool:
create_code_image
Generate a beautiful code snippet image:
Parameters:
code(string, required): The code to convert to imagelanguage(string, optional): Programming language for syntax highlighting (default: "javascript")theme(string, optional): Color theme (default: "dracula")title(string, optional): Title for the code snippetwidth(number, optional): Image width in pixels (default: 800)height(number, optional): Image height in pixels (auto if not specified)padding(number, optional): Padding around the code window in pixels (default: 52)backgroundColor(string, optional): Custom background color (overrides theme background)showLineNumbers(boolean, optional): Show or hide line numbers (default: true)
Example:
{
"code": "const hello = () => console.log('Hello, World!');",
"language": "javascript",
"theme": "dracula",
"title": "Hello World Function",
"width": 800,
"height": 600,
"padding": 52,
"showLineNumbers": true
}Supported Themes
Dracula (Default)

Monokai

GitHub

Solarized Dark

Solarized Light

Supported Languages
The server uses highlight.js for syntax highlighting and supports all languages that highlight.js supports, including:
JavaScript/TypeScript
Python
Java
C/C++
Go
Rust
PHP
Ruby
And many more...
Output
Generated images are saved in the specified output directory (or ./output by default) with timestamps.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables 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.Last updated42844MIT
- AlicenseBqualityDmaintenanceConverts Markdown documents into beautifully styled knowledge cards with 18 different themes and generates them as HTML or image files (PNG/JPEG) in various sizes.Last updated3263MIT
- Alicense-qualityFmaintenanceTransforms code diffs into beautiful visual comparisons with support for GitHub Gist sharing and local file output (HTML/PNG).Last updated2412MIT
- Flicense-qualityDmaintenanceConverts Markdown documents into visually appealing image cards through the MCP protocol. Supports 19 theme styles and intelligent content splitting.Last updated8
Related MCP Connectors
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.
Turn any idea, URL, doc, or PDF into on-brand visuals: 100+ formats, native in 150+ languages
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/suhaibkhan/code-snippet-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server