malt mcp for Grok
io.github.leombm/malt-mcp
MCP server for Malt.fr. Read your freelance profile, stats, and missions from Claude.
client:Grok
transport:stdio
runtime:pypi
Install malt mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"malt-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"malt-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs