Setup¶
Note
The local MCP server is compatible with cTrader Windows.
The local MCP server authenticates via an active session in cTrader Windows. Ensure you are logged in with your cTID, open Settings, then navigate to MCP Server.

Here, the available options include:
- Enable MCP server - tick to enable connections via MCP.
- Allow trading via MCP - tick to allow trading when MCP is enabled.
- Require confirmation for trading operations - tick if you want to confirm each trade operation before execution.
Paste the following into your AI agent. It will update your MCP configuration, connect to the cTrader local server and ask for your approval along the way where required.
Set up the cTrader local MCP server for me. Add the following to my MCP configuration, then verify the connection:
{
"mcpServers": {
"ctrader": {
"type": "http",
"url": "http://127.0.0.1:9876/mcp/"
}
}
}
Alternatively, copy the code from the settings window and insert it into your AI client's MCP config file manually.
Verification¶
Restart your AI client session or application, then check that the local MCP server appears in the list of connected servers.
Warning
Make sure cTrader Windows is running before starting your AI client. Otherwise, you will encounter an error.
Warning
The MCP server is a tool for AI-assisted trading and does not provide financial, investment, legal or tax advice. AI-generated actions may trigger real trades and result in losses. Users are solely responsible for verifying outputs, supervising strategies, securing credentials and using the MCP server at their own risk.