chandlerphelps
MCP Serverchandlerphelpspublic

mcp_agi_house

一个提供浏览器自动化功能的 Model Context Protocol (MCP) 服务器。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Python
Language
-
License

About This Server

一个提供浏览器自动化功能的 Model Context Protocol (MCP) 服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Nova Act MCP Server

A Model Context Protocol (MCP) server that provides browser automation capabilities via Nova Act.

Features

  • Browser automation through natural language prompts
  • Demonstrates buying products on Amazon (for example purposes)
  • Fully compatible with Claude and Cursor MCP configurations

Setup

Prerequisites

  • Python 3.8+
  • Node.js 14+ (for running with npx)
  • Nova Act API key (get one from Nova Act)
  • Amazon credentials (if using the example tool)

Installation

  1. Clone this repository:
git clone https://github.com/yourusername/mcp_agi_house.git
cd mcp_agi_house
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Create a .env file with your credentials:
NOVA_ACT_API_KEY=your_nova_act_api_key
AMAZON_USERNAME=your_amazon_email
AMAZON_PASSWORD=your_amazon_password

Adding to Claude or Cursor MCP Configuration

Claude Configuration

Add the following to your Claude MCP configuration:

{
  "mcpServers": {
    "NovaAct": {
      "command": "python",
      "args": [
        "path/to/mcp_agi_house/agi.py"
      ]
    }
  }
}

Cursor Configuration

Add the following to your Cursor MCP configuration file:

{
  "mcpServers": {
    "NovaAct": {
      "command": "python",
      "args": [
        "path/to/mcp_agi_house/agi.py"
      ]
    }
  }
}

For a more complete configuration integrating with other MCP servers:

{
  "mcpServers": {
    "SequentialThinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    },
    "BrowserTools": {
      "command": "npx",
      "args": [
        "@agentdeskai/browser-tools-mcp@1.1.0"
      ]
    },
    "NovaAct": {
      "command": "python",
      "args": [
        "path/to/mcp_agi_house/agi.py"
      ]
    }
  }
}

Make sure to replace "path/to/mcp_agi_house/agi.py" with the actual path to your agi.py file on your system.

Available Tools

Currently, this MCP server provides the following tools:

  • buy_me_pistachios: Demonstrates browser automation by purchasing pistachios from Amazon (for example purposes only)

Customizing

You can modify the agi.py file to add your own browser automation tools using the Nova Act library. Follow the example provided in the file.

License

MIT

Quick Start

1

Clone the repository

git clone https://github.com/chandlerphelps/mcp_agi_house
2

Install dependencies

cd mcp_agi_house
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerchandlerphelps
Repomcp_agi_house
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation