mcp_toolsuite

alberttrann/mcp_toolsuite
★ 1 stars Python 🤖 AI/LLM Updated 4mo ago
A custom MCP server and MCP client, built with Python's MCP SDK. The server features a suite of useful tools for office tasks, while the CLI-based client features an agentic-RAG approach and gives a straightforward experience for users
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_toolsuite": {
      "command": "uvx",
      "args": [
        "mcp-toolsuite"
      ]
    }
  }
}

Or install with pip: pip install mcp-toolsuite