mcp_stackoverflow

petrinhu/mcp_stackoverflow
★ 0 stars Python API Integration Updated today
Local stdio MCP server exposing Stack Overflow via the classic Stack Exchange REST API v2.3 (Python stdlib, no deps). Works where the official mcp.stackoverflow.com is blocked by Cloudflare for headless MCP clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_stackoverflow": {
      "command": "uvx",
      "args": [
        "mcp-stackoverflow"
      ]
    }
  }
}

Or install with pip: pip install mcp-stackoverflow