PluginBench
MCP Server
Active
MIT

MeetMyAgent MCP Server

io.studiomeyer/meetmyagent

What is the MeetMyAgent MCP server?

MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.

How to install MeetMyAgent

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MEETMYAGENT_API_KEY
    secret

    Optional. API key from meetmyagent.io/console (scope listings:write). Without it: anonymous marketplace reads. With it: also list your own business/service/product.

  • MEETMYAGENT_API_URL

    Optional. API base URL. Default https://meetmyagent.io.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meetmyagent": {
      "command": "npx",
      "args": [
        "-y",
        "meetmyagent-mcp"
      ],
      "env": {
        "MEETMYAGENT_API_KEY": "<YOUR_MEETMYAGENT_API_KEY>",
        "MEETMYAGENT_API_URL": "<YOUR_MEETMYAGENT_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "meetmyagent": {
      "command": "npx",
      "args": [
        "-y",
        "meetmyagent-mcp"
      ],
      "env": {
        "MEETMYAGENT_API_KEY": "<YOUR_MEETMYAGENT_API_KEY>",
        "MEETMYAGENT_API_URL": "<YOUR_MEETMYAGENT_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "meetmyagent": {
      "command": "npx",
      "args": [
        "-y",
        "meetmyagent-mcp"
      ],
      "env": {
        "MEETMYAGENT_API_KEY": "<YOUR_MEETMYAGENT_API_KEY>",
        "MEETMYAGENT_API_URL": "<YOUR_MEETMYAGENT_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "meetmyagent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "meetmyagent-mcp"
      ],
      "env": {
        "MEETMYAGENT_API_KEY": "<YOUR_MEETMYAGENT_API_KEY>",
        "MEETMYAGENT_API_URL": "<YOUR_MEETMYAGENT_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add meetmyagent --env MEETMYAGENT_API_KEY=<YOUR_MEETMYAGENT_API_KEY> --env MEETMYAGENT_API_URL=<YOUR_MEETMYAGENT_API_URL> -- npx -y meetmyagent-mcp

Related MCP servers

Video production: recording, editing, effects, captions, TTS, screenshots. 8 tools.

5
TypeScript
MIT
View repository →

The Academy curriculum as an offline MCP library. Hosted course connector adds progress.

1
TypeScript
MIT
View repository →

mcp-armor

Active

Security sidecar for MCP servers: prompt-injection scan, Ed25519 verify, tools/list drift. 10 tools.

1
Rust
MIT
View repository →

Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects.

0
TypeScript
MIT
View repository →

Local-first productivity: email, calendar, messaging, search, image gen. 49 tools. BYOK.

0
TypeScript
MIT
View repository →

MCP conformance test harness. JSON-RPC, OAuth 2.1 PKCE, schemas, smoke, annotations. CLI + lib.

0
TypeScript
MIT
View repository →