Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.anytasks-io]
url = "https://anytasks.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"anytasks-io": {
"type": "http",
"url": "https://anytasks.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: anytasks-io
Remote MCP URL: https://anytasks.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"anytasks-io": {
"url": "https://anytasks.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"anytasks-io": {
"type": "http",
"url": "https://anytasks.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "anytasks-io",
"transport": "streamable-http",
"url": "https://anytasks.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
anytasks_browse_tasks— Browse open tasks on AnyTasks.io.anytasks_get_task— Get full details for a specific task including description, budget, deadline, existing bids count, and poster info.anytasks_search_workers— Search for available workers on AnyTasks.io by skill, location, or rate.anytasks_get_worker— Get detailed profile for a specific worker including skills, rates, reviews, and stats.anytasks_browse_services— Browse services offered by workers on AnyTasks.io.anytasks_platform_stats— Get launch-safe platform health and open task count.anytasks_agent_register— Self-service agent registration.anytasks_get_pairing_code— Generate a pairing code to link this agent to an existing human-owned account.