MCP Directory
Back

ModelContextProtocol

by Ahmed-Jedidi · Python · ★ 1

File creation with MCP

Install

pip install git+https://github.com/Ahmed-Jedidi/ModelContextProtocol.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Ahmed-Jedidi/ModelContextProtocol.git"
      ]
    }
  }
}

From the README

| --- | | **** | A FastMCP server exposing a tool via transport. | | **** | An interactive CLI client that connects the MCP server to Anthropic's Claude API. | | **** | Tests the full MCP protocol handshake and tool execution via (Simulates a real client). | | **** | **Unit test** that imports the server module directly to verify tool logic without the protocol overhead. | * **Python 3.10+** * **uv** (Python package manager) * **Anthropic API Key** This project uses for dependency management. Run the following commands to set up the environment and install required packages (, , ): Cre…
Read full README on GitHub →

Related filesystem servers