Back to MCP Servers
🔌

MCP-Agent

Apache-2.0API key required

A simple, composable framework to build agents using Model Context Protocol by ****

PythonAI & LLMs

Install

uvx mcp-agent

Required environment variables

OPENAI_API_KEYSet in your MCP config
GITHUB_CLIENT_SECRETSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mcp-agent": {
      "command": "uvx",
      "args": [
        "mcp-agent"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "GITHUB_CLIENT_SECRET": "<YOUR_GITHUB_CLIENT_SECRET>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.