MTContext for Claude Desktop
io.github.mtcontext/mtcontext
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
client:Claude Desktop
transport:streamable-http
Install MTContext in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mtcontext": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.mtcontext.com/mcp/v1"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs