MCP Client Configuration
Connect your AI agent to this page's MCP server endpoint:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"www.foxx.ai": {
"type": "http",
"url": "https://www.foxx.ai/products/mcp"
}
}
}
ChatGPT
In ChatGPT, go to Settings → Connectors → Create and enter:
Name: www.foxx.ai
URL: https://www.foxx.ai/products/mcp
OpenAI MCP docs →
Gemini
Add to Gemini CLI settings.json:
{
"mcpServers": {
"www.foxx.ai": {
"httpUrl": "https://www.foxx.ai/products/mcp"
}
}
}
Claude Code
claude mcp add www.foxx.ai \
--transport http https://www.foxx.ai/products/mcp