Overview
What is Claude 拡張機能設定ツール?
This tool manages MCP configuration settings for Claude Desktop, Cursor IDE, and Claude Code. It uses a Makefile to generate configuration files from templates (claude_desktop_config.template.json or cursor_config.template.json) and a .env file, then installs them into the appropriate application settings directory.
How to use Claude 拡張機能設定ツール?
Clone the repository, create a .env file with required API keys and paths, then run one of the available make commands. For example, make select-mcps interactively enables MCP servers for Claude Desktop, ./scripts/setup_cursor_mcp.sh configures Cursor IDE, and make reset-and-setup-claude-code configures individual MCP servers for Claude Code.
Key features of Claude 拡張機能設定ツール
- Generates MCP config files from templates and
.env - Supports Brave Search, Filesystem, Git, GitHub, Shell, Puppeteer, Fetch, Claude CLI, AWS Documentation, Supabase, and Obsidian
- Interactive MCP server selection via
make select-mcps - Individual MCP server management for Claude Code
- Team sharing via project-scope
.mcp.jsonfiles
Use cases of Claude 拡張機能設定ツール
- Quickly set up multiple MCP servers for Claude Desktop or Cursor IDE
- Selectively enable only the MCP servers needed for a project
- Manage per-project MCP configurations in Claude Code
- Share MCP server settings with a team via Git
FAQ from Claude 拡張機能設定ツール
What is the purpose of this tool?
It automates the creation and installation of MCP configuration files for Claude Desktop, Cursor IDE, and Claude Code, using templates and environment variables.
What are the prerequisites?
You need: Bun, make, and either Claude Desktop, Cursor IDE, or Claude Code installed. For AWS Documentation, uvx is required. For Claude Code, the Claude CLI must be installed.
How can I customize the MCP servers?
Edit the .env file for secrets and paths, modify the template JSON files for general settings, or use make select-mcps to interactively choose which servers to enable.
How do I use the Obsidian feature?
Set OBSIDIAN_VAULT_DIR in .env. The feature provides tools to write, read, delete, and search notes within that vault.
What do I do if Claude Code MCP servers don't connect?
Check that the Claude CLI is installed, run make list-claude-code-mcps to inspect the configuration, and use make reset-and-setup-claude-code to reinitialize the setup.