MCP.so
登录

Claude 拡張機能設定ツール

@MCP-Mirror

关于 Claude 拡張機能設定ツール

Mirror of

基本信息

分类

AI 与智能体

许可证

MIT license

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude 拡張機能設定ツール?

Claude 拡張機能設定ツール manages MCP (Model Context Protocol) server configurations for Claude Desktop app and Cursor IDE. It generates settings files from template JSON files and a .env file, then installs them into the appropriate configuration directories. This tool is for users who want to quickly enable or customize MCP integrations.

How to use Claude 拡張機能設定ツール?

Clone the repository, create a .env file with API keys and paths, then run make select-mcps (interactive selection) or make setup for Claude Desktop, or ./scripts/setup_cursor_mcp.sh for Cursor IDE. Restart the application to apply changes.

Key features of Claude 拡張機能設定ツール

  • Interactive MCP server selection via make select-mcps
  • Supports 11 MCP integrations (Brave Search, filesystem, Git, GitHub, shell, Puppeteer, Fetch, Claude CLI, AWS Documentation, Supabase, Obsidian)
  • Works for both Claude Desktop and Cursor IDE
  • Uses templates and .env for reproducible, customizable setups
  • Includes Obsidian note management tools (write, read, search, delete)

Use cases of Claude 拡張機能設定ツール

  • Set up a development environment with GitHub, Git, and shell MCPs
  • Enable web scraping via Puppeteer and Brave Search for research
  • Integrate with Obsidian vault for note creation and search
  • Add AWS Documentation lookup and Supabase database access
  • Quickly prototype and test custom MCP servers by adding them to the template

FAQ from Claude 拡張機能設定ツール

What are the prerequisites?

Bun and make must be installed. Claude Desktop or Cursor IDE should be installed. For AWS Documentation, uvx is required.

How do I configure API keys and paths?

Create a .env file in the project root with variables like BRAVE_API_KEY, GITHUB_TOKEN, BUN_PATH, and others as documented. The tool reads this file when generating configuration.

Can I enable only some MCP servers?

Yes. Run make select-mcps for an interactive menu to choose exactly which servers to enable. Alternatively, edit .env and the template files manually.

Where does data live?

Configuration files (claude_desktop_config.json or `config.json) are generated locally and installed into the Claude Desktop or Cursor IDE config directories. No data is sent externally.

How do I troubleshoot setup issues?

Check console output for errors, verify .env paths, ensure bun works, and confirm that OBSIDIAN_VAULT_DIR is set for Obsidian features. If interactive setup fails, try make setup instead.

评论

AI 与智能体 分类下的更多 MCP 服务器