-
Notifications
You must be signed in to change notification settings - Fork 503
Description
Description
The current documentation is unclear about whether plugins that include MCP servers automatically grant Claude permission to use those MCP server tools, or whether they go through the standard permission system.
Problem
When reading the documentation for plugins with MCP servers, it's ambiguous whether:
- Automatic Permission: Plugin MCP tools are automatically permitted when the plugin is enabled, or
- Standard Permission System: Plugin MCP tools still go through the standard permission system (permission rules, hooks,
canUseToolcallback, user prompts)
The documentation states that "Plugin MCP servers start automatically when the plugin is enabled" and "Servers appear as standard MCP tools in Claude's toolkit" — but this doesn't clarify the permission behavior.
Specific Questions
- If my plugin includes an MCP server (defined in
.mcp.jsonor inline inplugin.json), does Claude automatically get permission to use those MCP tools without user approval? - Do plugin MCP tools bypass the
canUseToolcallback or permission rules? - Is there a way to make plugin MCP tools require explicit user approval vs. auto-approve?
Requested Updates
Please update the plugin documentation to explicitly clarify:
- Whether plugin MCP tools go through the standard permission system or have automatic permissions
- How to control permissions for plugin MCP tools (if configurable)
- Any security considerations for plugins that include MCP servers
Relevant Documentation Pages
Impact
This ambiguity makes it difficult for developers to understand the security model of plugins with MCP servers, which is critical for building safe and predictable agent applications.
Thank you!