mts mcp
A comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.
A comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.
A comprehensive suite of Model Context Protocol (MCP) servers and specialized AI agents designed to enhance Claude's capabilities with various integrations and analytical tools.
This project provides a collection of MCP servers and specialized agents that extend Claude's functionality across different domains:
Package installation and removal
Nexus Knowledge Graph: Manages and stores knowledge in a graph structure with entities and relationships
Reasoning Engine: Provides structured reasoning capabilities including:
Analysis and decomposition of complex problems
Validation against specific criteria
Perplexity Integration: Advanced AI-powered search capabilities with:
Focus-specific searches (internet, academic, writing, math, coding)
Domain and recency filtering options
News Integration: Real-time news data access with:
Keyword-based news search
Headlines and detailed article content
Notion Integration: Workspace integration features:
Coding Agent: Advanced software development assistant with:
Next.js and TypeScript expertise
Automated testing support
Research Agent: Technical research and analysis assistant with:
Multi-faceted technical research capabilities
Market and technology evaluation
Documentation Agent: Technical documentation specialist with:
git clone https://github.com/calvinmagezi/mts-mcp.git
cd mts-mcp
bun install
bun run build
For development with auto-rebuild:
bun run watch
To use with Claude Desktop, add the server config:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"master-mcp": {
"command": "/path/to/master-mcp/build/index.js"
}
}
}
MCP servers communicate over stdio. For debugging, use the MCP Inspector:
bun run inspector
The Inspector will provide a URL to access debugging tools in your browser.