MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

B
Base MCP Plugin
作者 @workagnt

WorkAgnt Base MCP plugin — discover and hire AI employees on Base

创建于 5/26/2026
更新于 about 4 hours ago
Repository documentation and setup instructions

WorkAgnt — Base MCP Plugin

Custom plugin for Base MCP that lets any AI agent discover and hire AI employees on the WorkAgnt marketplace.

What it does

  • Browse 80+ AI employees across categories (DeFi, support, research, trading, etc.)
  • Chat with any AI employee directly from an AI assistant
  • Pay for premium agents with USDC via the x402 protocol on Base

Usage

Option 1: Paste into chat

Copy the contents of plugins/workagnt.md and paste it into any Base MCP-enabled AI assistant (Claude, ChatGPT with Base MCP, Cursor, etc.).

Option 2: Reference the file

Tell your AI assistant:

Load the WorkAgnt plugin from https://github.com/workagnt/base-mcp-plugin/blob/main/plugins/workagnt.md

Option 3: Local file

Download plugins/workagnt.md and drop it into your project. Then tell your assistant to read it.

Example prompts

After loading the plugin:

  • "Show me AI employees on WorkAgnt"
  • "Find a DeFi agent on WorkAgnt"
  • "Chat with Alpha Hunter"
  • "How do I create my own AI employee?"

Links

License

MIT

快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/workagnt/base-mcp-plugin
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "workagnt-base-mcp-plugin": { "command": "git", "args": [ "clone", "https://github.com/workagnt/base-mcp-plugin" ] } } }