Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub lazygophers/ccplugin --plugin deepresearchCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"wikipedia": {
"command": "uvx",
"args": [
"wikipedia-mcp"
],
"env": {
"ALL_PROXY": "${PROXY_URL}",
"HTTP_PROXY": "${PROXY_URL}",
"HTTPS_PROXY": "${PROXY_URL}"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
ALL_PROXY=${PROXY_URL}HTTP_PROXY=${PROXY_URL}HTTPS_PROXY=${PROXY_URL}Share bugs, ideas, or general feedback.