simpleMCP

archon159/simpleMCP
★ 0 stars Python 🤖 AI/LLM Updated today
Simple MCP client and server implementation.
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": {
    "simplemcp": {
      "command": "uvx",
      "args": [
        "simplemcp"
      ]
    }
  }
}

Or install with pip: pip install simplemcp

README Excerpt

Simple MCP client and server playground. Supports HuggingFace local models and API-based models (OpenAI, Anthropic), three OpenAI API modes (Chat Completions, Responses, Responses + remote MCP URL), and three patterns for adding MCP servers. ``` touch ./secrets.env ``` Drop in whichever keys you need:

Tools (6)

ENABLED_SERVERSautochat_completionscustomresponsesresponses_url