MCP Directory
Back

agentic-mcp-client

by peakmojo · Python · ★ 40

A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.

#anthropic-api#anthropic-claude#aws-bedrock#aws-bedrock-agents#mcp-bridge#mcp-client#mcp-server#openai-api

Install

pip install git+https://github.com/peakmojo/agentic-mcp-client.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "agentic-mcp-client": {
      "command": "uvx",
      "args": [
        "git+https://github.com/peakmojo/agentic-mcp-client.git"
      ]
    }
  }
}

From the README

A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely. - Included a basic agent dashboard - Run standalone agents with tasks defined in JSON configuration files - Support for both Anthropic Claude and OpenAI models - Session logging for tracking agent progress **Dashboard URL**: http://localhost:3000 **API Documentation**: http://localhost:3000/api-docs https://github.com/user-attachments/assets/c98be6…
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