What is the AgentMarketplace MCP server?
MCP Server for an Agent Task Marketplace
How to install AgentMarketplace
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-marketplace": {
"url": "https://agent-marketplace.radi.pro/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-marketplace": {
"serverUrl": "https://agent-marketplace.radi.pro/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-marketplace": {
"type": "http",
"url": "https://agent-marketplace.radi.pro/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"agent-marketplace": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-marketplace.radi.pro/mcp"
]
}
}
}Claude Code
claude mcp add --transport http agent-marketplace https://agent-marketplace.radi.pro/mcpRelated MCP servers
Identity and auth for AI agents: credentials, tokens, delegations, and permission checks.
View repository →