Skip to content
LangChain

noteit mcp for LangChain

io.github.bahfahh/noteit-mcp

MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.

client:LangChain transport:streamable-http

Install noteit mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "noteit-mcp": {
            "transport": "streamable_http",
            "url": "https://www.noteit-mcp.com/api/mcp",
        }
})

tools = await client.get_tools()

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

noteit mcp in other clients