clickup for LangChain
io.usefulapi/clickup
Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.
client:LangChain
transport:streamable-http
Install clickup in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"clickup": {
"transport": "streamable_http",
"url": "https://clickup.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs