Cluade MCP Configurations
Claude Desktop
npx mcp-remote ยท stdio bridge to HTTP MCP
Claude Desktop often uses the mcp-remote package so a stdio-based client can talk to WoWSQLโs HTTP MCP endpoint. Requires Node.js for npx.
Project scope: Append your query string to the URL inside args, e.g. "https://mcp.wowsql.com/mcp?project_ref=YOUR_SLUG&read_only=true".
Config file location
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
Config snippet
{
"mcpServers": {
"wowsql": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.wowsql.com/mcp"
]
}
}
}
Steps
- Install Node.js so
npxis available. - Create or edit
claude_desktop_config.jsonwith the block above. - Fully quit Claude Desktop and reopen it.
- Complete OAuth in the browser when prompted.
โ VS Code ยท All clients ยท Other โ
sdk/Docs updates/mcp-client-claude.html