Files
gpt4free/g4f/mcp/claude_desktop_config.example.json

10 lines
206 B
JSON

{
"mcpServers": {
"gpt4free": {
"command": "python",
"args": ["-m", "g4f.mcp"],
"description": "gpt4free MCP server providing web search, scraping, and image generation"
}
}
}