Think Server
Description
# Think Server ## セットアップ方法 ### MCPサーバーの設定 Claude Desktopでこのサーバーを使用するには、以下の設定を`claude_desktop_config.json`に追加してください: ```json { "mcpServers": { "think": { "command": "uv", "args": [ "--directory", "C:\\Users\\{user}\\mcp_server\\think_server", "run", "server.py" ] } } } ``` 注意: -…
About
# Think Server ## セットアップ方法 ### MCPサーバーの設定 Claude Desktopでこのサーバーを使用するには、以下の設定を`claude_desktop_config.json`に追加してください: ```json { "mcpServers": { "think": { "command": "uv", "args": [ "--directory", "C:\\Users\\{user}\\mcp_server\\think_server", "run", "server.py" ] } } } ``` 注意: - `{user}`は実際のユーザー名に置き換えてください -…
Details
- Author
- nyanta012
- Downloads
- 255
- Categories
- Other
Jump to
- —
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Think ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure in claude_desktop_config.json with the command uv and arguments specifying the directory containing server.py and the run command.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"think server": {
"think": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\{user}\\mcp_server\\think_server",
"run",
"server.py"
]
}
}
}
}
McpServers
{
"think": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\{user}\\mcp_server\\think_server",
"run",
"server.py"
]
}
}
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}は実際のユーザー名に置き換えてください
- パスは実際のサーバーのインストール場所に合わせて調整してください
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



