PixelRAG MCP Server
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., "@PixelRAG MCP ServerIndex the PDFs in my Downloads and summarize each page"
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.
PixelRAG MCP Server 🚀
An open-source Visual Retrieval-Augmented Generation (Visual RAG) MCP server based on PixelRAG and FastMCP, designed for 24/7 remote hosting via SSE (Server-Sent Events) on platforms like Railway.
🌟 Features
Visual RAG Tooling: Render web pages, PDFs, or design screenshot folders into visual tiles and query them via multimodal vision embeddings.
FastMCP SSE Transport: Exposed over HTTP/HTTPS with Server-Sent Events for 24/7 remote access by Antigravity, Claude Code, Cursor, and VS Code.
Production Ready Docker Setup: Includes Playwright headless Chromium pre-configured for web page screenshot rendering.
Related MCP server: image-tiler-mcp-server
🛠️ Included Tools
index_document: Renders visual tiles from PDF files, image folders, or live URLs, building an indexed vector space.query_visual_index: Queries screenshot tiles using natural language prompts.health_check: Returns operational status of the MCP server.
🚀 Deploying to Railway
Click + New Project $\rightarrow$ Deploy from GitHub repo.
Select
pixelrag-mcp-server.In Settings $\rightarrow$ Networking, click Generate Domain.
Use your public SSE URL:
https://<YOUR-RAILWAY-APP>.up.railway.app/sse
🔌 Connecting to Antigravity / MCP Client
Add the following to your MCP settings file:
{
"mcpServers": {
"pixelrag": {
"url": "https://<YOUR-RAILWAY-APP>.up.railway.app/sse"
}
}
}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
- Alicense-qualityFmaintenanceAn MCP server that provides comprehensive multimodal Retrieval-Augmented Generation (RAG) capabilities for processing and querying document directories, supporting text, images, tables, and equations.Last updated35MIT
- AlicenseAqualityDmaintenanceMCP server that gives LLMs full-resolution vision by tiling images and capturing web pages before details are lost.Last updated1352MIT
- Flicense-qualityDmaintenanceA Retrieval Augmented Generation MCP server that ingests documents into a local vector database and enables semantic search queries.Last updated9
- Flicense-qualityCmaintenanceAn MCP server for document parsing, ingestion, query (including multimodal), and lightweight knowledge graph inspection, enabling RAG workflows via the Model Context Protocol.Last updated
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
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/itstedxd/pixelrag-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server