Skip to content
Cursor

malt mcp for Cursor

io.github.leombm/malt-mcp

MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude.

client:Cursor transport:stdio runtime:pypi

Install malt mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

malt mcp in other clients