mcp-server

sampad1990/mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
This project implements an MCP-compliant server that allows AI models to discover and invoke tools through a standardized protocol. The server is designed to be modular, with each tool implemented as a separate Python module.
View on GitHub → Try with Claude — $10 free →

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

Or install with pip: pip install mcp-server

README Excerpt

A scalable and modular Model Context Protocol (MCP) server implementation using Python. This project implements an MCP-compliant server that allows AI models to discover and invoke tools through a standardized protocol. The server is designed to be modular, with each tool implemented as a separate Python module.