MCP Directory
Back

modelContextProtocolServer

by PranavJa1n · Python · ★ 0

modelContextProtocolServer — MCP server.

Install

pip install git+https://github.com/PranavJa1n/modelContextProtocolServer.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocolserver": {
      "command": "uvx",
      "args": [
        "git+https://github.com/PranavJa1n/modelContextProtocolServer.git"
      ]
    }
  }
}

From the README

The **Model Context Protocol (MCP) Server** is a lightweight, flexible bridge between large language models (like Claude or ChatGPT) and real-world applications or system operations. It allows AI models to perform tasks such as running terminal commands, accessing camera devices, or retrieving weather data — all through structured tool-calling interfaces. By separating logic and execution layers, the MCP server ensures a safe and controllable way for models to interact with your machine, providing modularity, transparency, and extensibility. Before running any MCP server file, you must activ…
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 developer tools servers