Claude 拡張機能設定ツール
by MCP-Mirror
This tool manages configuration settings for Claude desktop app and Cursor IDE extensions. It automates the generation and installation of configuration files from templates and .env files.
Last updated: N/A
What is Claude 拡張機能設定ツール?
This is a tool to manage and automate the configuration of extensions for the Claude desktop application and the Cursor IDE. It uses a Makefile to generate configuration files from templates and environment variables, then installs them in the appropriate directories.
How to use Claude 拡張機能設定ツール?
- Clone the repository. 2. Create a
.env
file with necessary API keys and paths. 3. Install dependencies and configure usingmake select-mcps
(recommended) ormake setup
for Claude Desktop, or./scripts/setup_cursor_mcp.sh
for Cursor IDE. 4. Restart the application.
Key features of Claude 拡張機能設定ツール
Brave Search
File System Access
Git Integration
GitHub Management
Shell Command Execution
Web Scraping (Puppeteer)
HTTP Requests (Fetch)
Claude CLI Integration
AWS Documentation Access
Supabase Integration
Obsidian Integration
Use cases of Claude 拡張機能設定ツール
Extending Claude's functionality with web search
Automating file system operations within Claude
Managing Git repositories directly from Claude
Interacting with GitHub repositories
Executing shell commands
Scraping data from websites
Making HTTP requests
Interacting with Claude CLI
Accessing AWS documentation
Integrating with Supabase databases
Managing Obsidian notes
FAQ from Claude 拡張機能設定ツール
What if I encounter errors during setup?
What if I encounter errors during setup?
Check the console output for error messages and ensure that the paths in your .env
file are correct.
How do I use the Obsidian feature?
How do I use the Obsidian feature?
Set the OBSIDIAN_VAULT_DIR
in your .env
file to the path of your Obsidian vault.
Can I use npm or yarn?
Can I use npm or yarn?
No, this project only supports Bun as the package manager. Use bun
for all installations and executions.
What if the interactive setup fails?
What if the interactive setup fails?
Try using the traditional make setup
method.
What if I have issues with Cursor IDE configuration?
What if I have issues with Cursor IDE configuration?
Verify that the MCP configuration path is correctly specified in Cursor's settings.