pipeworx-io/mcp-stackexchange
MCP server for StackExchange — search questions and answers from Stack Overflow
Platform-specific configuration:
{
"mcpServers": {
"mcp-stackexchange": {
"command": "npx",
"args": [
"-y",
"mcp-stackexchange"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
StackExchange MCP — wraps the StackExchange API v2.3 (free, no auth required for read)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"stackexchange": {
"url": "https://gateway.pipeworx.io/stackexchange/mcp"
}
}
}Or use the CLI:
npx pipeworx use stackexchangeMIT
Loading reviews...