@notalk-tech/stackoverflow-mcp
StackOverflow MCP server for querying programming Q&A using FastMCP - npx wrapper for Python package
Versions
1.3.3latest1.3.21.2.71.2.51.2.3+ show 31 moreshow less
1.2.21.2.11.2.01.1.41.1.31.1.21.1.11.0.201.1.01.0.191.0.181.0.171.0.161.0.151.0.141.0.131.0.121.0.111.0.101.0.91.0.81.0.71.0.61.0.51.0.41.0.31.0.21.0.11.0.00.1.20.1.0Tools 5
search_questions Search StackOverflow questions by keywords. Supports combined keyword + tag search. When searching by tags only, pass an empty string for query. Args: query: Search query keywords (empty string for tag-only search) limit: Maximum number of results (1-50) page: Page number for pagination (minimum 1) sort: Sort order (relevance, activity, votes, creation) site: Site name to search in (e.g., stackoverflow, serverfault, askubuntu) tags: Filter by tags (list of tag names) accepted_only: Only return questions with an accepted answer min_score: Minimum score threshold from_date: Earliest creation date (Unix timestamp) to_date: Latest creation date (Unix timestamp)
search_by_tags Search StackOverflow questions by programming tags. Args: tags: List of tags to search for (e.g., ['python', 'async']) limit: Maximum number of results (1-50) page: Page number for pagination (minimum 1) sort: Sort order (activity, votes, creation, relevance) site: Site name to search in (e.g., stackoverflow, serverfault, askubuntu)
get_question Get detailed information about a specific question. Args: question_id: StackOverflow question ID include_answers: Whether to include answers max_answers: Maximum number of answers to include (1-20) convert_to_markdown: Convert HTML content to markdown
get_answers Get answers for a specific StackOverflow question. Fetches only answers without re-fetching the question body. Use this when you already have the question context and just need the responses. Args: question_id: StackOverflow question ID max_answers: Maximum number of answers to return (1-50) sort: Sort order (votes, creation, activity) convert_to_markdown: Convert HTML content to markdown
get_related Find related and linked StackOverflow questions for discovery. Returns lightweight summaries (titles, scores, tags) — no HTML bodies. StackExchange does not support pagination on these endpoints. Args: question_id: StackOverflow question ID to find related content for include_linked: Whether to also include explicitly linked questions
Permissions 4
network medium filesystem low shell high env_vars low