anythink-mcp
0.2.4
dotnet tool install --global anythink-mcp --version 0.2.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local anythink-mcp --version 0.2.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=anythink-mcp&version=0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package anythink-mcp --version 0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Anythink MCP Server
Sick of Frankenstein's monster? Anythink replaces stitched-together services with a streamlined, all-in-one backend — giving you more time to create a killer product. All configured with a little help from AI, when you need it.
anythink-mcp exposes that Backend-as-a-Service platform — databases, auth, data,
files, workflows, integrations, payments, and REST APIs — to AI assistants over the
Model Context Protocol. It ships as a .NET global
tool and runs as a stdio MCP server.
Install
dotnet tool install -g anythink-mcp
Use with Claude Code
Register the server (stdio):
claude mcp add anythink anythink-mcp
Or add it to your .mcp.json:
{
"mcpServers": {
"anythink": {
"command": "anythink-mcp"
}
}
}
To pin a profile:
{
"mcpServers": {
"anythink": {
"command": "anythink-mcp",
"args": ["--profile", "my-project"]
}
}
}
Authenticate
Once connected, run the login (or login_direct) tool, then accounts_use /
projects_use to select your working context.
Capabilities
- Auth —
signup,login,login_direct,logout - Config —
config_show,config_use,config_remove - Accounts & projects —
accounts_list,accounts_create,accounts_use,projects_list,projects_create,projects_use,projects_delete - Email —
email_templates_list - Generic CLI —
clito run any Anythink CLI command
Links
- Repository: https://github.com/anythink-cloud/anythink-cli
- Platform: https://anythink.cloud
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.