mcp-tools-server

JRA-CodingLab/mcp-tools-server
★ 0 stars Python AI/LLM Updated 13d ago
A Model Context Protocol (MCP) server exposing useful tools to Claude and any MCP client.
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

README Excerpt

A clean, modular **Model Context Protocol (MCP)** server that exposes a handful of genuinely useful tools, resources, and prompts to **Claude** — or to any MCP client. It is built on the official [MCP Python SDK](https://github.com/modelcontextprotocol/python-sdk) and the official [Anthropic Python SDK](https://github.com/anthropics/anthropic-sdk-python).

Tools (7)

answer_from_contextcalculateconvertextract_key_pointssummarizesummarize_texttext_stats

Topics

ai-toolsanthropicclaudemcpmodel-context-protocolpython