home / mcp / mts mcp server

MTS MCP Server

Provides MCP servers and specialized agents to enhance Claude with integration capabilities, knowledge graphs, and research tooling.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "calvinmagezi-mts-mcp": {
      "command": "/path/to/master-mcp/build/index.js",
      "args": []
    }
  }
}

You get a complete MCP server that couples a suite of specialized agents and modular MCP capabilities to extend Claude’s reach. It provides scalable tools for project management, knowledge graphs, reasoning, advanced searches, real-time data access, and workspace integrations, all orchestrated as MCP endpoints your client can connect to and use in workflows.

How to use

To leverage this MCP server, connect your client to the available MCP endpoints and use the included capabilities as modular building blocks. You can combine the reasoning engine with knowledge-graph storage, perform focused searches with Perplexity Integration, pull in fresh news data, and access Notion content all within your Claude-assisted workflows. Specialized agents such as Coding Agent, Research Agent, and Documentation Agent help you implement, analyze, and document work across software projects, research tasks, and technical writing.

How to install

Prerequisites you need before installation: Node.js v18 or higher and Bun as the package manager.

Next, prepare your environment by installing Bun if you have not already:

# Install Bun if needed (macOS/Linux)
curl https://bun.sh/install | bash

Clone the MCP project repository and navigate into it:

git clone https://github.com/calvinmagezi/mts-mcp.git
cd mts-mcp

Install dependencies using Bun and build the server:

bun install
bun run build

Optionally, start a development watcher for auto-rebuilds during development:

bun run watch

Additional sections

MCP Server Configuration for Claude Desktop use is provided to connect to the local server. You may place the configuration in your desktop config file at the appropriate platform path.

{
  "mcpServers": {
    "master_mcp": {
      "command": "/path/to/master-mcp/build/index.js"
    }
  }
}

Debugging MCP servers happens over stdio. To inspect runtime behavior and debugging tools, start the Inspector which exposes a URL for browser access.

bun run inspector

Available tools

Package Manager

Manages project dependencies and setup with multiple package managers (npm, yarn, pnpm, bun), creates Next.js projects with interactive setup, handles secure directory management, and manages dev and production dependencies.

Nexus Knowledge Graph

Stores and queries knowledge as entities and relationships within a graph structure for structured information retrieval.

Reasoning Engine

Provides structured reasoning capabilities including problem decomposition, hypothesis generation and validation, sequential and branching reasoning, synthesis of steps, and criteria-based validation.

Perplexity Integration

Advanced focused search across internet, academia, writing, math, and coding with citation tracking and recency filtering.

News Integration

Real-time news access with keyword search and category filtering to retrieve headlines and full articles.

Notion Integration

Workspace integration features for searching, retrieving database content, and managing page content within Notion.

Coding Agent

Software development assistant with Next.js and TypeScript expertise, best-practices enforcement, and automated testing support.

Research Agent

Technical research and analysis with trend identification, literature review, evidence-based validation, and synthesis for market and technology evaluation.

Documentation Agent

Technical documentation management, content creation, and standards enforcement with version tracking and cross-platform sync.