🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

anythink-mcp

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anythink-mcp

Anythink MCP server — manage the Anythink all-in-one backend (databases, authentication, data and search, users and roles, files, workflows, integrations, payments, and REST APIs) from AI assistants and agents. Replace stitched-together services with one streamlined backend-as-a-service, configured with a little help from AI.

Source
nugetNuGet
Version
0.2.21
Version published
Total downloads
2.9K
Maintainers
1
Created
Source

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

Keywords

anythink

FAQs

Package last updated on 28 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts