Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Reasoner

    A systematic reasoning MCP server implementation for Claude Desktop with beam search and thought evaluation. TypeScript-based implementation.

    258 stars
    TypeScript
    Updated Nov 4, 2025

    Table of Contents

    • Current Version:
    • What's New:
    • Previous Versions:
    • Features
    • Installation
    • Configuration
    • Testing
    • Benchmarks
    • License

    Table of Contents

    • Current Version:
    • What's New:
    • Previous Versions:
    • Features
    • Installation
    • Configuration
    • Testing
    • Benchmarks
    • License

    Documentation

    MCP Reasoner

    A reasoning implementation for Claude Desktop that lets you use both Beam Search and Monte Carlo Tree Search (MCTS). tbh this started as a way to see if we could make Claude even better at complex problem-solving... turns out we definitely can.

    Current Version:

    v2.0.0

    What's New:

    Added 2 Experimental Reasoning Algorithms:

    - mcts-002-alpha

    - Uses the A* Search Method along with an early *alpha* implementation of a Policy Simulation Layer

    - Also includes an early *alpha* implementation of Adaptive Exploration Simulator & Outcome Based Reasoning Simulator

    *NOTE* the implementation of these alpha simulators is not complete and is subject to change

    - mcts-002alt-alpha

    - Uses the Bidirectional Search Method along with an early *alpha* implementation of a Policy Simulation Layer

    - Also includes an early *alpha* implementation of Adaptive Exploration Simulator & Outcome Based Reasoning Simulator

    *NOTE* the implementation of these alpha simulators is not complete and is subject to change

    What happened to mcts-001-alpha and mcts-001alt-alpha?

    Quite simply: It was useless and near similar to the base mcts method. After initial testing the results yielded in basic thought processes was near similar showing that simply adding policy simulation may not have an effect.

    So why add Polciy Simulation Layer now?

    Well i think its important to incorporate Policy AND Search in tandem as that is how most of the algorithms implement them.

    Previous Versions:

    v1.1.0

    Added model control over search parameters:

    beamWidth - lets Claude adjust how many paths to track (1-10)

    numSimulations - fine-tune MCTS simulation count (1-150)

    Features

    • Two search strategies that you can switch between:
    • Beam search (good for straightforward stuff)
    • MCTS (when stuff gets complex) with alpha variations (see above)
    • Tracks how good different reasoning paths are
    • Maps out all the different ways Claude thinks through problems
    • Analyzes how the reasoning process went
    • Follows the MCP protocol (obviously)

    Installation

    code
    git clone https://github.com/frgmt0/mcp-reasoner.git 
    
    OR clone the original:
    
    git clone https://github.com/Jacck/mcp-reasoner.git
    
    cd mcp-reasoner
    npm install
    npm run build

    Configuration

    Add to Claude Desktop config:

    code
    {
      "mcpServers": {
        "mcp-reasoner": {
          "command": "node",
          "args": ["path/to/mcp-reasoner/dist/index.js"],
        }
      }
    }

    Testing

    [More Testing Coming Soon]

    Benchmarks

    [Benchmarking will be added soon]

    Key Benchmarks to test against:

    • MATH500
    • GPQA-Diamond
    • GMSK8
    • Maybe Polyglot &/or SWE-Bench

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    Similar MCP

    Based on tags & features

    • BA

      Bazi Mcp

      TypeScript·
      184
    • BR

      Browser Control Mcp

      TypeScript·
      183
    • VS

      Vscode Mcp Server

      TypeScript·
      260
    • MC

      Mcp Server Commands

      TypeScript·
      199

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • BA

      Bazi Mcp

      TypeScript·
      184
    • BR

      Browser Control Mcp

      TypeScript·
      183
    • VS

      Vscode Mcp Server

      TypeScript·
      260
    • MC

      Mcp Server Commands

      TypeScript·
      199

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k