MCTS MCP Server
@angrysky56
About MCTS MCP Server
Bayesian MCTS Model Context Protocol Server allowing Claude to control Ollama local models for Advanced MCTS and analysis.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcts-mcp-server": {
"command": "python",
"args": [
"setup.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCTS MCP Server?
The MCTS MCP Server is a Model Context Protocol server that exposes an Advanced Bayesian Monte Carlo Tree Search (MCTS) engine for AI-assisted analysis and reasoning. It enables AI assistants like Claude to systematically explore different angles and interpretations of a topic, question, or text input using a probabilistic MCTS algorithm.
How to use MCTS MCP Server?
Install via the automatic setup script (python setup.py) or manually using UV. Configure API keys in a .env file and add the server’s configuration to Claude Desktop’s config file. Once set up, the AI assistant can call tools like initialize_mcts, run_mcts, generate_synthesis, and set_active_llm to perform deep analysis.
Key features of MCTS MCP Server
- Bayesian MCTS: balances exploration vs. exploitation probabilistically
- Multi-iteration analysis with multiple simulations per iteration
- State persistence across chat turns
- Approach taxonomy classifying thoughts into philosophical families
- Thompson sampling or UCT for node selection
- Surprise detection for novel analysis directions
Use cases of MCTS MCP Server
- Deep analysis of complex topics or questions
- Exploring multiple interpretations of a text input
- Iterative reasoning with state persistence across chat turns
- Comparing analytical pathways generated by different MCTS configurations
- Using local or cloud LLMs to drive MCTS analysis
FAQ from MCTS MCP Server
What runtime and dependencies are required?
Python 3.10+ and the UV package manager. Dependencies are installed automatically by the setup script.
How do I obtain and configure API keys?
Edit the .env file created during setup with your API keys for OpenAI, Anthropic, and/or Google Gemini. For Ollama, no API key is needed.
Does the MCTS server call the LLM directly?
No. The server uses a local inference approach; it does not call the LLM directly. It provides tools that the AI assistant (e.g., Claude) calls to perform MCTS analysis.
What should I do if Claude Desktop does not detect the server?
Verify the config file location and syntax, ensure paths are absolute and correct, restart Claude Desktop completely, and check Claude Desktop logs
Frequently asked questions
What runtime and dependencies are required?
Python 3.10+ and the UV package manager. Dependencies are installed automatically by the setup script.
How do I obtain and configure API keys?
Edit the `.env` file created during setup with your API keys for OpenAI, Anthropic, and/or Google Gemini. For Ollama, no API key is needed.
Does the MCTS server call the LLM directly?
No. The server uses a local inference approach; it does not call the LLM directly. It provides tools that the AI assistant (e.g., Claude) calls to perform MCTS analysis.
What should I do if Claude Desktop does not detect the server?
Verify the config file location and syntax, ensure paths are absolute and correct, restart Claude Desktop completely, and check Claude Desktop logs
Basic information
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Comments