Skip to content
LangChain

VoteShip for LangChain

io.github.mattkilmer/voteship

Manage feature requests, votes, roadmaps, and changelogs from any MCP client.

client:LangChain transport:streamable-http runtime:npm tools:4

Install VoteShip in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "voteship": {
            "transport": "streamable_http",
            "url": "https://voteship.app/mcp",
        }
})

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

VoteShip in other clients