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
                    
if you are setting up this repo
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
                    
nuke :add-package anythink-mcp --version 0.2.4
                    

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

  • Authsignup, login, login_direct, logout
  • Configconfig_show, config_use, config_remove
  • Accounts & projectsaccounts_list, accounts_create, accounts_use, projects_list, projects_create, projects_use, projects_delete
  • Emailemail_templates_list
  • Generic CLIcli to run any Anythink CLI command
Product 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.

Version Downloads Last Updated
0.2.4 0 6/14/2026
0.2.3 0 6/14/2026
0.2.2 0 6/14/2026
0.2.1 32 6/13/2026