MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

I
Image Tiler MCP Server

MCP server that splits large images into optimally-sized tiles for LLM vision (Claude, OpenAI, Gemini, Gemini 3)

Created 2/9/2026
Updated 15 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-image-tiler-mcp-server

Cursor configuration (mcp.json)

{ "mcpServers": { "keiver-image-tiler-mcp-server": { "command": "npx", "args": [ "keiver-image-tiler-mcp-server" ] } } }