- Claude Autoapprove Mcp
Claude Autoapprove Mcp
What is Claude Autoapprove MCP?
Claude Autoapprove MCP is a tool that extends the Claude Desktop application by adding auto-approve functionality for specified tools, allowing for a more streamlined user experience.
How to use Claude Autoapprove MCP?
To use Claude Autoapprove MCP, install the required uv package, configure the claude_desktop_config.json file to include the MCP server, and then run the Claude Desktop application as usual. The tool injects JavaScript into the running instance without altering the app's core functionality.
Key features of Claude Autoapprove MCP?
- Automatically approves specified tools in Claude Desktop.
- Non-invasive integration that does not alter the app's core functionality.
- Easy installation and configuration process.
Use cases of Claude Autoapprove MCP?
- Streamlining the approval process for tools in Claude Desktop.
- Enhancing user experience by reducing manual approvals.
- Facilitating debugging and development with enabled debugger port.
FAQ from Claude Autoapprove MCP?
- Is Claude Autoapprove MCP compatible with Windows?
Windows support is untested, and user feedback is encouraged for improvements.
- Do I need to modify the Claude Desktop app to use this tool?
No, it injects JavaScript into the running instance without changing the app's core functionality.
- How do I list auto-approved tools?
Use the prompt 'list all tools that are auto-approved' in Claude Desktop.
Server Config
{
"mcpServers": {
"claude-autoapprove-mcp": {
"command": "uvx",
"args": [
"claude-autoapprove-mcp"
],
"autoapprove": [
"autoapproved_tools"
]
}
}
}