[FEATURE] Officially support loading Skills from MCP resources
Resolved 💬 2 comments Opened Feb 20, 2026 by noamta-gloat Closed Mar 20, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
FastMCP have just launched a feature to load Agent Skills from MCP resources. It works beautifully, but only because Claude is smart enough. Since "Skills from MCPs" is not really a thing in Claude Code, it doesn't support them the same way as skills that were loaded from the file system (plugin, settings, etc). It doesn't treat them as a bundle, it can't just run files from them.
The case - at least for us - a very easy way to distribute company knowledge to everybody's Claude Code.
Proposed Solution
Treat skills from MCP the same way as regular skills.
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
MCP server integration
Use Case Example
- Company developers only install a single MCP - an internal Agent Skills server
- The server distributes skills (with supporting files, on-demand) as resources
- The server has access to all of the company's coding knowledge, howtos, etc as skills
- Claude Code uses the skills.
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗