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
IntermediateEstimated Time
10-20 minutes
Installation
You can run the server directly using npx:
Or install it globally:
Create or modify your MCP settings file:
bash
npx -y @gscalzo/stackoverflow-mcp
bash
npm install -g @gscalzo/stackoverflow-mcp
For Claude.app:
~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.jsonFor Claude Desktop:
Add the following configuration:
```json
{
"mcpServers": {
"stackoverflow": {
"command": "npx",
"args": ["-y", "@gscalzo/stackoverflow-mcp"],
"env": {
"STACKOVERFLOW_API_KEY": "your-api-key-optional"~/Library/Application Support/Claude/claude_desktop_config.jsonAdditional Resources
Author Information
161
Followers
119
Repositories
0
Gists
0
Total Contributions