MCP Directory
Back

ModelContextProtocol

by Ahmed-Jedidi · Python · ★ 1

File creation with MCP

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers