Claude Code Explorer MCP for LangChain
io.github.nirholas/claude-code-explorer-mcp
Explore the Claude Code CLI source — browse tools, commands, search code, and more.
client:LangChain
transport:stdio
runtime:npm
Install Claude Code Explorer MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"claude-code-explorer-mcp": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "claude-code-explorer-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs