Add MCP Server
This guide explains the steps to add Genjo's MCP server to Claude Code (CLI tool).
To use this feature, you must have Claude Code installed on your computer. If you haven't yet, please complete the installation and login with the following commands:
npm install -g @anthropic-ai/claude-code
claude login
Configuration Steps
Open your terminal, copy and paste the following command, and press Enter.
claude mcp add genjo npx -y genjo-mcp-server
It will complete in a few to several dozen seconds. Once you see the success message, the setup is complete.
Verify Usage
While running Claude Code, try talking to it in natural language.
claude
> "Tell me the latest AI news"
> "What happened with OpenAI this week?"
If Claude automatically starts searching for information using Genjo's tools, it's a success!
Next Steps
Basic setup is complete. If you want to use more advanced features, check the Skills Configuration.
Uninstallation Steps (How to remove)
You can disconnect the Genjo integration by running the following command:
claude mcp remove genjo