com.windowsforum/mcp-server
com.windowsforum/mcp-serverMCP server for WindowsForum.com with search, document retrieval, and real-time forum analytics.
Tools · 22
Universal search across WindowsForum using BM25 keyword and/or semantic vector search. Returns a list of search results with basic information. Use the fetch tool to get complete document content.
Retrieve complete document content by ID for detailed analysis and citation. This tool fetches the full document content from WindowsForum.
Semantic vector search across WindowsForum content using embeddings. Uses kNN vector similarity to find content that is semantically related to the query, even if it doesn't share exact keywords. Bes…
Search WindowsForum threads with advanced options.
Get the current time and date. Returns: Current timestamp in ISO format
Retrieve a Microsoft Knowledge Base (KB) article from support.microsoft.com. Use this tool when a user asks about a specific KB number. Fetches the full article content including title, summary, known…
Search Microsoft Knowledge Base articles on support.microsoft.com. Returns matching KB article titles and URLs. Use get_kb_article to fetch the full content of a specific article. Returns: Dictio…
Get all posts for a specific WindowsForum thread.
Search WindowsForum using MySQL database.
Search WindowsForum using Elasticsearch.
Get detailed information about a specific thread.
List recent threads from WindowsForum.
Get a specific post by ID.
Get user information by username or user ID.
Get forum information by ID.
Get recent forum activity and updates.
Get currently online users and guests. Returns: Dictionary with online users and guest count
Get the latest registered users.
Get comprehensive forum statistics. Returns: Dictionary with various forum statistics
Search posts using Elasticsearch.
Search users using Elasticsearch.
Get recent Windows news posts from the forum.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.windowsforum/mcp-server": {
"url": "https://mcp.windowsforum.com",
"transport": "sse"
}
}
}