Skip to content
LangChain

Nimble CRM for LangChain

com.nimble.app/nimble-crm

Connect AI assistants to Nimble CRM to access and work with customer relationship data.

client:LangChain transport:streamable-http

Install Nimble CRM in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "nimble-crm": {
            "transport": "streamable_http",
            "url": "https://app.nimble.com/mcp",
        }
})

tools = await client.get_tools()

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

Nimble CRM in other clients