Skip to content
LangChain

QuickerSpot MCP Server for LangChain

io.github.raphaelinacio/quickerspot-mcp

Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.

client:LangChain transport:stdio runtime:pypi

Install QuickerSpot MCP Server in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "quickerspot-mcp": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["quickerspot-mcp"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

QuickerSpot MCP Server in other clients