mcp-think-server

mcp-think-server

3.4

If you are the rightful owner of mcp-think-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Think Server is a model context protocol server designed to facilitate communication between different platforms and LLMs using MCP technology.

Think Server

セットアップ方法

MCPサーバーの設定

Claude Desktopでこのサーバーを使用するには、以下の設定をclaude_desktop_config.jsonに追加してください:

{
    "mcpServers": {
        "think": {
            "command": "uv",
            "args": [
                "--directory",
                "C:\\Users\\{user}\\mcp_server\\think_server",
                "run",
                "server.py"
            ]
        }
    }
}

注意:

  • {user}は実際のユーザー名に置き換えてください
  • パスは実際のサーバーのインストール場所に合わせて調整してください