# WindowsForum MCP Server MCP server

Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info.

## Links
- Registry page: https://www.getdrio.com/mcp/com-windowsforum-mcp-server
- Website: https://windowsforum.com

## Install
- Endpoint: https://mcp.windowsforum.com/
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.windowsforum.com/

## Tools
- search (Search WindowsForum) - Search all WindowsForum content (threads, posts, Windows news) with combined keyword and semantic ranking — the best first call for any question or topic; returns snippets with ids for the fetch tool.

Returns a list of search results with basic information. Use the fetch tool to get
complete document content. Endpoint: https://mcp.windowsforum.com/
- fetch (Fetch document) - Retrieve the complete content of a WindowsForum document (thread or post) by ID — use after search to read the full discussion for detailed analysis and citation.

Returns the full text for detailed analysis and citation, including title,
URL, and metadata. Use it to expand a search result into its whole document. Endpoint: https://mcp.windowsforum.com/
- search_semantic (Semantic search) - Find WindowsForum discussions by meaning rather than exact words — embedding-based semantic search that excels at natural-language questions and paraphrased topics.

Uses kNN vector similarity to find content that is semantically related
to the query, even if it doesn't share exact keywords. Best for natural
language questions and conceptual searches. Endpoint: https://mcp.windowsforum.com/
- search_threads (Search threads (sortable)) - Search WindowsForum threads with structured controls — sort by relevance, date, replies, or views, in either order, with pagination; use when result ordering or paging matters. Endpoint: https://mcp.windowsforum.com/
- get_time (Current server time) - Get the current server date and time — use to anchor time-sensitive queries like 'latest' or 'this week' before searching recent content.

Returns:
    Current timestamp in ISO format Endpoint: https://mcp.windowsforum.com/
- get_kb_article (Get Microsoft KB article) - Retrieve an official Microsoft Knowledge Base article from support.microsoft.com by KB number (e.g. KB5063878) — returns the update's title, summary, and affected builds.
Use this tool when a user asks about a specific KB number.
Fetches the full article content including title, summary, known issues,
and resolution steps. Endpoint: https://mcp.windowsforum.com/
- search_kb (Search Microsoft KB) - Search official Microsoft Knowledge Base articles on support.microsoft.com by topic or keyword — use for Windows update, patch, and known-issue lookups when you lack a KB number.
Returns matching KB article titles and URLs. Use get_kb_article to
fetch the full content of a specific article.

Returns:
    Dictionary with 'results' key containing list of matching KB articles
    with title and url. Endpoint: https://mcp.windowsforum.com/
- get_thread_posts (Get thread posts) - Read every post in a WindowsForum thread by thread id, in order — use to follow the full conversation, including replies and accepted solutions, after finding a thread via search. Endpoint: https://mcp.windowsforum.com/
- search_mysql (Exact title/author lookup) - Exact substring lookup over thread titles and author usernames, ordered by view count — use for literal title or author matching rather than relevance-ranked full-text search.

Complements the main `search` tool: use this for literal title or author
matching rather than relevance-ranked full-text search. Endpoint: https://mcp.windowsforum.com/
- search_elastic (Paginated thread search) - Relevance-ranked full-text thread search with explicit offset pagination — use to page through a large result set beyond what the main search tool returns.

Complements the main `search` tool: use this to page through a large result
set with an explicit offset. Endpoint: https://mcp.windowsforum.com/
- get_thread (Get thread info) - Get a WindowsForum thread's metadata by id — title, author, reply and view counts, dates, and canonical URL; use fetch or get_thread_posts to read its content. Endpoint: https://mcp.windowsforum.com/
- list_threads (List recent threads) - List the most recently active WindowsForum threads with pagination — use to see what the community is discussing right now, without needing a search query. Endpoint: https://mcp.windowsforum.com/
- get_post (Get post) - Get a single WindowsForum post by post id — returns the post's text, author, thread context, and URL; use when you have a specific post reference to verify or quote. Endpoint: https://mcp.windowsforum.com/
- get_user (Get user profile) - Look up a WindowsForum member's public profile by username or user id — registration date, message count, reaction score, and role. Endpoint: https://mcp.windowsforum.com/
- get_forum (Get forum info) - Get a WindowsForum forum section's details by node id — title, description, and thread/message counts; pair with list_threads or get_forum_updates to see its activity. Endpoint: https://mcp.windowsforum.com/
- get_forum_updates (Recent forum activity) - Summarize recent WindowsForum activity over the last N hours (default 24) — new threads and posts across the community; use for "what's new" questions. Endpoint: https://mcp.windowsforum.com/
- get_online_users (Who's online) - See who is on WindowsForum right now — counts of members, guests, and robots currently online, with recently active member names.

Returns:
    Dictionary with online users and guest count Endpoint: https://mcp.windowsforum.com/
- get_latest_registered_users (Latest registrations) - List the newest WindowsForum member registrations — use for community-growth questions or to identify recent joiners. Endpoint: https://mcp.windowsforum.com/
- get_forum_statistics (Forum statistics) - Get sitewide WindowsForum statistics — total threads, posts, and members, plus the newest member; use for questions about the community's size and activity.

Returns:
    Dictionary with various forum statistics Endpoint: https://mcp.windowsforum.com/
- search_posts (Search posts) - Search individual WindowsForum posts (not just thread titles) for a keyword or phrase — use to find specific answers, error messages, or fixes buried inside long threads. Endpoint: https://mcp.windowsforum.com/
- search_users (Search members) - Find WindowsForum members whose usernames match a query — use to locate a member before calling get_user for their full profile. Endpoint: https://mcp.windowsforum.com/
- get_windows_news_posts (Recent Windows news) - Get WindowsForum's recent Windows news coverage from the last N days (default 7) — curated news threads on updates, security patches, and Microsoft announcements. Endpoint: https://mcp.windowsforum.com/

## Resources
- windowsforum://stats - WindowsForum-wide statistics (members, threads, posts, online). MIME type: text/plain

## Prompts
- diagnose_windows_issue - Arguments: symptom
- research_windows_update - Arguments: kb_or_version
- summarize_thread - Arguments: thread_id
- find_solution - Arguments: error_message

## Metadata
- Owner: com.windowsforum
- Version: 3.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 12, 2026
- Source: https://registry.modelcontextprotocol.io
