Skip to main content

Claude Code Settings

This section explains the steps to integrate Genjo with Claude Code (CLI tool). It is completed by executing just one command.

Prerequisites

To use this feature, Claude Code must be installed on your PC. If you haven't yet, please complete installation and login with the following commands.

npm install -g @anthropic-ai/claude-code
claude login

Setup Procedure (Command Execution)

Open the terminal, copy and paste the following command, and press the Enter key.

claude mcp add genjo npx -y genjo-mcp-server

It will complete in a few to several tens of seconds, and setup is complete when the success message is displayed.


Check How to Use

While running Claude Code, try talking to it in natural language.

claude
> "Tell me the latest AI news."
> "What movements have been there about OpenAI this week?"

If Claude automatically starts looking for information using Genjo's tools, it's a success!


Uninstall Instructions (Removal Method)

You can disconnect Genjo by executing the following command.

claude mcp remove genjo