MCP Directory
Back

simple-mcp-agent

by AhmedAburady · Python · ★ 0

A simple AI agent that uses [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) to connect LLMs with external tools. This example uses Firecrawl for web scraping capabilities.

Install

pip install git+https://github.com/AhmedAburady/simple-mcp-agent.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "simple-mcp-agent": {
      "command": "uvx",
      "args": [
        "git+https://github.com/AhmedAburady/simple-mcp-agent.git"
      ]
    }
  }
}

From the README

A simple AI agent that uses [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) to connect LLMs with external tools. This example uses Firecrawl for web scraping capabilities. MCP is a protocol that lets AI models interact with external tools and services. Instead of hardcoding tool integrations, MCP provides a standard way for agents to discover and use tools dynamically. 1. **Clone the repo** 2. **Install dependencies** 3. **Set up environment variables** Add your API keys to : 4. **Run the agent** You can use any OpenAI-compatible endpoint by modif…
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