
mcp_agi_house
一个提供浏览器自动化功能的 Model Context Protocol (MCP) 服务器。
Repository Info
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
- Clone this repository:
git clone https://github.com/yourusername/mcp_agi_house.git
cd mcp_agi_house
- Install the required dependencies:
pip install -r requirements.txt
- Create a
.envfile 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
Clone the repository
git clone https://github.com/chandlerphelps/mcp_agi_houseInstall dependencies
cd mcp_agi_house
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.