What is the com.traderwai/traderwai MCP server?
AI-powered charts with indicators and trade execution for forex, gold, indices & crypto.
How to install com.traderwai/traderwai
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"traderwai": {
"url": "https://mcp.traderwai.com"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"traderwai": {
"serverUrl": "https://mcp.traderwai.com"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"traderwai": {
"type": "http",
"url": "https://mcp.traderwai.com"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"traderwai": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.traderwai.com"
]
}
}
}Claude Code
claude mcp add --transport http traderwai https://mcp.traderwai.comRelated MCP servers
DEPRECATED — use com.traderwai/traderwai instead.