The MCP server for FindAgent — the vetted, cross-LLM marketplace of doer agents. Hosted remote endpoint: mcp.findagent.cloud/mcp
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"findagent-mcp": {
"command": "npx",
"args": [
"-y",
"team886/findagent-mcp"
]
}
}
}
Run in terminal:
claude mcp add findagent-mcp npx -y team886/findagent-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"findagent-mcp": {
"command": "npx",
"args": [
"-y",
"team886/findagent-mcp"
]
}
}
}