MTContext for Cursor
io.github.mtcontext/mtcontext
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
client:Cursor
transport:streamable-http
Install MTContext in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mtcontext": {
"url": "https://mcp.mtcontext.com/mcp/v1"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs