Malt MCP

MCP server for Malt.fr. Lets Claude (or any MCP client) read your freelance profile, stats, and missions. Its 6 documented tools cluster into read & search, auth & access, close. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-04-29 · ★ 2 · #652 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Malt MCP

before you install - you'll need

UV_HTTP_TIMEOUT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add leombm-malt-mcp -- uvx malt-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "leombm-malt-mcp": {
      "command": "uvx",
      "args": [
        "malt-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package malt-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.LeoMbm is GitHub-verified and matches the repo owner

03 · What Malt MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can log in to Malt interactively from Claude Desktop, get freelance profile info (bio, daily rate, skills, rating). Omit username to fetch your own profile, view profile stats (views, response rate, missions), and list mission conversations from messaging.

Capability map

Tools grouped from the project's README - what Malt MCP lets an agent do.

read & search

4 tools - e.g. Get freelance profile info (bio, daily rate, skills, rating). Omit username to fetch your own profile.; View profile stats (views, response rate, missions); List mission conversations from messaging

get_profile · get_statistics · get_missions · get_mission_details

auth & access

1 tool - e.g. Log in to Malt interactively from Claude Desktop

authenticate

Close

1 tool - e.g. Close the browser and free resources

close_session

Latest releases

v0.4.2 · 2026-04-29

What's new · Breaking · Browser engine switched to managed Chromium. No more conflicts with your running Chrome. If upgrading from v0.3.x, run --logout then --login to create a new browser profile. · Added…

v0.4.1 · 2026-04-29

What's new · Breaking · Browser engine switched to managed Chromium. No more conflicts with your running Chrome. If upgrading from v0.3.x, run --logout then --login to create a new browser profile. · Added…

v0.4.0 · 2026-04-29

What's new · Breaking · Browser engine switched to managed Chromium. No more conflicts with your running Chrome. If upgrading from v0.3.x, run --logout then --login to create a new browser profile. · Added…

04 · Who maintains Malt MCP

malt-mcp is maintained by leombm. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
other - ranked #652 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.LeoMbm/malt-mcp (active, first published 2026-04-29)
packages
pypi:malt-mcp

06 · Malt MCP FAQ

Is Malt MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-29. We re-verify nightly.

What can Malt MCP do?

With this server connected, an agent can log in to Malt interactively from Claude Desktop, get freelance profile info (bio, daily rate, skills, rating). Omit username to fetch your own profile, view profile stats (views, response rate, missions), and list mission conversations from messaging.

How do I install Malt MCP?

Run `uvx malt-mcp`. The README documents one environment variable (UV_HTTP_TIMEOUT) to set first. You can also paste the ready-made client config above.

Does Malt MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Malt MCP