MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

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

Created 5/26/2026
Updated 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

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/workagnt/base-mcp-plugin
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

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