loading…
Search for a command to run...
loading…
Wraps the StackExchange API v2.3 to enable reading StackExchange data (questions, answers, etc.) without authentication. Allows AI agents to query StackExchange
Wraps the StackExchange API v2.3 to enable reading StackExchange data (questions, answers, etc.) without authentication. Allows AI agents to query StackExchange content through natural language or direct tool calls.
StackExchange MCP — wraps the StackExchange API v2.3 (free, no auth required for read)
Part of Pipeworx — an MCP gateway connecting AI agents to 250+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"stackexchange": {
"url": "https://gateway.pipeworx.io/stackexchange/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 250+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Stackexchange data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
Run in your terminal:
claude mcp add mcp-stackexchange -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.