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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

💡 Need a managed MCP host?

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

Related ai & ml servers