Quickshell MCP for LangChain
io.github.franklinnolasco7/quickshell-mcp
Source-grounded Quickshell, QML, and Qt documentation, examples, and real-world implementations.
client:LangChain
transport:stdio
runtime:pypi
Install Quickshell MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"quickshell-mcp": {
"transport": "stdio",
"command": "uvx",
"args": ["quickshell-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs