Formatika MCP

Formatika MCP

Provides tools to convert, resize, compress, crop, and rotate files (images, audio, video, PDF, archives, and more) through formatika.app, processing files locally and preserving existing files.

Category
Visit Server

README

@formatika/mcp

Convert, resize, compress, crop and rotate files straight from your agent, using formatika.app.

Your agent gets the tools; the files stay on your machine until a job needs them and come back as soon as it is done.

Use it

No installation and no account needed to start:

npx @formatika/mcp

Claude Code

claude mcp add formatika -- npx -y @formatika/mcp

Claude Desktop, Cursor and other clients

Add this to the MCP servers section of the client configuration:

{
  "mcpServers": {
    "formatika": {
      "command": "npx",
      "args": ["-y", "@formatika/mcp"]
    }
  }
}

On Windows, Claude Desktop launches the server without a shell and cannot find npx directly. Use this instead:

{
  "mcpServers": {
    "formatika": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@formatika/mcp"]
    }
  }
}

Fully restart the client after editing the configuration.

Then just ask

Compress every photo in ./screenshots and put the results in ./web

Convert all the HEIC files in this folder to JPEG

Make a square 512×512 avatar out of portrait.png

Tools

The tool list comes from the service at start-up, so it never lags behind what formatika can actually do — this README does not have to be updated for a new tool to appear in your agent.

Today that is images, audio, video, PDF, archives, subtitles and tables: over thirty tools. The current list, with what each one does, is at formatika.app/mcp.

Every tool takes paths — one or more files — and an optional outputDir. Results are written next to the source file unless you say otherwise, and existing files are never overwritten: a name that is taken gets a number.

Limits and keys

Without a key you get a daily allowance, which is enough for occasional work. For volume, create a key at formatika.app/account and pass it in:

{
  "mcpServers": {
    "formatika": {
      "command": "npx",
      "args": ["-y", "@formatika/mcp"],
      "env": { "FORMATIKA_API_KEY": "fk_..." }
    }
  }
}

FORMATIKA_URL points the server somewhere else — useful if you run formatika yourself.

Privacy

Files are processed and deleted: two hours without an account, twenty-four hours with one. They are not looked at, not shared and not used to train anything. See the privacy policy.

License

MIT


About this repository

This is a read-only mirror of the packages/mcp directory of the formatika monorepo, published so that the package has a public home: catalogues link to it, and people who read code before installing it can do so.

Pull requests here cannot be merged — the next sync would overwrite them. Issues, however, are read and welcome: bugs, missing tools, awkward APIs.

Mirrored from commit e06be38.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured