genjo-mcp-server
v1.0.16
Published
MCP Server for Genjo AI News System - Asian Market Intelligence
Maintainers
Readme
Genjo MCP Server
This is the Model Context Protocol (MCP) server for the Genjo AI News System. It allows you to access Genjo's features from Claude Desktop or Claude Code.
Usage
Prerequisites
- Node.js 18 or higher
Installation
You can setup this server automatically or configure it manually.
⚡ Quick Setup (Recommended)
Run the following command to automatically configure Claude Desktop and install Agent Skills:
npx -y genjo-mcp-server installOption 1: Run directly (Manual Configuration)
npx -y genjo-mcp-serverOption 2: Install globally
npm install -g genjo-mcp-server
genjo-mcpOption 3: Smithery.ai (Automated)
You can install this server from Smithery.ai to easily integrate with Claude Desktop.
Configuration for Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"genjo": {
"command": "npx",
"args": ["-y", "genjo-mcp-server"],
"env": {
"GENJO_API_BASE_URL": "https://api.gen-jo.com"
}
}
}
}If you have an API Key (optional), add it to the env section:
"GENJO_API_KEY": "your_api_key"🤖 Agent Skills (Anthropic Standard)
This package includes an official Anthropic Agent Skill in the genjo-news-skill directory. This provides Claude with domain-specific workflows and best practices for AI news analysis.
How to use with Claude Code
Copy the skill to your project's skills directory:
mkdir -p .claude/skills
cp -r node_modules/genjo-mcp-server/genjo-news-skill .claude/skills/How to use with Claude.ai
- Open
genjo-news-skill/SKILL.md. - Copy the entire content (including the YAML front matter).
- Paste it into your Claude.ai Agent Skill settings.
License & Terms of Use
This software is proprietary (UNLICENSED).
- ✅ Free to use: You are welcome to use this MCP server for personal or internal business purposes.
- ❌ No Redistribution: You may not redistribute, resell, or sublicense this software.
- ❌ No Modification: You may not modify the bundled executable for the purpose of redistribution.
Copyright (c) 2026 Genjo Team. All rights reserved.
