vectorise for LangChain
io.github.jonathanweerakkody/vectorise
Vectorize images to SVG and export to PDF, EPS, DXF, PNG, JPG, or WEBP via Vectorise.Me.
client:LangChain
transport:stdio
runtime:npm
Install vectorise in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"vectorise": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "vectorizer-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs