
Product
Socket for ClickUp Is Now Available
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.
@formatika/mcp
Advanced tools
MCP server for formatika.app — convert, resize and compress files from your agent
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.
No installation and no account needed to start:
npx @formatika/mcp
claude mcp add formatika -- npx -y @formatika/mcp
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.
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
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.
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.
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.
MIT
FAQs
MCP server for formatika.app — convert, resize and compress files from your agent
The npm package @formatika/mcp receives a total of 109 weekly downloads. As such, @formatika/mcp popularity was classified as not popular.
We found that @formatika/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Create ClickUp tasks from Socket alerts, automate ticketing with custom rules, and keep alert and task status synchronized.

Product
Create and manage Asana tasks directly from Socket alerts, with manual task creation, automated ticketing rules, and two-way sync.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.