The idea is:
The Model Context Protocol(MCP) provides the following features:
- Resources
- Prompts
- Tools
For n8n, I noticed that it currently supports only Tools. However, many AI Hosts nowadays have started to support both Resources and Prompts, which allows AI Host to make full use of the MCP’s functionality.
My use case:
My AI Editor can retrieve Prompts from the MCP Server to conveniently provide chat commands and/or chat templates in the AI agent’s chat interface. Similarly, Resources can supply the LLM with additional contextual information.
I think it would be beneficial to add this because:
Same as above
Any resources to support this?
MCP Spec: Specification - Model Context Protocol
Are you willing to work on this?
Sorry I don’t have too much time to add this feature