mcp-tools-server

Mani9333/mcp-tools-server
★ 0 stars Python Memory/Knowledge Updated today
A Model Context Protocol (MCP) server exposing docs-search, summarize, and utility tools + resources over stdio, with a local demo client. Runs with zero keys.
View on GitHub → 🔍 Audit Wallet Slippage →

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-tools-server": {
      "command": "uvx",
      "args": [
        "mcp-tools-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-tools-server

Topics

aillmmcpmodel-context-protocolpythontools