A Model Context Protocol (MCP) service for retrieving image dimensions, supporting both URL and local file sources.
Image tools mcp mcp server connects Image Tools MCP to AI assistants that speak the Model Context Protocol. A Model Context Protocol (MCP) service for retrieving image dimensions, supporting both URL and local file sources.
A Model Context Protocol (MCP) service for retrieving image dimensions and compressing images, supporting both URL and local file sources.
Once connected, the assistant can call these 6 tools directly:
Usage — The Usage tool exposed by this serverget_image_size — The get_image_size tool exposed by this serverget_local_image_size — The get_local_image_size tool exposed by this servercompress_image_from_url — The compress_image_from_url tool exposed by this servercompress_local_image — The compress_local_image tool exposed by this serverfigma — The figma tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 4 environment variables: TINIFY_API_KEY, FIGMA_API_TOKEN, YOUR_TINIFY_API_KEY, YOUR_FIGMA_API_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Image Tools MCP sits in that group, and the shape of its toolset — Usage, get_image_size, get_local_image_size among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Usage | The Usage tool exposed by this server. |
| get_image_size | The get_image_size tool exposed by this server. |
| get_local_image_size | The get_local_image_size tool exposed by this server. |
| compress_image_from_url | The compress_image_from_url tool exposed by this server. |
| compress_local_image | The compress_local_image tool exposed by this server. |
| figma | The figma tool exposed by this server. |
{
"mcpServers": {
"image-tools": {
"command": "npx",
"args": ["image-tools-mcp"],
"env": {
"TINIFY_API_KEY": "<YOUR_TINIFY_API_KEY>",
"FIGMA_API_TOKEN": "<YOUR_FIGMA_API_TOKEN>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TINIFY_API_KEY | Credential the server authenticates with. | Yes |
| FIGMA_API_TOKEN | Credential the server authenticates with. | Yes |
| YOUR_TINIFY_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_FIGMA_API_TOKEN | Credential the server authenticates with. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.