Anythink MCP server — manage the Anythink all-in-one backend (data, auth, search, files, workflows, payments) from AI assistants and agents. Runs the native binary via npx; no .NET required.
{
"mcpServers": {
"anythink-cloudmcp": {
"command": "npx",
"args": [
"-y",
"@anythink-cloud/mcp"
]
}
}
}