MA
@microsoft
MCP tool access to MarkItDown a library that converts many file formats (local or remote) to Markdown for LLM consumption.
149.5k3w ago5 toolslocal
$
pip install -e 'packages/markitdown[all]'Enable AI LLMs to execute trades using MetaTrader 5 platform
$ pip install metatrader-mcp-serverOr add it with the Claude CLI: claude mcp add ariadng-metatrader-mcp-server
get_symbolsget_symbol_priceget_candles_latestget_candles_by_dateget_symbol_infoplace_market_orderplace_pending_ordermodify_positionmodify_pending_orderget_all_positionsget_positions_by_symbolget_positions_by_idclose_positionclose_all_positionsclose_all_positions_by_symbolclose_all_profitable_positionsclose_all_losing_positionsget_all_pending_ordersget_pending_orders_by_symbolcancel_pending_ordercancel_all_pending_orderscancel_pending_orders_by_symbolValues are filled in locally in your browser — nothing is sent anywhere.
{ "mcpServers": { "ariadng-metatrader-mcp-server": { "command": "pip", "args": ["install", "metatrader-mcp-server"], "env": { "YOUR_MT5_PASSWORD": "<your-your-mt5-password>", "YOUR_MT5_LOGIN": "<your-your-mt5-login>", "YOUR_MT5_SERVER": "<your-your-mt5-server>", "YOUR_LOGIN": "<your-your-login>", "YOUR_PASSWORD": "<your-your-password>", "YOUR_SERVER": "<your-your-server>" } } } }
Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.
MCP tool access to MarkItDown a library that converts many file formats (local or remote) to Markdown for LLM consumption.
pip install -e 'packages/markitdown[all]'Up-to-date code documentation for LLMs and AI code editors.
npx ctx7 setupAI-powered task management system for AI-driven development.
npx task-master init