Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Huuthangntk Claude Vision Mcp Server
H
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:03:28 PM

Huuthangntk Claude Vision Mcp Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Analyze images from multiple angles to extract detailed insights or quick summaries. Describe visu…

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "huuthangntk-claude-vision-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "https://console.anthropic.com/"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Claude Deep Think MCP Server

A powerful Model Context Protocol (MCP) server that provides proactive deep analytical thinking using Anthropic's Claude Sonnet 4.5. This tool is designed to be called BEFORE writing code when new information arrives.

⚑ Core Concept: Think Before Code

Use this tool FIRST when new information arrives, BEFORE writing any code:

  • πŸ› Error messages or stack traces
  • πŸ“ User requirements or feature requests
  • πŸ’¬ Code review feedback
  • πŸš€ Performance issues
  • πŸ”’ Security alerts
  • πŸ“š API documentation to integrate
  • πŸ—„οΈ Database problems
  • πŸ’­ UX/UI feedback
  • πŸ”„ Breaking changes in dependencies
  • πŸ—οΈ Architectural decisions

Workflow: New Info β†’ Think Tool β†’ Review Insights β†’ Write Better Code

🌟 Features

Deep Think & Analysis (claude_think)

Provides intelligent insights, suggestions, and strategic guidance before code implementation. Perfect for:

  • βœ… Understanding context deeply before acting
  • βœ… Identifying potential pitfalls upfront
  • βœ… Suggesting best practices from the start
  • βœ… Offering alternative approaches
  • βœ… Extracting key information for efficient implementation
  • βœ… Strategic decision-making
  • βœ… Problem-solving and architecture planning

Result: Fewer bugs, better code quality, faster development!

πŸ“‹ Prerequisites

  • Node.js 18+ or Bun
  • Anthropic Claude API key (Get one here)
  • MCP-compatible client (Cursor IDE, Claude Desktop, etc.)

πŸš€ Quick Start

1. Installation

bash
cd claude-vision-mcp
bun install
# or
npm install

2. Configuration

The API key is configured when connecting to the MCP server (see Docker or Cursor setup below).

3. Build

bash
bun run build
# or
npm run build

🐳 Docker Setup (Recommended)

Quick Start

bash
cd claude-vision-mcp

# Create .env file with your API key
echo "ANTHROPIC_API_KEY=your-key-here" > .env
echo "CLAUDE_MODEL=claude-sonnet-4-20250514" >> .env

# Start container
docker-compose up -d

# Check status
docker ps | grep claude-vision

The container will auto-restart when Docker Desktop launches.

Docker Configuration

The server runs on http://localhost:8080/mcp with the following environment variables:

  • ANTHROPIC_API_KEY - Your Claude API key (required)
  • CLAUDE_MODEL - Model to use (default: claude-sonnet-4-20250514)

πŸ”§ Usage in Cursor IDE

Docker Connection (Recommended)

Add to your ~/.cursor/mcp.json or .cursor/mcp.json:

config.json
{
  "mcpServers": {
    "Claude Deep Think": {
      "url": "http://localhost:8080/mcp?apiKey=YOUR_API_KEY&model=claude-sonnet-4-5-20250929"
    }
  }
}

Enable Proactive Thinking

Copy the .cursorrules file from this repo to your project root. This makes Cursor AI automatically use the think tool before writing code.

bash
# From your project directory
cp claude-vision-mcp/.cursorrules .cursorrules

Tool Usage Pattern

Always use this pattern when new information arrives:

Code
Use the claude_think tool to analyze: [NEW INFORMATION]

Context: [Current situation, tech stack, constraints]

Examples:

Error Message:

Code
Use the claude_think tool to analyze:

Error: "TypeError: Cannot read property 'map' of undefined"

Context: React component rendering users from useState hook

New Feature:

Code
Use the claude_think tool:

Requirement: Add dark mode toggle to header

Context: Next.js 14, need to check if ThemeContext exists

Performance Issue:

Code
Use the claude_think tool:

Issue: Homepage renders 50+ times, parent causing all children to re-render

Context: useState for theme in Header, passed via props to 20+ children

πŸ“š Examples

Example 1: Analyzing Technical Decisions

Code
Use the claude_think tool to analyze:

"I'm building a real-time chat application. Should I use WebSockets, SSE, or HTTP polling?"

Context: Need to support 100K concurrent users, prioritize ease of implementation

Expected Output: Comprehensive comparison with pros, cons, and recommendations

Example 2: Architecture Planning

Code
Use the claude_think tool to evaluate:

"What's the best way to structure a multi-tenant SaaS application?"

Context: PostgreSQL database, Node.js backend, 50-100 tenants expected

Example 3: Best Practices

Code
Use the claude_think tool:

"Review this approach to handling user sessions in a Next.js app"

Context: Using JWT tokens, storing in localStorage, concerned about security

πŸ› οΈ Development

Project Structure

Code
claude-vision-mcp/
β”œβ”€β”€ src/
β”‚   └── index.ts              # Main MCP server implementation
β”œβ”€β”€ .smithery/
β”‚   └── index.cjs            # Built server (generated)
β”œβ”€β”€ package.json              # Dependencies and scripts
β”œβ”€β”€ tsconfig.json            # TypeScript configuration
β”œβ”€β”€ smithery.yaml            # Smithery deployment config
β”œβ”€β”€ Dockerfile               # Docker container definition
β”œβ”€β”€ docker-compose.yml       # Docker Compose configuration
└── README.md               # This file

Available Scripts

  • bun run build / npm run build - Compile TypeScript
  • bun run dev / npm run dev - Development server with hot reload

πŸ”’ Security Best Practices

  1. Never commit API keys - Always use environment variables
  2. Use .gitignore - Ensure .env files are ignored
  3. Rotate keys regularly - Update API keys periodically
  4. Review tool calls - Keep manual approval enabled in Cursor
  5. Use development environments - Test with non-production data

πŸ“¦ Docker Management

bash
# Start container
docker-compose up -d

# View logs
docker logs claude-vision-mcp-server -f

# Restart container
docker-compose restart

# Stop container
docker-compose down

# Rebuild and restart
docker-compose up -d --build

πŸ› Troubleshooting

Issue: Server not connecting in Cursor

Solutions:

  1. Verify Docker container is running: docker ps | grep claude-vision
  2. Check container logs: docker logs claude-vision-mcp-server
  3. Restart Cursor IDE completely
  4. Verify API key in URL is correct

Issue: API key errors

Solutions:

  1. Ensure key starts with sk-ant-
  2. Test key at: https://console.anthropic.com/
  3. Check environment variables in container
  4. Verify URL parameter format

Issue: Container won't start

Solutions:

bash
# Check logs
docker logs claude-vision-mcp-server

# Verify .env file
cat .env

# Rebuild from scratch
docker-compose down -v
docker-compose up -d --build

πŸ’‘ Performance

With Bun runtime:

  • ⚑ 4x faster package installs
  • ⚑ 3-4x faster script execution
  • πŸ“¦ Smaller Docker images
  • πŸš€ Faster cold starts

πŸ“– Comprehensive Guides

  • PROACTIVE_THINKING_WORKFLOW.md - Complete workflow guide with before/after examples
  • THINK_TOOL_EXAMPLES.md - 10 real-world usage examples
  • .cursorrules - Cursor IDE rules for automatic think-before-code pattern

πŸ’‘ Why This Workflow?

Without Think Tool:

Code
1. User reports error
2. AI writes quick fix
3. Fix creates new bug
4. Multiple iterations needed
⏱️ Total: 30 minutes, 3 iterations

With Claude_Think Tool:

Code
1. User reports error
2. AI analyzes with claude_think tool (20s)
3. AI writes comprehensive fix
4. Works correctly first time
⏱️ Total: 5 minutes, 1 iteration

Result: 6x faster, better quality, fewer bugs! πŸŽ‰

πŸ“„ License

MIT

🀝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

πŸ“ž Support

For issues or questions:

  • Open an issue on GitHub
  • Check the MCP Documentation
  • Read the workflow guides in this repository

πŸ™ Acknowledgments

  • Built with Anthropic Claude API
  • Powered by Model Context Protocol
  • Containerized with Bun

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • P
    Pinkpixel Dev Web Scout Mcp

    Search the web and extract clean, readable text from webpages. Process multiple URLs at once to sp…

    πŸ’» Developer Tools1 views
    Compare vs Pinkpixel Dev Web Scout Mcp β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’
  • F
    Feedback Analyzer Ai Mcp

    Feedback Analyzer Ai tools for AI agents. Capabilities: analyze feedback, extract themes, se...

    πŸ’» Developer Tools0 views
    Compare vs Feedback Analyzer Ai Mcp β†’

Frequently Asked Questions about Huuthangntk Claude Vision Mcp Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "huuthangntk-claude-vision-mcp-server": { "command": "npx", "args": ["-y", "huuthangntk-claude-vision-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHuuthangntk Claude Vision Mcp Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/huuthangntk-claude-vision-mcp-server?style=directory)](https://allmcps.com/mcp/huuthangntk-claude-vision-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/huuthangntk-claude-vision-mcp-server"><img src="https://allmcps.com/api/badge/huuthangntk-claude-vision-mcp-server?style=directory" alt="Huuthangntk Claude Vision Mcp Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Oct 8, 2025
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity0/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Huuthangntk Claude Vision Mcp Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code