Skip to content
Grok

MTContext for Grok

io.github.mtcontext/mtcontext

Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.

client:Grok transport:streamable-http

Install MTContext in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mtcontext": {
      "type": "http",
      "url": "https://mcp.mtcontext.com/mcp/v1"
    }
  }
}

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

MTContext in other clients