Skip to main content
Glama
TheNovaNodes

AnythingLLM Control Plane MCP Server

by TheNovaNodes

AnythingLLM Control Plane MCP Server

An Model Context Protocol (MCP) server for managing and controlling AnythingLLM via its Admin REST API.

Features

Provides MCP tools to interact with your AnythingLLM instance (default base URL: http://localhost:3001/api/v1):

  • list_workspaces: List all AnythingLLM workspaces.

  • create_workspace: Create a new workspace with a specified name.

  • delete_workspace: Delete an existing workspace by slug.

  • get_system_env: Retrieve system environment and configuration settings dump.

  • get_vector_count: Get vector count (system-wide or workspace-specific).

Related MCP server: anythingllm-mcp

Environment Variables

  • ANYTHINGLLM_BASE_URL: Base URL of the AnythingLLM API (default: http://localhost:3001/api/v1).

  • ANYTHINGLLM_API_KEY: Developer API Key for authentication (optional, required if authentication is enabled in AnythingLLM).

Installation & Usage

Prerequisites

  • Python 3.10+

  • AnythingLLM instance running (default http://localhost:3001)

Run directly

python3 -m anythingllm_mcp_control.server

or using the entry point script:

anythingllm-mcp-control

MCP Configuration Example (claude_desktop_config.json / mcp.json)

{
  "mcpServers": {
    "anythingllm-control": {
      "command": "python3",
      "args": ["-m", "anythingllm_mcp_control.server"],
      "env": {
        "ANYTHINGLLM_BASE_URL": "http://localhost:3001/api/v1",
        "ANYTHINGLLM_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

  • Create and manage Lindo AI websites, pages, blogs, clients, and credits from any MCP client.

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheNovaNodes/anythingllm-mcp-control'

If you have feedback or need assistance with the MCP directory API, please join our Discord server