WindowsForum MCP Server for LangChain
com.windowsforum/mcp-server
Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info.
client:LangChain
transport:streamable-http
tools:29
Install WindowsForum MCP Server in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-server": {
"transport": "streamable_http",
"url": "https://mcp.windowsforum.com/",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- search
- fetch
- search_semantic
- search_threads
- get_time
- supplement_status
- corpus_stats
- list_drifted
- get_kb_article
- search_kb
- get_thread_posts
- search_mysql
- search_elastic
- get_thread
- list_threads
- get_post
- get_user
- get_forum
- get_forum_updates
- get_online_users
- get_latest_registered_users
- get_forum_statistics
- search_posts
- search_users