MCP Directory
Back

ModelContextProtocol-Agent-Example

by patsab · Python · ★ 1

ModelContextProtocol-Agent-Example — MCP server.

Install

pip install git+https://github.com/patsab/ModelContextProtocol-Agent-Example.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-agent-example": {
      "command": "uvx",
      "args": [
        "git+https://github.com/patsab/ModelContextProtocol-Agent-Example.git"
      ]
    }
  }
}

From the README

[Model Context Protocol (MCP)](https://modelcontextprotocol.io) is a standardized way to provides tools to an LLM. This demo showcases a simple agent application (in german language) that uses the Model Context Protocol to provide tools to an LLM. The tools are provided through a server which can be found at . These contain a web search, a wikipedia search and a function for the current daytime. The MCP client is located at and can connect to the server. The agent, which uses the MCPClient to connect to the MCP server is located at . It contains a german agent, which answers questions in…
Read full README on GitHub →

Related ai & ml servers