MCP server for docs.langchain.com · 5 tools · published by Community on doc2mcp.
Listed on the MCP Registry · io.github.doc2mcp/langchain5
40
5
75
Marketplace MCPs don't include the creator's token. Create your own MCP access token on your profile, then use it in the config below.
Loading…
One click adds this MCP server to your editor. Works with Cursor and VS Code.
Adds to Settings → MCP
~/.cursor/mcp.json{
"mcpServers": {
"langchain": {
"url": "https://doc2mcp.site/api/mcp/0cd2635e-0cd5-4712-b33c-13b10c547e42/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}Opens the MCP install prompt
.vscode/mcp.json{
"servers": {
"langchain": {
"type": "http",
"url": "https://doc2mcp.site/api/mcp/0cd2635e-0cd5-4712-b33c-13b10c547e42/mcp",
"headers": {
"Authorization": "Bearer YOUR_MCP_ACCESS_TOKEN"
}
}
}
}Endpoint: https://doc2mcp.site/api/mcp/0cd2635e-0cd5-4712-b33c-13b10c547e42/mcp
The capabilities this MCP server exposes to AI agents.
create_thread_run
Create a new run for a specific thread.
create_assistant
Create a new assistant configuration.
list_traces
List execution traces for monitoring and debugging.
create_feedback
Submit feedback for a specific trace or run.
create_deployment
Build yours
Turn your documentation into an MCP server like this.
Paste a docs URL and it's published to the marketplace automatically once ready. Works with Cursor, Claude, VS Code, Windsurf, and OpenAI Agents.
Generate your MCPCreate a new deployment for an assistant or model.