AnythingLLM Control Plane MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AnythingLLM Control Plane MCP ServerList all my workspaces."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.serveror using the entry point script:
anythingllm-mcp-controlMCP 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"
}
}
}
}Maintenance
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
- AlicenseBqualityDmaintenanceEnables seamless integration with AnythingLLM instances, providing complete workspace management, chat operations, document handling, user administration, and AI agent configuration through natural language.Last updated388015MIT
- FlicenseCqualityDmaintenanceMCP server for AnythingLLM that enables AI document chat platform interaction with tools for workspaces, chat, documents, threads, and system operations.Last updated17
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.Last updated1
- Alicense-qualityCmaintenanceMCP server that provides tools to interact with the LiteLLM proxy API, enabling LLM completions, embeddings, image generation, and admin operations.Last updated18MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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