MCP Prompts and Resources

Has anyone used MCP Prompts and Resources with LangGraph Agents?

I’m interested in learning about practical experiences or best practices for integrating MCP (Model Context Protocol) prompts and resources with LangGraph agents. I’ve seen examples of connecting MCP servers as tool providers for LangGraph agents, but I’m specifically curious about leveraging MCP’s prompt and resource features—not just tool execution.

  • Have you successfully used MCP prompts/resources in this setup?
  • Are there any limitations or tips to be aware of?
  • Any code snippets or references would be appreciated!

Thanks in advance for any insights.

Marcelo

You can integrate with prompts and resources (as well as tools) using the langchain-mcp-adapters package.

Will leave it to the community to share any usage patterns!