stackoverflow-mcp

A Model Context Protocol server for querying Stack Overflow to help AI models find programming solutions

GitHub Stars

27

User Rating

Not Rated

Favorites

0

Views

30

Forks

4

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

You can run the server directly using npx:
bash
npx -y @gscalzo/stackoverflow-mcp
Or install it globally:
bash
npm install -g @gscalzo/stackoverflow-mcp
Create or modify your MCP settings file:
For Claude.app: ~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
For Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
Add the following configuration: ```json { "mcpServers": { "stackoverflow": { "command": "npx", "args": ["-y", "@gscalzo/stackoverflow-mcp"], "env": { "STACKOVERFLOW_API_KEY": "your-api-key-optional"

Additional Resources